3D background in 2D scene

Godot Version 4

Question

How do add a 3D animated background in a 3D scene to a 2D scene? I’m trying to make a platformer with this feature.

Check that out for starters

1 Like

Depends on what you mean by 3D. You can achieve a depth effect using a parallax background already, but if you want a “real” 3D scene, you can use a different viewport.

1 Like

If I understand you correctly, there is no need to do anything special.
Normally the 2D scene is ahead of the 3D scene; if you create a scene with a 2D and 3D part; this will naturally happen.