I have four levels named Scene_0, Scene_1, Scene_2, and Scene_LoadingScreen. To switch between scene 0, 1, and 2, I tell the game to first load Scene_LoadingScreen, and then scene 0, 1, or 2. My question is, how do I tell the Scene_LoadingScreen to load a specific level that I want?
E.g. I’m in Scene_0, I have the option to load either Scene_1 or 2. But I have to get there via Scene_LoadingScreen. How do I tell Scene_LoadingScreen to load the level that I want??
Much thanks!!