Method CheckModifiedScenesAndAskToSave
CheckModifiedScenesAndAskToSave()
Used during the build to check for unsaved scenes and provide a user popup if there are any.
선언
public static bool CheckModifiedScenesAndAskToSave()
반환
타입 | 설명 |
---|---|
bool | True if there were no unsaved scenes, or if user hits "Save and Continue" on popup. False if any scenes were unsaved, and user hits "Cancel" on popup. |