Godot Version
v4.2.2
Question
I have my Godot project set up so that a 3D scene (level 1) is inside a SubViewport scene. It is done like this so I can render my game at a lower resolution while keeping my UI at a higher resolution.
I want to change scenes in my project so I can go from level 1 to level 2, while still staying inside the SubViewport scene. How would I do this?