Godot Version
4.2.2
Question
This is probably a real noob question but it’s driving me mad. In all the tutorials when a node, say ‘Player’ is dragged into the code (GDScript) it appears as $Player but when I do it, it appears as $(“/…/Player”). Why? I know $ is short for ‘get_node’ but why the relative path?
My tree looks like:
Level
Platform
Player (instance)
Enemies