Asset is only visible in Godot 4 view-port but not in Game

Godot Version

4.3

Question

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.

something_wrong01

This is my Remote Tree setup.

something_wrong02

This is my Local Tree setup.

something_wrong03

This is my jeff_house.tscn Node Tree setup.

Can someone help me better understand this?

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.

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