Version: 2017.1

EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo

Switch to Manual
public static bool SaveCurrentModifiedScenesIfUserWantsTo ();

Returns

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

Description

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.