Need help with 2 things on this

world.gd has this issues, then reassign the pause menu path in world.gd

oh ok.

E 0:00:02:0381 world.gd:6 @ _ready(): Node not found: “PauseMenu” (relative to “/root/World”).
<C++ Error> Method/function failed. Returning: nullptr
<C++ Source> scene/main/node.cpp:1638 @ get_node()
world.gd:6 @ _ready()

show me your world.gd first 6 lines…

change the $PauseMenu to
$“UI/PauseMenu”

1 Like

ok. I will.

That did it, thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.