Scene Doubt

Hello Guys.
I want to do a plataform game, and i have one doubt about the scenes…
Each scene is a stage? Oh have a main scene to load all stages

good question, i’d like to know too.

it’s your choice depending on how you want to make it, how big you want the scene to be etc.

If you build all the ‘levels’ in one scene you can just teleport the player from ‘level’ to ‘level’ & ensure they can’t exit each scene by mistake. You’d need to make sure the camera was set correctly for each scene as well as lighting. Having a separate scene for each level means you need to transfer player stats & stuff between scenes. I