예제 #1
0
 IEnumerator LoadNextLevel()
 {
     // yield return new WaitForSeconds(2f);
     _loadingManager.LoadNext( );
     yield return(null);
 }