Hi,
I have menu, and lot’s of different scenes which can be acces only from menu( let’s call them Primary Scenes).
Each Primary Scene has it’s own set of Secondary Scenes, which can be acces only from this Primary Scene.
So when There’s a PrimaryScene with set of 2 secondary scenes, example round between scenes can look like:
Menu →
PS 1 →
SS 1 →
SS 2 →
PS1 →
Menu
How should I store information about avaliable scenes ?
What’s best way to add scenes to the build ?
How should I swithc between them ? ( using just string names, or maybe some multidimensional array of scenes ?)
Any ideas will be will be much appreciated,
Thanks !