Version: 5.4

EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo

マニュアルに切り替える
public static bool SaveCurrentModifiedScenesIfUserWantsTo ();

戻り値

bool シーンの保存を選択 (戻り値 true のとき) か cancel キーを押すべきか (戻り値 false のとき) が返されます。

説明

修正されたシーンを保存するかユーザーに尋ねます。

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.