is this how Scenes are suppose to work?

i’m making a 3d platformer that has multiple scenes and controllers in different areas for each scene.

i put the active scene to a level to test run it but i’m still in my first scene just with the lighting from the active scene. it this how it’s suppose to work, and how do i test run it from the scene i need to?

Entering play mode will drop you into whatever active scenes you have open in the editor.

If you need other scenes to be present, you then need design a system to load them in when required.

1 Like