Exemplo n.º 1
0
 private IEnumerator WaitAsync()
 {
     async = GameSceneManager.AsyncLoadLevelGameScene(sceneName);
     yield return(async);
 }