動画リワードダイアログシーン情報を追加
This commit is contained in:
parent
1df8fbd79b
commit
6f878a13bd
|
|
@ -95,6 +95,7 @@ GameObject:
|
||||||
- component: {fileID: 3756929251745663541}
|
- component: {fileID: 3756929251745663541}
|
||||||
- component: {fileID: 5400893423074421525}
|
- component: {fileID: 5400893423074421525}
|
||||||
- component: {fileID: 7906393928596777865}
|
- component: {fileID: 7906393928596777865}
|
||||||
|
- component: {fileID: 7743573513958854474}
|
||||||
m_Layer: 0
|
m_Layer: 0
|
||||||
m_Name: DontDestroyObject
|
m_Name: DontDestroyObject
|
||||||
m_TagString: Untagged
|
m_TagString: Untagged
|
||||||
|
|
@ -190,6 +191,18 @@ MonoBehaviour:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
checkInterval:
|
checkInterval:
|
||||||
value: 0.1
|
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
|
--- !u!1 &8739647597683206087
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,9 @@ public enum GameScenes
|
||||||
Information,
|
Information,
|
||||||
SettingsDialog,
|
SettingsDialog,
|
||||||
DebugOption,
|
DebugOption,
|
||||||
UnableWatchVideoDialog,
|
WatchMovieFailure,
|
||||||
|
WatchMovieCoin,
|
||||||
|
WatchMovieCoinGet,
|
||||||
ApplicationExitConfirmDialog,
|
ApplicationExitConfirmDialog,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,4 +80,13 @@ EditorBuildSettings:
|
||||||
- enabled: 1
|
- enabled: 1
|
||||||
path: Assets/MyGame/Scenes/Main/Information.unity
|
path: Assets/MyGame/Scenes/Main/Information.unity
|
||||||
guid: 492d370a1a11f7e4ba2860fa98a0addb
|
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: {}
|
m_configObjects: {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue