Version: 2020.1
언어: 한국어
public static bool SaveOpenScenes ();

반환

bool Returns true if all open Scenes are successfully saved.

설명

Save all open Scenes.

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