Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorApplication.SaveCurrentSceneIfUserWantsTo

Switch to Manual
public static function SaveCurrentSceneIfUserWantsTo(): bool;

Description

Ask the user if he wants to save the open scene.

You might want to call this 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.