예제 #1
0
 public static void SwitchScene(string level)
 {
     Application.NewScene();
     LevelUtil.LoadWorld(level);
     GameObject.Create <PlayScene>("PlayScene");
 }