IEnumerator waitSimulator() { yield return(new WaitForSeconds(1f)); SceneLoader.AsyncLoadNewScene("Main"); }