How do I arrange my scenes?

We can arrange our codes in different groups like Animations, Scoring, Enemy, Game Over, etc etc, can we arrange our scenes too. Actually there is a character selection option in my game and I am using 6 different characters and I am making six different scenes for each character. I want to arrange my scenes in different groups for better understanding of each character. is it possible?

1 Like

Use a single scene for each category of scene, and use “External Layouts” for each implementation of that category.
In your scene you will need to add logic to load the objects from external layout.

1 Like