#Node not found

3 messages · Page 1 of 1 (latest)

low sigil
#

Hi! As seen in the title and in the screenshot, you can see the errors warning me that the nodes are not able to be accessed, even though they have the little % thingy that's supposed to make them accessible by name, how would I go about making a better reference to the nodes I'm trying to access? Thanks!

lost sinew
#

are you using this scene multiple times?
It shows each error for different roots.
Also the docs have a Part abouth the limitaitons when it comes to instancing scenes.
https://docs.godotengine.org/en/stable/tutorials/scripting/scene_unique_nodes.html#same-scene-limitation
the yellow nodes are children of another scene and therefore can't be accessed just by using one scene unique name. that's probably the reason the symbol is greyed out.

Not sure why Exp Text doesn't work though.

low sigil