diff --git a/popcorn/Assets/MyGame/Resources/DontDestroyObject.prefab b/popcorn/Assets/MyGame/Resources/DontDestroyObject.prefab index cfcbcd99..da6b5318 100644 --- a/popcorn/Assets/MyGame/Resources/DontDestroyObject.prefab +++ b/popcorn/Assets/MyGame/Resources/DontDestroyObject.prefab @@ -95,6 +95,7 @@ GameObject: - component: {fileID: 3756929251745663541} - component: {fileID: 5400893423074421525} - component: {fileID: 7906393928596777865} + - component: {fileID: 7743573513958854474} m_Layer: 0 m_Name: DontDestroyObject m_TagString: Untagged @@ -190,6 +191,18 @@ MonoBehaviour: m_EditorClassIdentifier: checkInterval: value: 0.1 +--- !u!114 &7743573513958854474 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3459593390050872226} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8e2021f1b8ce47f79191ab8732fba298, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &8739647597683206087 GameObject: m_ObjectHideFlags: 0 diff --git a/popcorn/Assets/MyGame/Scripts/TransitionManager.cs b/popcorn/Assets/MyGame/Scripts/TransitionManager.cs index 3584324d..501c04e3 100644 --- a/popcorn/Assets/MyGame/Scripts/TransitionManager.cs +++ b/popcorn/Assets/MyGame/Scripts/TransitionManager.cs @@ -32,7 +32,9 @@ public enum GameScenes Information, SettingsDialog, DebugOption, - UnableWatchVideoDialog, + WatchMovieFailure, + WatchMovieCoin, + WatchMovieCoinGet, ApplicationExitConfirmDialog, } diff --git a/popcorn/ProjectSettings/EditorBuildSettings.asset b/popcorn/ProjectSettings/EditorBuildSettings.asset index 6a032239..82435d70 100644 --- a/popcorn/ProjectSettings/EditorBuildSettings.asset +++ b/popcorn/ProjectSettings/EditorBuildSettings.asset @@ -80,4 +80,13 @@ EditorBuildSettings: - enabled: 1 path: Assets/MyGame/Scenes/Main/Information.unity guid: 492d370a1a11f7e4ba2860fa98a0addb + - enabled: 1 + path: Assets/MyGame/Scenes/Main/WatchMovieFailure.unity + guid: c7a1b5c409fde72468a57617c0943288 + - enabled: 1 + path: Assets/MyGame/Scenes/Main/WatchMovieCoinGet.unity + guid: 5f95bfe845a5087469d45e850c779703 + - enabled: 1 + path: Assets/MyGame/Scenes/Main/WatchMovieCoin.unity + guid: 5f6b6a432bfecff4985db4b408a11eaa m_configObjects: {}