Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

EditorSceneManager.SaveScenes

public static bool SaveScenes(Scene[] scenes);

Parameters

scenes List of Scenes that should be saved.

Returns

bool True if the save succeeded. Otherwise false.

Description

Save a list of Scenes.

If an unsaved Scene is part of the list of Scenes a save dialog will appear to to prompt the user for location to save the Scene.