#Node not found
1 messages · Page 1 of 1 (latest)
Did you autoload the script? It seems you have 2 gui nodes
As in making it global?
Yes
You should not make a script global and also attach it to a node
And autoloading just the script will not load its children as well. You would have to autoload the whole scene
I’m not sure what you mean, gui is global, its children are not
but you have the same script attached to the gui node and also auto-loaded
that will leave you with 2 gui nodes
What would be the fix for this? create a child control node and put my current gui script on that one and have every child inside that new node?