I have a scene called jeff_house.tscn. When I play the game, jeff_house.tscn does is not visable. How do I make sure the scene shows up in Remote instead of Local.
For a better explanation, I have some screenshots pasted below.
It should work just the way u are doing it.
I noticed that in Remote your game node name is capitalized and Player is in a different place of the tree. Do you have 2 “Game” nodes? Maybe it can happen to be editing one and running another.
As a matter of fact, I do have two of the same nodes, Game and game. I forgot I was working on a previous C# build at the time before I transitioned to gdscript, thank you very much.