Hello,
I have a main folder, then folders for scripts, scenes, tilesets, fonts and sprites
In my player.gd When i hit Tab it should open the menu.
if menu:
get_node("/root/scenes/univers/gui/menu")._open_menu()
but the game crash and error : Attempt to call function '_open_menu' in base 'null instance' on a null instance.
node not found /root/scenes/univers/gui/menu
this is my univers.xscn :
What's wrong ?