Пример #1
0
    IEnumerator waitSimulator()
    {
        yield return(new WaitForSeconds(1f));

        SceneLoader.AsyncLoadNewScene("Main");
    }