Topic was automatically imported from the old Question2Answer platform.
Asked By
Dugnutt
I’ve looked at other questions asked in a similar vein. I’ve tried changing the resolution and from fullscreen to borderless, and tried changing which scene is actually playing in the project settings. Any assistance would be super appreciated! I went through my code, no problems as I even copy pasted the correct one over top to be sure.
Are you sure you’re playing the Scene which is not empty ? Sounds like you’re playing an empty scene. Maybe you selected an empty scene as main Scene and you’re playing that ?
Another possibility is that you forget to add_child(new_scene) when calling it from the main scene.
If that is true, I’d suggest you to learn more following some tutorial on Youtube, cause you are going to face more of these situations when you don’t know what’s happening. You’ll need broader knowledge of how Godot works.
yeah, it happens to me, I’m working on a horror game and it just won’t show the scene, I have EVERYTHING, if everything is an active camera, also I use web editor