Hi. I am trying to make a Starter menu for my first game. The game scene gets rendered first and the UI scene does not show up. The game scene should show up when the player is clicking the player button(already coded).
Summary: I need help with getting the UI scene to render or load first.
I can share a picture of the game tree if that is needed.
Save your player node as its own scene (right click → save branch as scene), and instantiate it in each level. That way, changes to your player scene will take effect in all levels.