Hi guys !
I tried to play around with the SceneManagement and I havent even able to organize my scene selection properly. I don’t think this is unusual to be able to select a level or multiple levels to play but I just can’t get it right.
What I’m trying to do is to organize my levels in folders, like :
- underground levels
- winter levels
- whatever
Then I’ll make the player able to chose whatever levels he wants to play
Right now I can’t tell my Scene Manager “load all the scenes in WINTER FOLDER” to populate a list and iterate through it
Any idea on how I could achieve that ?
Thanks !