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