#Node not found
3 messages · Page 1 of 1 (latest)
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.
Introduction: Using get_node() to reference nodes from a script can sometimes be fragile. If you move a button in a UI scene from one panel to another, the button's node path changes, and if a scri...
Asking in another discord - my gui node is global/autoloaded so that might cause the duplication issue, as for the yellow children nodes, how would I go about accessing them?