Godot Version
4.2.2.stable
Question
Hi there, I’m new to Godot but not to programming so It’s been pretty smooth sailing working on my project. However, I am a little stumped with my current issue. I am getting the typical “Node not found” issues but they certainly do exist in the scene.
Here are the errors (Ignore the two others and the warnings, I can fix those.):
Here is my Scene:
Here is my Global.gd script attached to my Global node3D:
Here is a reference to almost everything:
The only thing not in the picture is the script for Pause Menu, which’s here, Code/UI/Scenes/Scripts/PauseMenu.gd
Not sure why I am encountering these issues, seems like all is in order, and I’ve done plenty of these references in my code. If I had to guess it’s going to be an issue with the “relative to /root/Global”.
Any words of wisdom?