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