LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

EditorSceneManager.SaveOpenScenes

public static bool SaveOpenScenes();

Returns

bool Returns true if all open Scenes are successfully saved.

Description

Save all open Scenes.

Note: You must mark your Scenes as dirty to be able to save them. Use EditorSceneManager.MarkAllScenesDirty to do this.