Why is my godot scene not rendering properly?

I’m literally 10 minutes into using Godot and I’m basically just trying to get the scene rendered when I press F6 but it’s just giving me this blank screen?

Hi, and welcome to the Forum! :gdparty:

there is no default world environment in-game. So all you see is the projects clear color since there are no other objects in the scene.

Here is a few things you can do:

  • Create a WorldEnvironment node. This let’s you define properties like the Sky and other environment settings.
  • Add some Meshes in front of the camera, currently there is nothing to show.
  • Use light nodes so that your meshes will be illuminated and not just gray boxes.
1 Like

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