Use 2 scenes at the same time?

Is this possible to use 2 scenes at the same time?

For example, I want 2 cameras, one from scene #1 with specific lights and skybox, and a second camera at the same time from scene #2 with different lights and skybox. Theses two cameras should render at the same time (the second one is for the UI, like a HUD)

Yes and no. You can load scenes additively but you can only have one skybox.

You could fake a skybox in one scene with an inverted sphere or cube.

1 Like

The problem with fake skybox is that it doesn’t emit light the same way, neither reflect the image with mirror shader.