com.taptap.sdk.compliance 4.3.0-aplha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/Mobile/Editor/NativeDependencies.xml +18 -0
  2. package/Mobile/Editor/NativeDependencies.xml.meta +7 -0
  3. package/Mobile/Editor/TapComplianceMobileProcessBuild.cs +21 -0
  4. package/Mobile/Editor/TapComplianceMobileProcessBuild.cs.meta +3 -0
  5. package/Mobile/Editor/TapSDK.Compliance.Mobile.Editor.asmdef +17 -0
  6. package/Mobile/Editor/TapSDK.Compliance.Mobile.Editor.asmdef.meta +7 -0
  7. package/Mobile/Editor/iOS/BuidPostProcessor.cs +45 -0
  8. package/Mobile/Editor/iOS/BuidPostProcessor.cs.meta +11 -0
  9. package/Mobile/Editor/iOS.meta +8 -0
  10. package/Mobile/Editor.meta +8 -0
  11. package/Mobile/Runtime/ComplianceMobileBridge.cs +319 -0
  12. package/Mobile/Runtime/ComplianceMobileBridge.cs.meta +11 -0
  13. package/Mobile/Runtime/ComplianceMobileOldJob.cs +81 -0
  14. package/Mobile/Runtime/ComplianceMobileOldJob.cs.meta +11 -0
  15. package/Mobile/Runtime/TapSDK.Compliance.Mobile.Runtime.asmdef +19 -0
  16. package/Mobile/Runtime/TapSDK.Compliance.Mobile.Runtime.asmdef.meta +7 -0
  17. package/Mobile/Runtime.meta +3 -0
  18. package/Mobile.meta +8 -0
  19. package/Resources/BillingMode.json +1 -0
  20. package/Resources/BillingMode.json.meta +7 -0
  21. package/Resources/Config/ComplianceLocalization.json +116 -0
  22. package/Resources/Config/ComplianceLocalization.json.meta +7 -0
  23. package/Resources/Config.meta +8 -0
  24. package/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab +803 -0
  25. package/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab.meta +7 -0
  26. package/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab +820 -0
  27. package/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab.meta +7 -0
  28. package/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab +988 -0
  29. package/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab.meta +7 -0
  30. package/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab +3176 -0
  31. package/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab.meta +7 -0
  32. package/Resources/Prefabs/Mobile.meta +8 -0
  33. package/Resources/Prefabs.meta +8 -0
  34. package/Resources/Textures/Background.png +0 -0
  35. package/Resources/Textures/Background.png.meta +128 -0
  36. package/Resources/Textures/Button.png +0 -0
  37. package/Resources/Textures/Button.png.meta +128 -0
  38. package/Resources/Textures/Checkmark.png +0 -0
  39. package/Resources/Textures/Checkmark.png.meta +128 -0
  40. package/Resources/Textures/Dropdown.png +0 -0
  41. package/Resources/Textures/Dropdown.png.meta +128 -0
  42. package/Resources/Textures/DropdownH.png +0 -0
  43. package/Resources/Textures/DropdownH.png.meta +128 -0
  44. package/Resources/Textures/Loading.png +0 -0
  45. package/Resources/Textures/Loading.png.meta +128 -0
  46. package/Resources/Textures/On.png +0 -0
  47. package/Resources/Textures/On.png.meta +128 -0
  48. package/Resources/Textures/Scrollview.png +0 -0
  49. package/Resources/Textures/Scrollview.png.meta +128 -0
  50. package/Resources/Textures/WhiteButton.png +0 -0
  51. package/Resources/Textures/WhiteButton.png.meta +128 -0
  52. package/Resources/Textures/error_tip.png +0 -0
  53. package/Resources/Textures/error_tip.png.meta +128 -0
  54. package/Resources/Textures/off.png +0 -0
  55. package/Resources/Textures/off.png.meta +128 -0
  56. package/Resources/Textures/taptap-antiaddiction-input.png +0 -0
  57. package/Resources/Textures/taptap-antiaddiction-input.png.meta +128 -0
  58. package/Resources/Textures/taptap-antiaddiction-largebutton.png +0 -0
  59. package/Resources/Textures/taptap-antiaddiction-largebutton.png.meta +128 -0
  60. package/Resources/Textures/taptap-antiaddiction-mobile-button.png +0 -0
  61. package/Resources/Textures/taptap-antiaddiction-mobile-button.png.meta +128 -0
  62. package/Resources/Textures.meta +8 -0
  63. package/Resources.meta +8 -0
  64. package/Runtime/Internal/ComplianceJobManager.cs +85 -0
  65. package/Runtime/Internal/ComplianceJobManager.cs.meta +11 -0
  66. package/Runtime/Internal/ComplianceResult.cs +89 -0
  67. package/Runtime/Internal/ComplianceResult.cs.meta +3 -0
  68. package/Runtime/Internal/IComplianceJob.cs +51 -0
  69. package/Runtime/Internal/IComplianceJob.cs.meta +11 -0
  70. package/Runtime/Internal/Init/ComplianceInitTask.cs +46 -0
  71. package/Runtime/Internal/Init/ComplianceInitTask.cs.meta +3 -0
  72. package/Runtime/Internal/Init.meta +3 -0
  73. package/Runtime/Internal/Model/StartUpResult.cs +28 -0
  74. package/Runtime/Internal/Model/StartUpResult.cs.meta +11 -0
  75. package/Runtime/Internal/Model.meta +8 -0
  76. package/Runtime/Internal.meta +8 -0
  77. package/Runtime/Public/TapTapCompliance.cs +119 -0
  78. package/Runtime/Public/TapTapCompliance.cs.meta +11 -0
  79. package/Runtime/Public/TapTapComplianceOption.cs +52 -0
  80. package/Runtime/Public/TapTapComplianceOption.cs.meta +3 -0
  81. package/Runtime/Public.meta +3 -0
  82. package/Runtime/TapSDK.Compliance.Runtime.asmdef +16 -0
  83. package/Runtime/TapSDK.Compliance.Runtime.asmdef.meta +7 -0
  84. package/Runtime.meta +3 -0
  85. package/Standalone/Editor/TapComplianceStandaloneProcessBuild.cs +20 -0
  86. package/Standalone/Editor/TapComplianceStandaloneProcessBuild.cs.meta +3 -0
  87. package/Standalone/Editor/TapSDK.Compliance.Standalone.Editor.asmdef +17 -0
  88. package/Standalone/Editor/TapSDK.Compliance.Standalone.Editor.asmdef.meta +7 -0
  89. package/Standalone/Editor.meta +3 -0
  90. package/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab +835 -0
  91. package/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab.meta +7 -0
  92. package/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab +1646 -0
  93. package/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab.meta +7 -0
  94. package/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab +1591 -0
  95. package/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab.meta +7 -0
  96. package/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab +897 -0
  97. package/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab.meta +7 -0
  98. package/Standalone/Resources/Prefabs/Standalone/TapTapHealthReminderPanel.prefab +1065 -0
  99. package/Standalone/Resources/Prefabs/Standalone/TapTapHealthReminderPanel.prefab.meta +7 -0
  100. package/Standalone/Resources/Prefabs/Standalone.meta +8 -0
  101. package/Standalone/Resources/Prefabs.meta +8 -0
  102. package/Standalone/Resources/Textures/QuickVerifyTip.png +0 -0
  103. package/Standalone/Resources/Textures/QuickVerifyTip.png.meta +128 -0
  104. package/Standalone/Resources/Textures/taptap-antiaddiction-largebutton.png +0 -0
  105. package/Standalone/Resources/Textures/taptap-antiaddiction-largebutton.png.meta +128 -0
  106. package/Standalone/Resources/Textures.meta +8 -0
  107. package/Standalone/Resources.meta +8 -0
  108. package/Standalone/Runtime/ComplianceWorker.cs +524 -0
  109. package/Standalone/Runtime/ComplianceWorker.cs.meta +11 -0
  110. package/Standalone/Runtime/Internal/AccessTokenJsonConverter.cs +58 -0
  111. package/Standalone/Runtime/Internal/AccessTokenJsonConverter.cs.meta +3 -0
  112. package/Standalone/Runtime/Internal/ComplianceConst.cs +73 -0
  113. package/Standalone/Runtime/Internal/ComplianceConst.cs.meta +11 -0
  114. package/Standalone/Runtime/Internal/ComplianceException.cs +24 -0
  115. package/Standalone/Runtime/Internal/ComplianceException.cs.meta +11 -0
  116. package/Standalone/Runtime/Internal/ComplianceNewJob.cs +174 -0
  117. package/Standalone/Runtime/Internal/ComplianceNewJob.cs.meta +11 -0
  118. package/Standalone/Runtime/Internal/CompliancePoll.cs +136 -0
  119. package/Standalone/Runtime/Internal/CompliancePoll.cs.meta +11 -0
  120. package/Standalone/Runtime/Internal/Config.cs +137 -0
  121. package/Standalone/Runtime/Internal/Config.cs.meta +11 -0
  122. package/Standalone/Runtime/Internal/Http/ComplianceHttpClient.cs +215 -0
  123. package/Standalone/Runtime/Internal/Http/ComplianceHttpClient.cs.meta +11 -0
  124. package/Standalone/Runtime/Internal/Http.meta +8 -0
  125. package/Standalone/Runtime/Internal/Model/BaseResponse.cs +14 -0
  126. package/Standalone/Runtime/Internal/Model/BaseResponse.cs.meta +11 -0
  127. package/Standalone/Runtime/Internal/Model/ErrorResponse.cs +27 -0
  128. package/Standalone/Runtime/Internal/Model/ErrorResponse.cs.meta +11 -0
  129. package/Standalone/Runtime/Internal/Model/Payable.cs +23 -0
  130. package/Standalone/Runtime/Internal/Model/Payable.cs.meta +11 -0
  131. package/Standalone/Runtime/Internal/Model/Playable.cs +48 -0
  132. package/Standalone/Runtime/Internal/Model/Playable.cs.meta +11 -0
  133. package/Standalone/Runtime/Internal/Model/RealNameConfig.cs +73 -0
  134. package/Standalone/Runtime/Internal/Model/RealNameConfig.cs.meta +11 -0
  135. package/Standalone/Runtime/Internal/Model/ServerTime.cs +19 -0
  136. package/Standalone/Runtime/Internal/Model/ServerTime.cs.meta +11 -0
  137. package/Standalone/Runtime/Internal/Model/StandaloneResponse.cs +12 -0
  138. package/Standalone/Runtime/Internal/Model/StandaloneResponse.cs.meta +11 -0
  139. package/Standalone/Runtime/Internal/Model/SubmitPayment.cs +8 -0
  140. package/Standalone/Runtime/Internal/Model/SubmitPayment.cs.meta +11 -0
  141. package/Standalone/Runtime/Internal/Model/UserComplianceConfig.cs +109 -0
  142. package/Standalone/Runtime/Internal/Model/UserComplianceConfig.cs.meta +11 -0
  143. package/Standalone/Runtime/Internal/Model/Verification.cs +88 -0
  144. package/Standalone/Runtime/Internal/Model/Verification.cs.meta +11 -0
  145. package/Standalone/Runtime/Internal/Model.meta +8 -0
  146. package/Standalone/Runtime/Internal/Network.cs +296 -0
  147. package/Standalone/Runtime/Internal/Network.cs.meta +11 -0
  148. package/Standalone/Runtime/Internal/Persistence.cs +91 -0
  149. package/Standalone/Runtime/Internal/Persistence.cs.meta +11 -0
  150. package/Standalone/Runtime/Internal/TapComplianceUI.cs +68 -0
  151. package/Standalone/Runtime/Internal/TapComplianceUI.cs.meta +11 -0
  152. package/Standalone/Runtime/Internal/TapLoginPermissionProvider.cs +24 -0
  153. package/Standalone/Runtime/Internal/TapLoginPermissionProvider.cs.meta +11 -0
  154. package/Standalone/Runtime/Internal/TapTapComplianceManager.cs +253 -0
  155. package/Standalone/Runtime/Internal/TapTapComplianceManager.cs.meta +11 -0
  156. package/Standalone/Runtime/Internal/Tool.cs +211 -0
  157. package/Standalone/Runtime/Internal/Tool.cs.meta +11 -0
  158. package/Standalone/Runtime/Internal/UI/Controller/TapTapChinaVerifyFinishPanelController.cs +81 -0
  159. package/Standalone/Runtime/Internal/UI/Controller/TapTapChinaVerifyFinishPanelController.cs.meta +11 -0
  160. package/Standalone/Runtime/Internal/UI/Controller/TapTapComplianceQuickVerifyTipController.cs +119 -0
  161. package/Standalone/Runtime/Internal/UI/Controller/TapTapComplianceQuickVerifyTipController.cs.meta +3 -0
  162. package/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthPaymentController.cs +105 -0
  163. package/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthPaymentController.cs.meta +11 -0
  164. package/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthReminderController.cs +129 -0
  165. package/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthReminderController.cs.meta +11 -0
  166. package/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceIDInputController.cs +218 -0
  167. package/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceIDInputController.cs.meta +11 -0
  168. package/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceRetryAlertController.cs +46 -0
  169. package/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceRetryAlertController.cs.meta +11 -0
  170. package/Standalone/Runtime/Internal/UI/Controller.meta +8 -0
  171. package/Standalone/Runtime/Internal/UI.meta +8 -0
  172. package/Standalone/Runtime/Internal/Verification.cs +315 -0
  173. package/Standalone/Runtime/Internal/Verification.cs.meta +11 -0
  174. package/Standalone/Runtime/Internal/Worker/BaseComplianceWorker.cs +489 -0
  175. package/Standalone/Runtime/Internal/Worker/BaseComplianceWorker.cs.meta +11 -0
  176. package/Standalone/Runtime/Internal/Worker.meta +8 -0
  177. package/Standalone/Runtime/Internal.meta +3 -0
  178. package/Standalone/Runtime/TapTap.AntiAddiction.Standalone.Runtime.asmdef +26 -0
  179. package/Standalone/Runtime/TapTap.AntiAddiction.Standalone.Runtime.asmdef.meta +3 -0
  180. package/Standalone/Runtime/gen/ComplianceLocalizationItems.cs +121 -0
  181. package/Standalone/Runtime/gen/ComplianceLocalizationItems.cs.meta +11 -0
  182. package/Standalone/Runtime/gen.meta +8 -0
  183. package/Standalone/Runtime.meta +3 -0
  184. package/Standalone.meta +3 -0
  185. package/package.json +12 -0
  186. package/package.json.meta +7 -0
@@ -0,0 +1,803 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &741226114600572463
4
+ GameObject:
5
+ m_ObjectHideFlags: 0
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ serializedVersion: 6
10
+ m_Component:
11
+ - component: {fileID: 347516699165024325}
12
+ - component: {fileID: 9178127194317328420}
13
+ - component: {fileID: 2442253682647876089}
14
+ m_Layer: 5
15
+ m_Name: MessageText
16
+ m_TagString: Untagged
17
+ m_Icon: {fileID: 0}
18
+ m_NavMeshLayer: 0
19
+ m_StaticEditorFlags: 0
20
+ m_IsActive: 1
21
+ --- !u!224 &347516699165024325
22
+ RectTransform:
23
+ m_ObjectHideFlags: 0
24
+ m_CorrespondingSourceObject: {fileID: 0}
25
+ m_PrefabInstance: {fileID: 0}
26
+ m_PrefabAsset: {fileID: 0}
27
+ m_GameObject: {fileID: 741226114600572463}
28
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
29
+ m_LocalPosition: {x: 0, y: 0, z: 0}
30
+ m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_Children: []
32
+ m_Father: {fileID: 3018198356678799280}
33
+ m_RootOrder: 0
34
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
+ m_AnchorMin: {x: 0, y: 0.5}
36
+ m_AnchorMax: {x: 1, y: 0.5}
37
+ m_AnchoredPosition: {x: 0, y: 85.3}
38
+ m_SizeDelta: {x: -20, y: 106}
39
+ m_Pivot: {x: 0.5, y: 0.5}
40
+ --- !u!222 &9178127194317328420
41
+ CanvasRenderer:
42
+ m_ObjectHideFlags: 0
43
+ m_CorrespondingSourceObject: {fileID: 0}
44
+ m_PrefabInstance: {fileID: 0}
45
+ m_PrefabAsset: {fileID: 0}
46
+ m_GameObject: {fileID: 741226114600572463}
47
+ m_CullTransparentMesh: 0
48
+ --- !u!114 &2442253682647876089
49
+ MonoBehaviour:
50
+ m_ObjectHideFlags: 0
51
+ m_CorrespondingSourceObject: {fileID: 0}
52
+ m_PrefabInstance: {fileID: 0}
53
+ m_PrefabAsset: {fileID: 0}
54
+ m_GameObject: {fileID: 741226114600572463}
55
+ m_Enabled: 1
56
+ m_EditorHideFlags: 0
57
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
58
+ m_Name:
59
+ m_EditorClassIdentifier:
60
+ m_Material: {fileID: 0}
61
+ m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
62
+ m_RaycastTarget: 1
63
+ m_Maskable: 1
64
+ m_OnCullStateChanged:
65
+ m_PersistentCalls:
66
+ m_Calls: []
67
+ m_FontData:
68
+ m_Font: {fileID: 12800000, guid: 922f25809659d41b4b23147484bd150d, type: 3}
69
+ m_FontSize: 40
70
+ m_FontStyle: 0
71
+ m_BestFit: 1
72
+ m_MinSize: 28
73
+ m_MaxSize: 41
74
+ m_Alignment: 4
75
+ m_AlignByGeometry: 0
76
+ m_RichText: 1
77
+ m_HorizontalOverflow: 0
78
+ m_VerticalOverflow: 0
79
+ m_LineSpacing: 1.5
80
+ m_Text: Network Error,please try again
81
+ --- !u!1 &1127131294577253093
82
+ GameObject:
83
+ m_ObjectHideFlags: 0
84
+ m_CorrespondingSourceObject: {fileID: 0}
85
+ m_PrefabInstance: {fileID: 0}
86
+ m_PrefabAsset: {fileID: 0}
87
+ serializedVersion: 6
88
+ m_Component:
89
+ - component: {fileID: 8039644701450143132}
90
+ m_Layer: 5
91
+ m_Name: Retry
92
+ m_TagString: Untagged
93
+ m_Icon: {fileID: 0}
94
+ m_NavMeshLayer: 0
95
+ m_StaticEditorFlags: 0
96
+ m_IsActive: 0
97
+ --- !u!224 &8039644701450143132
98
+ RectTransform:
99
+ m_ObjectHideFlags: 0
100
+ m_CorrespondingSourceObject: {fileID: 0}
101
+ m_PrefabInstance: {fileID: 0}
102
+ m_PrefabAsset: {fileID: 0}
103
+ m_GameObject: {fileID: 1127131294577253093}
104
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
105
+ m_LocalPosition: {x: 0, y: 0, z: 0}
106
+ m_LocalScale: {x: 1, y: 1, z: 1}
107
+ m_Children:
108
+ - {fileID: 606419830508116541}
109
+ - {fileID: 8152418032368909056}
110
+ m_Father: {fileID: 3018198356678799280}
111
+ m_RootOrder: 2
112
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
113
+ m_AnchorMin: {x: 0.5, y: 0.5}
114
+ m_AnchorMax: {x: 0.5, y: 0.5}
115
+ m_AnchoredPosition: {x: 0, y: 4}
116
+ m_SizeDelta: {x: 100, y: 100}
117
+ m_Pivot: {x: 0.5, y: 0.5}
118
+ --- !u!1 &1922066675331208581
119
+ GameObject:
120
+ m_ObjectHideFlags: 0
121
+ m_CorrespondingSourceObject: {fileID: 0}
122
+ m_PrefabInstance: {fileID: 0}
123
+ m_PrefabAsset: {fileID: 0}
124
+ serializedVersion: 6
125
+ m_Component:
126
+ - component: {fileID: 3018198356678799280}
127
+ - component: {fileID: 8194312784932681759}
128
+ - component: {fileID: 4277463507825336017}
129
+ m_Layer: 5
130
+ m_Name: BackgroundImage
131
+ m_TagString: Untagged
132
+ m_Icon: {fileID: 0}
133
+ m_NavMeshLayer: 0
134
+ m_StaticEditorFlags: 0
135
+ m_IsActive: 1
136
+ --- !u!224 &3018198356678799280
137
+ RectTransform:
138
+ m_ObjectHideFlags: 0
139
+ m_CorrespondingSourceObject: {fileID: 0}
140
+ m_PrefabInstance: {fileID: 0}
141
+ m_PrefabAsset: {fileID: 0}
142
+ m_GameObject: {fileID: 1922066675331208581}
143
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
144
+ m_LocalPosition: {x: 0, y: 0, z: 0}
145
+ m_LocalScale: {x: 1, y: 1, z: 1}
146
+ m_Children:
147
+ - {fileID: 347516699165024325}
148
+ - {fileID: 5493183507584923452}
149
+ - {fileID: 8039644701450143132}
150
+ m_Father: {fileID: 9092229873398676693}
151
+ m_RootOrder: 1
152
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
153
+ m_AnchorMin: {x: 0.5, y: 0.5}
154
+ m_AnchorMax: {x: 0.5, y: 0.5}
155
+ m_AnchoredPosition: {x: 0.7, y: -1.4}
156
+ m_SizeDelta: {x: 817.79333, y: 334.91565}
157
+ m_Pivot: {x: 0.5, y: 0.5}
158
+ --- !u!222 &8194312784932681759
159
+ CanvasRenderer:
160
+ m_ObjectHideFlags: 0
161
+ m_CorrespondingSourceObject: {fileID: 0}
162
+ m_PrefabInstance: {fileID: 0}
163
+ m_PrefabAsset: {fileID: 0}
164
+ m_GameObject: {fileID: 1922066675331208581}
165
+ m_CullTransparentMesh: 0
166
+ --- !u!114 &4277463507825336017
167
+ MonoBehaviour:
168
+ m_ObjectHideFlags: 0
169
+ m_CorrespondingSourceObject: {fileID: 0}
170
+ m_PrefabInstance: {fileID: 0}
171
+ m_PrefabAsset: {fileID: 0}
172
+ m_GameObject: {fileID: 1922066675331208581}
173
+ m_Enabled: 1
174
+ m_EditorHideFlags: 0
175
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
176
+ m_Name:
177
+ m_EditorClassIdentifier:
178
+ m_Material: {fileID: 0}
179
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
180
+ m_RaycastTarget: 1
181
+ m_Maskable: 1
182
+ m_OnCullStateChanged:
183
+ m_PersistentCalls:
184
+ m_Calls: []
185
+ m_Sprite: {fileID: 21300000, guid: dcd1ae9f2f8d74c0190994330a93aec3, type: 3}
186
+ m_Type: 1
187
+ m_PreserveAspect: 0
188
+ m_FillCenter: 1
189
+ m_FillMethod: 4
190
+ m_FillAmount: 1
191
+ m_FillClockwise: 1
192
+ m_FillOrigin: 0
193
+ m_UseSpriteMesh: 0
194
+ m_PixelsPerUnitMultiplier: 1
195
+ --- !u!1 &2581798143820796450
196
+ GameObject:
197
+ m_ObjectHideFlags: 0
198
+ m_CorrespondingSourceObject: {fileID: 0}
199
+ m_PrefabInstance: {fileID: 0}
200
+ m_PrefabAsset: {fileID: 0}
201
+ serializedVersion: 6
202
+ m_Component:
203
+ - component: {fileID: 3264819832207075509}
204
+ - component: {fileID: 8219919235773704732}
205
+ - component: {fileID: 2947571134831864381}
206
+ m_Layer: 5
207
+ m_Name: Blocker
208
+ m_TagString: Untagged
209
+ m_Icon: {fileID: 0}
210
+ m_NavMeshLayer: 0
211
+ m_StaticEditorFlags: 0
212
+ m_IsActive: 1
213
+ --- !u!224 &3264819832207075509
214
+ RectTransform:
215
+ m_ObjectHideFlags: 0
216
+ m_CorrespondingSourceObject: {fileID: 0}
217
+ m_PrefabInstance: {fileID: 0}
218
+ m_PrefabAsset: {fileID: 0}
219
+ m_GameObject: {fileID: 2581798143820796450}
220
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
221
+ m_LocalPosition: {x: 0, y: 0, z: 0}
222
+ m_LocalScale: {x: 1, y: 1, z: 1}
223
+ m_Children: []
224
+ m_Father: {fileID: 9092229873398676693}
225
+ m_RootOrder: 0
226
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
227
+ m_AnchorMin: {x: 0.5, y: 0.5}
228
+ m_AnchorMax: {x: 0.5, y: 0.5}
229
+ m_AnchoredPosition: {x: 0, y: 0}
230
+ m_SizeDelta: {x: 10000, y: 10000}
231
+ m_Pivot: {x: 0.5, y: 0.5}
232
+ --- !u!222 &8219919235773704732
233
+ CanvasRenderer:
234
+ m_ObjectHideFlags: 0
235
+ m_CorrespondingSourceObject: {fileID: 0}
236
+ m_PrefabInstance: {fileID: 0}
237
+ m_PrefabAsset: {fileID: 0}
238
+ m_GameObject: {fileID: 2581798143820796450}
239
+ m_CullTransparentMesh: 0
240
+ --- !u!114 &2947571134831864381
241
+ MonoBehaviour:
242
+ m_ObjectHideFlags: 0
243
+ m_CorrespondingSourceObject: {fileID: 0}
244
+ m_PrefabInstance: {fileID: 0}
245
+ m_PrefabAsset: {fileID: 0}
246
+ m_GameObject: {fileID: 2581798143820796450}
247
+ m_Enabled: 1
248
+ m_EditorHideFlags: 0
249
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
250
+ m_Name:
251
+ m_EditorClassIdentifier:
252
+ m_Material: {fileID: 0}
253
+ m_Color: {r: 1, g: 1, b: 1, a: 0}
254
+ m_RaycastTarget: 1
255
+ m_Maskable: 1
256
+ m_OnCullStateChanged:
257
+ m_PersistentCalls:
258
+ m_Calls: []
259
+ m_Sprite: {fileID: 0}
260
+ m_Type: 0
261
+ m_PreserveAspect: 0
262
+ m_FillCenter: 1
263
+ m_FillMethod: 4
264
+ m_FillAmount: 1
265
+ m_FillClockwise: 1
266
+ m_FillOrigin: 0
267
+ m_UseSpriteMesh: 0
268
+ m_PixelsPerUnitMultiplier: 1
269
+ --- !u!1 &3139675563220528306
270
+ GameObject:
271
+ m_ObjectHideFlags: 0
272
+ m_CorrespondingSourceObject: {fileID: 0}
273
+ m_PrefabInstance: {fileID: 0}
274
+ m_PrefabAsset: {fileID: 0}
275
+ serializedVersion: 6
276
+ m_Component:
277
+ - component: {fileID: 5857737074481106158}
278
+ - component: {fileID: 5894208780504323935}
279
+ - component: {fileID: 3952200870219420041}
280
+ m_Layer: 5
281
+ m_Name: Text
282
+ m_TagString: Untagged
283
+ m_Icon: {fileID: 0}
284
+ m_NavMeshLayer: 0
285
+ m_StaticEditorFlags: 0
286
+ m_IsActive: 1
287
+ --- !u!224 &5857737074481106158
288
+ RectTransform:
289
+ m_ObjectHideFlags: 0
290
+ m_CorrespondingSourceObject: {fileID: 0}
291
+ m_PrefabInstance: {fileID: 0}
292
+ m_PrefabAsset: {fileID: 0}
293
+ m_GameObject: {fileID: 3139675563220528306}
294
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
295
+ m_LocalPosition: {x: 0, y: 0, z: 0}
296
+ m_LocalScale: {x: 1, y: 1, z: 1}
297
+ m_Children: []
298
+ m_Father: {fileID: 5493183507584923452}
299
+ m_RootOrder: 0
300
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
301
+ m_AnchorMin: {x: 0, y: 0}
302
+ m_AnchorMax: {x: 1, y: 1}
303
+ m_AnchoredPosition: {x: 1.5, y: 1.0999985}
304
+ m_SizeDelta: {x: 0, y: 0}
305
+ m_Pivot: {x: 0.5, y: 0.5}
306
+ --- !u!222 &5894208780504323935
307
+ CanvasRenderer:
308
+ m_ObjectHideFlags: 0
309
+ m_CorrespondingSourceObject: {fileID: 0}
310
+ m_PrefabInstance: {fileID: 0}
311
+ m_PrefabAsset: {fileID: 0}
312
+ m_GameObject: {fileID: 3139675563220528306}
313
+ m_CullTransparentMesh: 0
314
+ --- !u!114 &3952200870219420041
315
+ MonoBehaviour:
316
+ m_ObjectHideFlags: 0
317
+ m_CorrespondingSourceObject: {fileID: 0}
318
+ m_PrefabInstance: {fileID: 0}
319
+ m_PrefabAsset: {fileID: 0}
320
+ m_GameObject: {fileID: 3139675563220528306}
321
+ m_Enabled: 1
322
+ m_EditorHideFlags: 0
323
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
324
+ m_Name:
325
+ m_EditorClassIdentifier:
326
+ m_Material: {fileID: 0}
327
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
328
+ m_RaycastTarget: 1
329
+ m_Maskable: 1
330
+ m_OnCullStateChanged:
331
+ m_PersistentCalls:
332
+ m_Calls: []
333
+ m_FontData:
334
+ m_Font: {fileID: 12800000, guid: 922f25809659d41b4b23147484bd150d, type: 3}
335
+ m_FontSize: 36
336
+ m_FontStyle: 0
337
+ m_BestFit: 0
338
+ m_MinSize: 1
339
+ m_MaxSize: 40
340
+ m_Alignment: 4
341
+ m_AlignByGeometry: 0
342
+ m_RichText: 1
343
+ m_HorizontalOverflow: 0
344
+ m_VerticalOverflow: 0
345
+ m_LineSpacing: 1
346
+ m_Text: "\u91CD\u8BD5"
347
+ --- !u!1 &4683343152008007239
348
+ GameObject:
349
+ m_ObjectHideFlags: 0
350
+ m_CorrespondingSourceObject: {fileID: 0}
351
+ m_PrefabInstance: {fileID: 0}
352
+ m_PrefabAsset: {fileID: 0}
353
+ serializedVersion: 6
354
+ m_Component:
355
+ - component: {fileID: 606419830508116541}
356
+ - component: {fileID: 4820232454113331661}
357
+ - component: {fileID: 104026454930804771}
358
+ m_Layer: 5
359
+ m_Name: RetryText
360
+ m_TagString: Untagged
361
+ m_Icon: {fileID: 0}
362
+ m_NavMeshLayer: 0
363
+ m_StaticEditorFlags: 0
364
+ m_IsActive: 1
365
+ --- !u!224 &606419830508116541
366
+ RectTransform:
367
+ m_ObjectHideFlags: 0
368
+ m_CorrespondingSourceObject: {fileID: 0}
369
+ m_PrefabInstance: {fileID: 0}
370
+ m_PrefabAsset: {fileID: 0}
371
+ m_GameObject: {fileID: 4683343152008007239}
372
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
373
+ m_LocalPosition: {x: 0, y: 0, z: 0}
374
+ m_LocalScale: {x: 1, y: 1, z: 1}
375
+ m_Children: []
376
+ m_Father: {fileID: 8039644701450143132}
377
+ m_RootOrder: 0
378
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
379
+ m_AnchorMin: {x: 0, y: 0.5}
380
+ m_AnchorMax: {x: 1, y: 0.5}
381
+ m_AnchoredPosition: {x: 23.4, y: -64.4}
382
+ m_SizeDelta: {x: 697.79333, y: 106}
383
+ m_Pivot: {x: 0.5, y: 0.5}
384
+ --- !u!222 &4820232454113331661
385
+ CanvasRenderer:
386
+ m_ObjectHideFlags: 0
387
+ m_CorrespondingSourceObject: {fileID: 0}
388
+ m_PrefabInstance: {fileID: 0}
389
+ m_PrefabAsset: {fileID: 0}
390
+ m_GameObject: {fileID: 4683343152008007239}
391
+ m_CullTransparentMesh: 0
392
+ --- !u!114 &104026454930804771
393
+ MonoBehaviour:
394
+ m_ObjectHideFlags: 0
395
+ m_CorrespondingSourceObject: {fileID: 0}
396
+ m_PrefabInstance: {fileID: 0}
397
+ m_PrefabAsset: {fileID: 0}
398
+ m_GameObject: {fileID: 4683343152008007239}
399
+ m_Enabled: 1
400
+ m_EditorHideFlags: 0
401
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
402
+ m_Name:
403
+ m_EditorClassIdentifier:
404
+ m_Material: {fileID: 0}
405
+ m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
406
+ m_RaycastTarget: 1
407
+ m_Maskable: 1
408
+ m_OnCullStateChanged:
409
+ m_PersistentCalls:
410
+ m_Calls: []
411
+ m_FontData:
412
+ m_Font: {fileID: 12800000, guid: 922f25809659d41b4b23147484bd150d, type: 3}
413
+ m_FontSize: 32
414
+ m_FontStyle: 0
415
+ m_BestFit: 0
416
+ m_MinSize: 0
417
+ m_MaxSize: 41
418
+ m_Alignment: 4
419
+ m_AlignByGeometry: 0
420
+ m_RichText: 1
421
+ m_HorizontalOverflow: 0
422
+ m_VerticalOverflow: 0
423
+ m_LineSpacing: 1.5
424
+ m_Text: "\u91CD\u8BD5\u4E2D..."
425
+ --- !u!1 &6643749892881444223
426
+ GameObject:
427
+ m_ObjectHideFlags: 0
428
+ m_CorrespondingSourceObject: {fileID: 0}
429
+ m_PrefabInstance: {fileID: 0}
430
+ m_PrefabAsset: {fileID: 0}
431
+ serializedVersion: 6
432
+ m_Component:
433
+ - component: {fileID: 7091787380276746281}
434
+ - component: {fileID: 8868982964816018679}
435
+ - component: {fileID: 6717941791004790811}
436
+ - component: {fileID: 7013730651431754730}
437
+ - component: {fileID: 8695191244032904745}
438
+ m_Layer: 5
439
+ m_Name: TapTapAntiAddictionRetryAlert
440
+ m_TagString: Untagged
441
+ m_Icon: {fileID: 0}
442
+ m_NavMeshLayer: 0
443
+ m_StaticEditorFlags: 0
444
+ m_IsActive: 1
445
+ --- !u!224 &7091787380276746281
446
+ RectTransform:
447
+ m_ObjectHideFlags: 0
448
+ m_CorrespondingSourceObject: {fileID: 0}
449
+ m_PrefabInstance: {fileID: 0}
450
+ m_PrefabAsset: {fileID: 0}
451
+ m_GameObject: {fileID: 6643749892881444223}
452
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
453
+ m_LocalPosition: {x: 0, y: 0, z: 0}
454
+ m_LocalScale: {x: 1, y: 1, z: 1}
455
+ m_Children:
456
+ - {fileID: 9092229873398676693}
457
+ m_Father: {fileID: 0}
458
+ m_RootOrder: 0
459
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
460
+ m_AnchorMin: {x: 0, y: 0}
461
+ m_AnchorMax: {x: 1, y: 1}
462
+ m_AnchoredPosition: {x: 0, y: 0}
463
+ m_SizeDelta: {x: 0, y: 0}
464
+ m_Pivot: {x: 0.5, y: 0.5}
465
+ --- !u!223 &8868982964816018679
466
+ Canvas:
467
+ m_ObjectHideFlags: 0
468
+ m_CorrespondingSourceObject: {fileID: 0}
469
+ m_PrefabInstance: {fileID: 0}
470
+ m_PrefabAsset: {fileID: 0}
471
+ m_GameObject: {fileID: 6643749892881444223}
472
+ m_Enabled: 1
473
+ serializedVersion: 3
474
+ m_RenderMode: 2
475
+ m_Camera: {fileID: 0}
476
+ m_PlaneDistance: 100
477
+ m_PixelPerfect: 0
478
+ m_ReceivesEvents: 1
479
+ m_OverrideSorting: 0
480
+ m_OverridePixelPerfect: 0
481
+ m_SortingBucketNormalizedSize: 0
482
+ m_AdditionalShaderChannelsFlag: 0
483
+ m_SortingLayerID: 0
484
+ m_SortingOrder: 0
485
+ m_TargetDisplay: 0
486
+ --- !u!225 &6717941791004790811
487
+ CanvasGroup:
488
+ m_ObjectHideFlags: 0
489
+ m_CorrespondingSourceObject: {fileID: 0}
490
+ m_PrefabInstance: {fileID: 0}
491
+ m_PrefabAsset: {fileID: 0}
492
+ m_GameObject: {fileID: 6643749892881444223}
493
+ m_Enabled: 1
494
+ m_Alpha: 1
495
+ m_Interactable: 1
496
+ m_BlocksRaycasts: 1
497
+ m_IgnoreParentGroups: 0
498
+ --- !u!114 &7013730651431754730
499
+ MonoBehaviour:
500
+ m_ObjectHideFlags: 0
501
+ m_CorrespondingSourceObject: {fileID: 0}
502
+ m_PrefabInstance: {fileID: 0}
503
+ m_PrefabAsset: {fileID: 0}
504
+ m_GameObject: {fileID: 6643749892881444223}
505
+ m_Enabled: 1
506
+ m_EditorHideFlags: 0
507
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
508
+ m_Name:
509
+ m_EditorClassIdentifier:
510
+ m_IgnoreReversedGraphics: 1
511
+ m_BlockingObjects: 0
512
+ m_BlockingMask:
513
+ serializedVersion: 2
514
+ m_Bits: 4294967295
515
+ --- !u!114 &8695191244032904745
516
+ MonoBehaviour:
517
+ m_ObjectHideFlags: 0
518
+ m_CorrespondingSourceObject: {fileID: 0}
519
+ m_PrefabInstance: {fileID: 0}
520
+ m_PrefabAsset: {fileID: 0}
521
+ m_GameObject: {fileID: 6643749892881444223}
522
+ m_Enabled: 1
523
+ m_EditorHideFlags: 0
524
+ m_Script: {fileID: 11500000, guid: 2567d051c1243468184a844db713b086, type: 3}
525
+ m_Name:
526
+ m_EditorClassIdentifier:
527
+ canvas: {fileID: 0}
528
+ canvasGroup: {fileID: 0}
529
+ panelConfig:
530
+ animationType: 1
531
+ toppedOrder: 0
532
+ messageText: {fileID: 0}
533
+ buttonText: {fileID: 0}
534
+ retryButton: {fileID: 0}
535
+ --- !u!1 &6942193780495597160
536
+ GameObject:
537
+ m_ObjectHideFlags: 0
538
+ m_CorrespondingSourceObject: {fileID: 0}
539
+ m_PrefabInstance: {fileID: 0}
540
+ m_PrefabAsset: {fileID: 0}
541
+ serializedVersion: 6
542
+ m_Component:
543
+ - component: {fileID: 5493183507584923452}
544
+ - component: {fileID: 1885719267259725949}
545
+ - component: {fileID: 3359776854086879744}
546
+ - component: {fileID: 4132871487302917182}
547
+ m_Layer: 5
548
+ m_Name: RetryButton
549
+ m_TagString: Untagged
550
+ m_Icon: {fileID: 0}
551
+ m_NavMeshLayer: 0
552
+ m_StaticEditorFlags: 0
553
+ m_IsActive: 1
554
+ --- !u!224 &5493183507584923452
555
+ RectTransform:
556
+ m_ObjectHideFlags: 0
557
+ m_CorrespondingSourceObject: {fileID: 0}
558
+ m_PrefabInstance: {fileID: 0}
559
+ m_PrefabAsset: {fileID: 0}
560
+ m_GameObject: {fileID: 6942193780495597160}
561
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
562
+ m_LocalPosition: {x: 0, y: 0, z: 0}
563
+ m_LocalScale: {x: 1, y: 1, z: 1}
564
+ m_Children:
565
+ - {fileID: 5857737074481106158}
566
+ m_Father: {fileID: 3018198356678799280}
567
+ m_RootOrder: 1
568
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
569
+ m_AnchorMin: {x: 0.5, y: 0}
570
+ m_AnchorMax: {x: 0.5, y: 0}
571
+ m_AnchoredPosition: {x: -1.14, y: 50}
572
+ m_SizeDelta: {x: 400, y: 100}
573
+ m_Pivot: {x: 0.5, y: 0}
574
+ --- !u!222 &1885719267259725949
575
+ CanvasRenderer:
576
+ m_ObjectHideFlags: 0
577
+ m_CorrespondingSourceObject: {fileID: 0}
578
+ m_PrefabInstance: {fileID: 0}
579
+ m_PrefabAsset: {fileID: 0}
580
+ m_GameObject: {fileID: 6942193780495597160}
581
+ m_CullTransparentMesh: 0
582
+ --- !u!114 &3359776854086879744
583
+ MonoBehaviour:
584
+ m_ObjectHideFlags: 0
585
+ m_CorrespondingSourceObject: {fileID: 0}
586
+ m_PrefabInstance: {fileID: 0}
587
+ m_PrefabAsset: {fileID: 0}
588
+ m_GameObject: {fileID: 6942193780495597160}
589
+ m_Enabled: 1
590
+ m_EditorHideFlags: 0
591
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
592
+ m_Name:
593
+ m_EditorClassIdentifier:
594
+ m_Material: {fileID: 0}
595
+ m_Color: {r: 0, g: 0.8509804, b: 0.77254903, a: 1}
596
+ m_RaycastTarget: 1
597
+ m_Maskable: 1
598
+ m_OnCullStateChanged:
599
+ m_PersistentCalls:
600
+ m_Calls: []
601
+ m_Sprite: {fileID: 21300000, guid: 3075ddc8f319b4d229e69c83faabb8a1, type: 3}
602
+ m_Type: 0
603
+ m_PreserveAspect: 0
604
+ m_FillCenter: 1
605
+ m_FillMethod: 4
606
+ m_FillAmount: 1
607
+ m_FillClockwise: 1
608
+ m_FillOrigin: 0
609
+ m_UseSpriteMesh: 0
610
+ m_PixelsPerUnitMultiplier: 1
611
+ --- !u!114 &4132871487302917182
612
+ MonoBehaviour:
613
+ m_ObjectHideFlags: 0
614
+ m_CorrespondingSourceObject: {fileID: 0}
615
+ m_PrefabInstance: {fileID: 0}
616
+ m_PrefabAsset: {fileID: 0}
617
+ m_GameObject: {fileID: 6942193780495597160}
618
+ m_Enabled: 1
619
+ m_EditorHideFlags: 0
620
+ m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
621
+ m_Name:
622
+ m_EditorClassIdentifier:
623
+ m_Navigation:
624
+ m_Mode: 3
625
+ m_SelectOnUp: {fileID: 0}
626
+ m_SelectOnDown: {fileID: 0}
627
+ m_SelectOnLeft: {fileID: 0}
628
+ m_SelectOnRight: {fileID: 0}
629
+ m_Transition: 1
630
+ m_Colors:
631
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
632
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
633
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
634
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
635
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
636
+ m_ColorMultiplier: 1
637
+ m_FadeDuration: 0.1
638
+ m_SpriteState:
639
+ m_HighlightedSprite: {fileID: 0}
640
+ m_PressedSprite: {fileID: 0}
641
+ m_SelectedSprite: {fileID: 0}
642
+ m_DisabledSprite: {fileID: 0}
643
+ m_AnimationTriggers:
644
+ m_NormalTrigger: Normal
645
+ m_HighlightedTrigger: Highlighted
646
+ m_PressedTrigger: Pressed
647
+ m_SelectedTrigger: Selected
648
+ m_DisabledTrigger: Disabled
649
+ m_Interactable: 1
650
+ m_TargetGraphic: {fileID: 3359776854086879744}
651
+ m_OnClick:
652
+ m_PersistentCalls:
653
+ m_Calls: []
654
+ --- !u!1 &7820900597963824711
655
+ GameObject:
656
+ m_ObjectHideFlags: 0
657
+ m_CorrespondingSourceObject: {fileID: 0}
658
+ m_PrefabInstance: {fileID: 0}
659
+ m_PrefabAsset: {fileID: 0}
660
+ serializedVersion: 6
661
+ m_Component:
662
+ - component: {fileID: 8152418032368909056}
663
+ - component: {fileID: 7540606296082088460}
664
+ - component: {fileID: 2121119085224647751}
665
+ m_Layer: 5
666
+ m_Name: Image
667
+ m_TagString: Untagged
668
+ m_Icon: {fileID: 0}
669
+ m_NavMeshLayer: 0
670
+ m_StaticEditorFlags: 0
671
+ m_IsActive: 1
672
+ --- !u!224 &8152418032368909056
673
+ RectTransform:
674
+ m_ObjectHideFlags: 0
675
+ m_CorrespondingSourceObject: {fileID: 0}
676
+ m_PrefabInstance: {fileID: 0}
677
+ m_PrefabAsset: {fileID: 0}
678
+ m_GameObject: {fileID: 7820900597963824711}
679
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
680
+ m_LocalPosition: {x: 0, y: 0, z: 0}
681
+ m_LocalScale: {x: 1, y: 1, z: 1}
682
+ m_Children: []
683
+ m_Father: {fileID: 8039644701450143132}
684
+ m_RootOrder: 1
685
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
686
+ m_AnchorMin: {x: 0.5, y: 0.5}
687
+ m_AnchorMax: {x: 0.5, y: 0.5}
688
+ m_AnchoredPosition: {x: -64.6, y: -63.8}
689
+ m_SizeDelta: {x: 41, y: 41}
690
+ m_Pivot: {x: 0.5, y: 0.5}
691
+ --- !u!222 &7540606296082088460
692
+ CanvasRenderer:
693
+ m_ObjectHideFlags: 0
694
+ m_CorrespondingSourceObject: {fileID: 0}
695
+ m_PrefabInstance: {fileID: 0}
696
+ m_PrefabAsset: {fileID: 0}
697
+ m_GameObject: {fileID: 7820900597963824711}
698
+ m_CullTransparentMesh: 0
699
+ --- !u!114 &2121119085224647751
700
+ MonoBehaviour:
701
+ m_ObjectHideFlags: 0
702
+ m_CorrespondingSourceObject: {fileID: 0}
703
+ m_PrefabInstance: {fileID: 0}
704
+ m_PrefabAsset: {fileID: 0}
705
+ m_GameObject: {fileID: 7820900597963824711}
706
+ m_Enabled: 1
707
+ m_EditorHideFlags: 0
708
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
709
+ m_Name:
710
+ m_EditorClassIdentifier:
711
+ m_Material: {fileID: 0}
712
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
713
+ m_RaycastTarget: 1
714
+ m_Maskable: 1
715
+ m_OnCullStateChanged:
716
+ m_PersistentCalls:
717
+ m_Calls: []
718
+ m_Sprite: {fileID: 21300000, guid: 349299b0f8bdd4bd283dfd57a9295dca, type: 3}
719
+ m_Type: 0
720
+ m_PreserveAspect: 0
721
+ m_FillCenter: 1
722
+ m_FillMethod: 4
723
+ m_FillAmount: 1
724
+ m_FillClockwise: 1
725
+ m_FillOrigin: 0
726
+ m_UseSpriteMesh: 0
727
+ m_PixelsPerUnitMultiplier: 1
728
+ --- !u!1 &8360014544657532468
729
+ GameObject:
730
+ m_ObjectHideFlags: 0
731
+ m_CorrespondingSourceObject: {fileID: 0}
732
+ m_PrefabInstance: {fileID: 0}
733
+ m_PrefabAsset: {fileID: 0}
734
+ serializedVersion: 6
735
+ m_Component:
736
+ - component: {fileID: 9092229873398676693}
737
+ - component: {fileID: 9019951928886230794}
738
+ - component: {fileID: 6506384635547968530}
739
+ m_Layer: 5
740
+ m_Name: Root
741
+ m_TagString: Untagged
742
+ m_Icon: {fileID: 0}
743
+ m_NavMeshLayer: 0
744
+ m_StaticEditorFlags: 0
745
+ m_IsActive: 1
746
+ --- !u!224 &9092229873398676693
747
+ RectTransform:
748
+ m_ObjectHideFlags: 0
749
+ m_CorrespondingSourceObject: {fileID: 0}
750
+ m_PrefabInstance: {fileID: 0}
751
+ m_PrefabAsset: {fileID: 0}
752
+ m_GameObject: {fileID: 8360014544657532468}
753
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
754
+ m_LocalPosition: {x: 0, y: 0, z: 0}
755
+ m_LocalScale: {x: 1, y: 1, z: 1}
756
+ m_Children:
757
+ - {fileID: 3264819832207075509}
758
+ - {fileID: 3018198356678799280}
759
+ m_Father: {fileID: 7091787380276746281}
760
+ m_RootOrder: 0
761
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
762
+ m_AnchorMin: {x: 0, y: 0}
763
+ m_AnchorMax: {x: 1, y: 1}
764
+ m_AnchoredPosition: {x: 0, y: 0}
765
+ m_SizeDelta: {x: 0, y: 0}
766
+ m_Pivot: {x: 0.5, y: 0.5}
767
+ --- !u!222 &9019951928886230794
768
+ CanvasRenderer:
769
+ m_ObjectHideFlags: 0
770
+ m_CorrespondingSourceObject: {fileID: 0}
771
+ m_PrefabInstance: {fileID: 0}
772
+ m_PrefabAsset: {fileID: 0}
773
+ m_GameObject: {fileID: 8360014544657532468}
774
+ m_CullTransparentMesh: 0
775
+ --- !u!114 &6506384635547968530
776
+ MonoBehaviour:
777
+ m_ObjectHideFlags: 0
778
+ m_CorrespondingSourceObject: {fileID: 0}
779
+ m_PrefabInstance: {fileID: 0}
780
+ m_PrefabAsset: {fileID: 0}
781
+ m_GameObject: {fileID: 8360014544657532468}
782
+ m_Enabled: 0
783
+ m_EditorHideFlags: 0
784
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
785
+ m_Name:
786
+ m_EditorClassIdentifier:
787
+ m_Material: {fileID: 0}
788
+ m_Color: {r: 0, g: 0, b: 0, a: 0.23529412}
789
+ m_RaycastTarget: 1
790
+ m_Maskable: 1
791
+ m_OnCullStateChanged:
792
+ m_PersistentCalls:
793
+ m_Calls: []
794
+ m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
795
+ m_Type: 1
796
+ m_PreserveAspect: 0
797
+ m_FillCenter: 1
798
+ m_FillMethod: 4
799
+ m_FillAmount: 1
800
+ m_FillClockwise: 1
801
+ m_FillOrigin: 0
802
+ m_UseSpriteMesh: 0
803
+ m_PixelsPerUnitMultiplier: 1