Version: 5.6

EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo

Cambiar al Manual
public static bool SaveCurrentModifiedScenesIfUserWantsTo ();

Valor de retorno

bool This returns true if you chose to save the Scene or Scenes, and returns false if you pressed Cancel.

Descripción

Asks you if you want to save the modified Scene or Scenes.

In some cases, you might want to call this function before opening another Scene or creating a new Scene. A return value of true indicates that you may continue. A return value of false indicates that the user cancelled the operation and you should not Open another Scene.