hello guys, before asking the question here, I tried to find a solution on Unity answers but without success. Maybe I did wrong but I'm trying desperately sought to load randomly at different levels (level1 - level1b - level1c) at the beginning of a game Can anyone help me please?
Application.LoadLevel(Random.Range(1, 4)); // loads a random level between 1 and 3