I’m working on a game and i want to have about 15 to 30 levels in it so my ? is if i start a new project and i have my first scene and i get all my objects in it do i save that scene and start a new one for the next level or can i keep putting all my levels in one scene I’m new to this thats why I’m asking
Create a new scene for each level if you want easier management. But you’ll have to track state changes/saves.
ok thanks you