Beispiel #1
0
 public static bool UnloadScene(Scene scene)
 {
     return(SceneManager.UnloadSceneInternal(scene, UnloadSceneOptions.None));
 }