Cannot debug 3D scene in Godot4.4.1

Godot Version

4.4.1

Question

Hello there !!
Since upgrading to godot4.4.1, I didn’t make any 3D games.
But for a jam, I need to do a 3D level shortly !!
And as I was getting started on this quest, I made the most basic scene :
-Node3D
–Camera3D
–Sprite3D with the godot icon
And when I launch the debug window with F5, I just get a grey screen, and when I add some 2D nodes to the scene, I see them. So I guess the debug shows the 2D view ??
I think it’s probably just skill issue on my part, but I don’t seem to find any resource about my problem.
Also, Before I did 3D scenes in godot4.3 and it worked flawlessly ?
And I tried to make a scene on a friends computer and it did the same :open_mouth:
Please help me !! And thank you :))

Are you sure you used a camera3d? and not a camera2d?

1 Like

yup, camera3D, red icon :))

are you sure that the sprite is in front of the camera? I just recreated your current scene and if you dont move the camera back or the sprite in front of the camera you screen will be grey, because nothing is in the fov of the camera.

It is rendering your scene but it appears empty because the camera doesnt see anything

Can you share a problematic project here?

Sorry everyone, turns out I’m just dumb and seeing grey where I was supposed to see gray, the problem was my angle of vision :open_mouth:
Sorry for the disturbance