Hi, I want to load a scene, then set a variable in that scene (Like this)
Application.LoadLevel(Application.loadedLevel);
cc.hasStarted = true;
This is so the game starts right away when the scene is loaded, but it doesn’t work. Is there another way to do this?