Пример #1
0
    private IEnumerator StartLoadSequence()
    {
        yield return(StartCoroutine(sceneLoader.StartLoadSequence()));

        SceneManager.UnloadSceneAsync(scene);
    }