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,820 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &2614750717462274026
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: 719222081671675900}
12
+ - component: {fileID: 6566752454117406737}
13
+ - component: {fileID: 5456539344680195275}
14
+ - component: {fileID: 7762865190077089428}
15
+ m_Layer: 5
16
+ m_Name: OKButton
17
+ m_TagString: Untagged
18
+ m_Icon: {fileID: 0}
19
+ m_NavMeshLayer: 0
20
+ m_StaticEditorFlags: 0
21
+ m_IsActive: 1
22
+ --- !u!224 &719222081671675900
23
+ RectTransform:
24
+ m_ObjectHideFlags: 0
25
+ m_CorrespondingSourceObject: {fileID: 0}
26
+ m_PrefabInstance: {fileID: 0}
27
+ m_PrefabAsset: {fileID: 0}
28
+ m_GameObject: {fileID: 2614750717462274026}
29
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
30
+ m_LocalPosition: {x: 0, y: 0, z: 0}
31
+ m_LocalScale: {x: 1, y: 1, z: 1}
32
+ m_Children:
33
+ - {fileID: 2192333195466092754}
34
+ m_Father: {fileID: 6361964099233889058}
35
+ m_RootOrder: 3
36
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
37
+ m_AnchorMin: {x: 0.5, y: 1}
38
+ m_AnchorMax: {x: 0.5, y: 1}
39
+ m_AnchoredPosition: {x: -200.4, y: -464}
40
+ m_SizeDelta: {x: 400, y: 100}
41
+ m_Pivot: {x: 0, y: 0.5}
42
+ --- !u!222 &6566752454117406737
43
+ CanvasRenderer:
44
+ m_ObjectHideFlags: 0
45
+ m_CorrespondingSourceObject: {fileID: 0}
46
+ m_PrefabInstance: {fileID: 0}
47
+ m_PrefabAsset: {fileID: 0}
48
+ m_GameObject: {fileID: 2614750717462274026}
49
+ m_CullTransparentMesh: 1
50
+ --- !u!114 &5456539344680195275
51
+ MonoBehaviour:
52
+ m_ObjectHideFlags: 0
53
+ m_CorrespondingSourceObject: {fileID: 0}
54
+ m_PrefabInstance: {fileID: 0}
55
+ m_PrefabAsset: {fileID: 0}
56
+ m_GameObject: {fileID: 2614750717462274026}
57
+ m_Enabled: 1
58
+ m_EditorHideFlags: 0
59
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
60
+ m_Name:
61
+ m_EditorClassIdentifier:
62
+ m_Material: {fileID: 0}
63
+ m_Color: {r: 0, g: 0.8509804, b: 0.77254903, a: 1}
64
+ m_RaycastTarget: 1
65
+ m_Maskable: 1
66
+ m_OnCullStateChanged:
67
+ m_PersistentCalls:
68
+ m_Calls: []
69
+ m_Sprite: {fileID: 21300000, guid: 3075ddc8f319b4d229e69c83faabb8a1, type: 3}
70
+ m_Type: 0
71
+ m_PreserveAspect: 0
72
+ m_FillCenter: 1
73
+ m_FillMethod: 4
74
+ m_FillAmount: 1
75
+ m_FillClockwise: 1
76
+ m_FillOrigin: 0
77
+ m_UseSpriteMesh: 0
78
+ m_PixelsPerUnitMultiplier: 1
79
+ --- !u!114 &7762865190077089428
80
+ MonoBehaviour:
81
+ m_ObjectHideFlags: 0
82
+ m_CorrespondingSourceObject: {fileID: 0}
83
+ m_PrefabInstance: {fileID: 0}
84
+ m_PrefabAsset: {fileID: 0}
85
+ m_GameObject: {fileID: 2614750717462274026}
86
+ m_Enabled: 1
87
+ m_EditorHideFlags: 0
88
+ m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
89
+ m_Name:
90
+ m_EditorClassIdentifier:
91
+ m_Navigation:
92
+ m_Mode: 3
93
+ m_SelectOnUp: {fileID: 0}
94
+ m_SelectOnDown: {fileID: 0}
95
+ m_SelectOnLeft: {fileID: 0}
96
+ m_SelectOnRight: {fileID: 0}
97
+ m_Transition: 1
98
+ m_Colors:
99
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
100
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
101
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
102
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
103
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
104
+ m_ColorMultiplier: 1
105
+ m_FadeDuration: 0.1
106
+ m_SpriteState:
107
+ m_HighlightedSprite: {fileID: 0}
108
+ m_PressedSprite: {fileID: 0}
109
+ m_SelectedSprite: {fileID: 0}
110
+ m_DisabledSprite: {fileID: 0}
111
+ m_AnimationTriggers:
112
+ m_NormalTrigger: Normal
113
+ m_HighlightedTrigger: Highlighted
114
+ m_PressedTrigger: Pressed
115
+ m_SelectedTrigger: Selected
116
+ m_DisabledTrigger: Disabled
117
+ m_Interactable: 1
118
+ m_TargetGraphic: {fileID: 5456539344680195275}
119
+ m_OnClick:
120
+ m_PersistentCalls:
121
+ m_Calls: []
122
+ --- !u!1 &5185371334061046823
123
+ GameObject:
124
+ m_ObjectHideFlags: 0
125
+ m_CorrespondingSourceObject: {fileID: 0}
126
+ m_PrefabInstance: {fileID: 0}
127
+ m_PrefabAsset: {fileID: 0}
128
+ serializedVersion: 6
129
+ m_Component:
130
+ - component: {fileID: 4781091973651006734}
131
+ - component: {fileID: 8079534132318487013}
132
+ - component: {fileID: 5879139785308660428}
133
+ - component: {fileID: 7635682526857524625}
134
+ - component: {fileID: 5224821513464209980}
135
+ m_Layer: 5
136
+ m_Name: TapTapHealthPaymentPanel
137
+ m_TagString: Untagged
138
+ m_Icon: {fileID: 0}
139
+ m_NavMeshLayer: 0
140
+ m_StaticEditorFlags: 0
141
+ m_IsActive: 1
142
+ --- !u!224 &4781091973651006734
143
+ RectTransform:
144
+ m_ObjectHideFlags: 0
145
+ m_CorrespondingSourceObject: {fileID: 0}
146
+ m_PrefabInstance: {fileID: 0}
147
+ m_PrefabAsset: {fileID: 0}
148
+ m_GameObject: {fileID: 5185371334061046823}
149
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
150
+ m_LocalPosition: {x: 0, y: 0, z: 0}
151
+ m_LocalScale: {x: 1, y: 1, z: 1}
152
+ m_Children:
153
+ - {fileID: 6361964099233889058}
154
+ m_Father: {fileID: 0}
155
+ m_RootOrder: 0
156
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
157
+ m_AnchorMin: {x: 0, y: 0}
158
+ m_AnchorMax: {x: 1, y: 1}
159
+ m_AnchoredPosition: {x: 0, y: 0}
160
+ m_SizeDelta: {x: 0, y: 0}
161
+ m_Pivot: {x: 0.5, y: 0.5}
162
+ --- !u!223 &8079534132318487013
163
+ Canvas:
164
+ m_ObjectHideFlags: 0
165
+ m_CorrespondingSourceObject: {fileID: 0}
166
+ m_PrefabInstance: {fileID: 0}
167
+ m_PrefabAsset: {fileID: 0}
168
+ m_GameObject: {fileID: 5185371334061046823}
169
+ m_Enabled: 1
170
+ serializedVersion: 3
171
+ m_RenderMode: 2
172
+ m_Camera: {fileID: 0}
173
+ m_PlaneDistance: 100
174
+ m_PixelPerfect: 0
175
+ m_ReceivesEvents: 1
176
+ m_OverrideSorting: 0
177
+ m_OverridePixelPerfect: 0
178
+ m_SortingBucketNormalizedSize: 0
179
+ m_AdditionalShaderChannelsFlag: 0
180
+ m_SortingLayerID: 0
181
+ m_SortingOrder: 0
182
+ m_TargetDisplay: 0
183
+ --- !u!225 &5879139785308660428
184
+ CanvasGroup:
185
+ m_ObjectHideFlags: 0
186
+ m_CorrespondingSourceObject: {fileID: 0}
187
+ m_PrefabInstance: {fileID: 0}
188
+ m_PrefabAsset: {fileID: 0}
189
+ m_GameObject: {fileID: 5185371334061046823}
190
+ m_Enabled: 1
191
+ m_Alpha: 1
192
+ m_Interactable: 1
193
+ m_BlocksRaycasts: 1
194
+ m_IgnoreParentGroups: 0
195
+ --- !u!114 &7635682526857524625
196
+ MonoBehaviour:
197
+ m_ObjectHideFlags: 0
198
+ m_CorrespondingSourceObject: {fileID: 0}
199
+ m_PrefabInstance: {fileID: 0}
200
+ m_PrefabAsset: {fileID: 0}
201
+ m_GameObject: {fileID: 5185371334061046823}
202
+ m_Enabled: 1
203
+ m_EditorHideFlags: 0
204
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
205
+ m_Name:
206
+ m_EditorClassIdentifier:
207
+ m_IgnoreReversedGraphics: 1
208
+ m_BlockingObjects: 0
209
+ m_BlockingMask:
210
+ serializedVersion: 2
211
+ m_Bits: 4294967295
212
+ --- !u!114 &5224821513464209980
213
+ MonoBehaviour:
214
+ m_ObjectHideFlags: 0
215
+ m_CorrespondingSourceObject: {fileID: 0}
216
+ m_PrefabInstance: {fileID: 0}
217
+ m_PrefabAsset: {fileID: 0}
218
+ m_GameObject: {fileID: 5185371334061046823}
219
+ m_Enabled: 1
220
+ m_EditorHideFlags: 0
221
+ m_Script: {fileID: 11500000, guid: 5f75350a92fb443b1b5e340157e7b87d, type: 3}
222
+ m_Name:
223
+ m_EditorClassIdentifier:
224
+ canvas: {fileID: 0}
225
+ canvasGroup: {fileID: 0}
226
+ panelConfig:
227
+ animationType: 0
228
+ toppedOrder: 0
229
+ titleText: {fileID: 0}
230
+ contentText: {fileID: 0}
231
+ buttonText: {fileID: 0}
232
+ okButton: {fileID: 0}
233
+ scrollRect: {fileID: 0}
234
+ --- !u!1 &5262834182162683752
235
+ GameObject:
236
+ m_ObjectHideFlags: 0
237
+ m_CorrespondingSourceObject: {fileID: 0}
238
+ m_PrefabInstance: {fileID: 0}
239
+ m_PrefabAsset: {fileID: 0}
240
+ serializedVersion: 6
241
+ m_Component:
242
+ - component: {fileID: 2816057713552175116}
243
+ - component: {fileID: 68152737203051436}
244
+ - component: {fileID: 3012700777329152128}
245
+ - component: {fileID: 1033837396936978430}
246
+ m_Layer: 5
247
+ m_Name: Viewport
248
+ m_TagString: Untagged
249
+ m_Icon: {fileID: 0}
250
+ m_NavMeshLayer: 0
251
+ m_StaticEditorFlags: 0
252
+ m_IsActive: 1
253
+ --- !u!224 &2816057713552175116
254
+ RectTransform:
255
+ m_ObjectHideFlags: 0
256
+ m_CorrespondingSourceObject: {fileID: 0}
257
+ m_PrefabInstance: {fileID: 0}
258
+ m_PrefabAsset: {fileID: 0}
259
+ m_GameObject: {fileID: 5262834182162683752}
260
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
261
+ m_LocalPosition: {x: 0, y: 0, z: 0}
262
+ m_LocalScale: {x: 1, y: 1, z: 1}
263
+ m_Children:
264
+ - {fileID: 8094373888594469185}
265
+ m_Father: {fileID: 1438928193477766731}
266
+ m_RootOrder: 0
267
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
268
+ m_AnchorMin: {x: 0, y: 0}
269
+ m_AnchorMax: {x: 1, y: 1}
270
+ m_AnchoredPosition: {x: 0, y: 0}
271
+ m_SizeDelta: {x: 0, y: 0}
272
+ m_Pivot: {x: 0, y: 1}
273
+ --- !u!222 &68152737203051436
274
+ CanvasRenderer:
275
+ m_ObjectHideFlags: 0
276
+ m_CorrespondingSourceObject: {fileID: 0}
277
+ m_PrefabInstance: {fileID: 0}
278
+ m_PrefabAsset: {fileID: 0}
279
+ m_GameObject: {fileID: 5262834182162683752}
280
+ m_CullTransparentMesh: 0
281
+ --- !u!114 &3012700777329152128
282
+ MonoBehaviour:
283
+ m_ObjectHideFlags: 0
284
+ m_CorrespondingSourceObject: {fileID: 0}
285
+ m_PrefabInstance: {fileID: 0}
286
+ m_PrefabAsset: {fileID: 0}
287
+ m_GameObject: {fileID: 5262834182162683752}
288
+ m_Enabled: 1
289
+ m_EditorHideFlags: 0
290
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
291
+ m_Name:
292
+ m_EditorClassIdentifier:
293
+ m_Material: {fileID: 0}
294
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
295
+ m_RaycastTarget: 1
296
+ m_Maskable: 1
297
+ m_OnCullStateChanged:
298
+ m_PersistentCalls:
299
+ m_Calls: []
300
+ m_Sprite: {fileID: 10917, guid: 0000000000000000f000000000000000, type: 0}
301
+ m_Type: 1
302
+ m_PreserveAspect: 0
303
+ m_FillCenter: 1
304
+ m_FillMethod: 4
305
+ m_FillAmount: 1
306
+ m_FillClockwise: 1
307
+ m_FillOrigin: 0
308
+ m_UseSpriteMesh: 0
309
+ m_PixelsPerUnitMultiplier: 1
310
+ --- !u!114 &1033837396936978430
311
+ MonoBehaviour:
312
+ m_ObjectHideFlags: 0
313
+ m_CorrespondingSourceObject: {fileID: 0}
314
+ m_PrefabInstance: {fileID: 0}
315
+ m_PrefabAsset: {fileID: 0}
316
+ m_GameObject: {fileID: 5262834182162683752}
317
+ m_Enabled: 1
318
+ m_EditorHideFlags: 0
319
+ m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3}
320
+ m_Name:
321
+ m_EditorClassIdentifier:
322
+ m_ShowMaskGraphic: 0
323
+ --- !u!1 &5357233859329253123
324
+ GameObject:
325
+ m_ObjectHideFlags: 0
326
+ m_CorrespondingSourceObject: {fileID: 0}
327
+ m_PrefabInstance: {fileID: 0}
328
+ m_PrefabAsset: {fileID: 0}
329
+ serializedVersion: 6
330
+ m_Component:
331
+ - component: {fileID: 2192333195466092754}
332
+ - component: {fileID: 1073151883342619883}
333
+ - component: {fileID: 5179658266808317134}
334
+ m_Layer: 5
335
+ m_Name: Text
336
+ m_TagString: Untagged
337
+ m_Icon: {fileID: 0}
338
+ m_NavMeshLayer: 0
339
+ m_StaticEditorFlags: 0
340
+ m_IsActive: 1
341
+ --- !u!224 &2192333195466092754
342
+ RectTransform:
343
+ m_ObjectHideFlags: 0
344
+ m_CorrespondingSourceObject: {fileID: 0}
345
+ m_PrefabInstance: {fileID: 0}
346
+ m_PrefabAsset: {fileID: 0}
347
+ m_GameObject: {fileID: 5357233859329253123}
348
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
349
+ m_LocalPosition: {x: 0, y: 0, z: 0}
350
+ m_LocalScale: {x: 0.5, y: 0.5, z: 1}
351
+ m_Children: []
352
+ m_Father: {fileID: 719222081671675900}
353
+ m_RootOrder: 0
354
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
355
+ m_AnchorMin: {x: 0, y: 0}
356
+ m_AnchorMax: {x: 1, y: 1}
357
+ m_AnchoredPosition: {x: 0, y: 0}
358
+ m_SizeDelta: {x: 0, y: 0}
359
+ m_Pivot: {x: 0.5, y: 0.5}
360
+ --- !u!222 &1073151883342619883
361
+ CanvasRenderer:
362
+ m_ObjectHideFlags: 0
363
+ m_CorrespondingSourceObject: {fileID: 0}
364
+ m_PrefabInstance: {fileID: 0}
365
+ m_PrefabAsset: {fileID: 0}
366
+ m_GameObject: {fileID: 5357233859329253123}
367
+ m_CullTransparentMesh: 1
368
+ --- !u!114 &5179658266808317134
369
+ MonoBehaviour:
370
+ m_ObjectHideFlags: 0
371
+ m_CorrespondingSourceObject: {fileID: 0}
372
+ m_PrefabInstance: {fileID: 0}
373
+ m_PrefabAsset: {fileID: 0}
374
+ m_GameObject: {fileID: 5357233859329253123}
375
+ m_Enabled: 1
376
+ m_EditorHideFlags: 0
377
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
378
+ m_Name:
379
+ m_EditorClassIdentifier:
380
+ m_Material: {fileID: 0}
381
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
382
+ m_RaycastTarget: 1
383
+ m_Maskable: 1
384
+ m_OnCullStateChanged:
385
+ m_PersistentCalls:
386
+ m_Calls: []
387
+ m_FontData:
388
+ m_Font: {fileID: 12800000, guid: 3b1c92b10dde9426cbbccfbbd9c05cb1, type: 3}
389
+ m_FontSize: 80
390
+ m_FontStyle: 0
391
+ m_BestFit: 0
392
+ m_MinSize: 1
393
+ m_MaxSize: 80
394
+ m_Alignment: 4
395
+ m_AlignByGeometry: 0
396
+ m_RichText: 1
397
+ m_HorizontalOverflow: 0
398
+ m_VerticalOverflow: 0
399
+ m_LineSpacing: 1
400
+ m_Text: "\u8FD4\u56DE\u6E38\u620F"
401
+ --- !u!1 &6088636428165403993
402
+ GameObject:
403
+ m_ObjectHideFlags: 0
404
+ m_CorrespondingSourceObject: {fileID: 0}
405
+ m_PrefabInstance: {fileID: 0}
406
+ m_PrefabAsset: {fileID: 0}
407
+ serializedVersion: 6
408
+ m_Component:
409
+ - component: {fileID: 3328846188071676324}
410
+ - component: {fileID: 4200255870573753336}
411
+ - component: {fileID: 7403014841774747260}
412
+ m_Layer: 5
413
+ m_Name: Blocker
414
+ m_TagString: Untagged
415
+ m_Icon: {fileID: 0}
416
+ m_NavMeshLayer: 0
417
+ m_StaticEditorFlags: 0
418
+ m_IsActive: 1
419
+ --- !u!224 &3328846188071676324
420
+ RectTransform:
421
+ m_ObjectHideFlags: 0
422
+ m_CorrespondingSourceObject: {fileID: 0}
423
+ m_PrefabInstance: {fileID: 0}
424
+ m_PrefabAsset: {fileID: 0}
425
+ m_GameObject: {fileID: 6088636428165403993}
426
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
427
+ m_LocalPosition: {x: 0, y: 0, z: 0}
428
+ m_LocalScale: {x: 1, y: 1, z: 1}
429
+ m_Children: []
430
+ m_Father: {fileID: 6361964099233889058}
431
+ m_RootOrder: 0
432
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
433
+ m_AnchorMin: {x: 0.5, y: 0.5}
434
+ m_AnchorMax: {x: 0.5, y: 0.5}
435
+ m_AnchoredPosition: {x: 0, y: 0}
436
+ m_SizeDelta: {x: 10000, y: 10000}
437
+ m_Pivot: {x: 0.5, y: 0.5}
438
+ --- !u!222 &4200255870573753336
439
+ CanvasRenderer:
440
+ m_ObjectHideFlags: 0
441
+ m_CorrespondingSourceObject: {fileID: 0}
442
+ m_PrefabInstance: {fileID: 0}
443
+ m_PrefabAsset: {fileID: 0}
444
+ m_GameObject: {fileID: 6088636428165403993}
445
+ m_CullTransparentMesh: 0
446
+ --- !u!114 &7403014841774747260
447
+ MonoBehaviour:
448
+ m_ObjectHideFlags: 0
449
+ m_CorrespondingSourceObject: {fileID: 0}
450
+ m_PrefabInstance: {fileID: 0}
451
+ m_PrefabAsset: {fileID: 0}
452
+ m_GameObject: {fileID: 6088636428165403993}
453
+ m_Enabled: 1
454
+ m_EditorHideFlags: 0
455
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
456
+ m_Name:
457
+ m_EditorClassIdentifier:
458
+ m_Material: {fileID: 0}
459
+ m_Color: {r: 1, g: 1, b: 1, a: 0}
460
+ m_RaycastTarget: 1
461
+ m_Maskable: 1
462
+ m_OnCullStateChanged:
463
+ m_PersistentCalls:
464
+ m_Calls: []
465
+ m_Sprite: {fileID: 0}
466
+ m_Type: 0
467
+ m_PreserveAspect: 0
468
+ m_FillCenter: 1
469
+ m_FillMethod: 4
470
+ m_FillAmount: 1
471
+ m_FillClockwise: 1
472
+ m_FillOrigin: 0
473
+ m_UseSpriteMesh: 0
474
+ m_PixelsPerUnitMultiplier: 1
475
+ --- !u!1 &6243486050524845144
476
+ GameObject:
477
+ m_ObjectHideFlags: 0
478
+ m_CorrespondingSourceObject: {fileID: 0}
479
+ m_PrefabInstance: {fileID: 0}
480
+ m_PrefabAsset: {fileID: 0}
481
+ serializedVersion: 6
482
+ m_Component:
483
+ - component: {fileID: 5732433389448631787}
484
+ - component: {fileID: 4070737897994074319}
485
+ - component: {fileID: 5551195721684355231}
486
+ m_Layer: 5
487
+ m_Name: ContentText
488
+ m_TagString: Untagged
489
+ m_Icon: {fileID: 0}
490
+ m_NavMeshLayer: 0
491
+ m_StaticEditorFlags: 0
492
+ m_IsActive: 1
493
+ --- !u!224 &5732433389448631787
494
+ RectTransform:
495
+ m_ObjectHideFlags: 0
496
+ m_CorrespondingSourceObject: {fileID: 0}
497
+ m_PrefabInstance: {fileID: 0}
498
+ m_PrefabAsset: {fileID: 0}
499
+ m_GameObject: {fileID: 6243486050524845144}
500
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
501
+ m_LocalPosition: {x: 0, y: 0, z: 0}
502
+ m_LocalScale: {x: 1, y: 1, z: 1}
503
+ m_Children: []
504
+ m_Father: {fileID: 8094373888594469185}
505
+ m_RootOrder: 0
506
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
507
+ m_AnchorMin: {x: 0, y: 0.5}
508
+ m_AnchorMax: {x: 1, y: 0.5}
509
+ m_AnchoredPosition: {x: 0, y: 0}
510
+ m_SizeDelta: {x: 0, y: 200}
511
+ m_Pivot: {x: 0.5, y: 0.5}
512
+ --- !u!222 &4070737897994074319
513
+ CanvasRenderer:
514
+ m_ObjectHideFlags: 0
515
+ m_CorrespondingSourceObject: {fileID: 0}
516
+ m_PrefabInstance: {fileID: 0}
517
+ m_PrefabAsset: {fileID: 0}
518
+ m_GameObject: {fileID: 6243486050524845144}
519
+ m_CullTransparentMesh: 1
520
+ --- !u!114 &5551195721684355231
521
+ MonoBehaviour:
522
+ m_ObjectHideFlags: 0
523
+ m_CorrespondingSourceObject: {fileID: 0}
524
+ m_PrefabInstance: {fileID: 0}
525
+ m_PrefabAsset: {fileID: 0}
526
+ m_GameObject: {fileID: 6243486050524845144}
527
+ m_Enabled: 1
528
+ m_EditorHideFlags: 0
529
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
530
+ m_Name:
531
+ m_EditorClassIdentifier:
532
+ m_Material: {fileID: 0}
533
+ m_Color: {r: 0.4, g: 0.4, b: 0.4, a: 1}
534
+ m_RaycastTarget: 1
535
+ m_Maskable: 1
536
+ m_OnCullStateChanged:
537
+ m_PersistentCalls:
538
+ m_Calls: []
539
+ m_FontData:
540
+ m_Font: {fileID: 12800000, guid: 922f25809659d41b4b23147484bd150d, type: 3}
541
+ m_FontSize: 28
542
+ m_FontStyle: 0
543
+ m_BestFit: 0
544
+ m_MinSize: 2
545
+ m_MaxSize: 60
546
+ m_Alignment: 3
547
+ m_AlignByGeometry: 0
548
+ m_RichText: 1
549
+ m_HorizontalOverflow: 0
550
+ m_VerticalOverflow: 0
551
+ m_LineSpacing: 1.5
552
+ m_Text:
553
+ --- !u!1 &6608328749443286763
554
+ GameObject:
555
+ m_ObjectHideFlags: 0
556
+ m_CorrespondingSourceObject: {fileID: 0}
557
+ m_PrefabInstance: {fileID: 0}
558
+ m_PrefabAsset: {fileID: 0}
559
+ serializedVersion: 6
560
+ m_Component:
561
+ - component: {fileID: 1438928193477766731}
562
+ - component: {fileID: 374842863746080010}
563
+ - component: {fileID: 8019643814988660507}
564
+ m_Layer: 5
565
+ m_Name: Scroll View
566
+ m_TagString: Untagged
567
+ m_Icon: {fileID: 0}
568
+ m_NavMeshLayer: 0
569
+ m_StaticEditorFlags: 0
570
+ m_IsActive: 1
571
+ --- !u!224 &1438928193477766731
572
+ RectTransform:
573
+ m_ObjectHideFlags: 0
574
+ m_CorrespondingSourceObject: {fileID: 0}
575
+ m_PrefabInstance: {fileID: 0}
576
+ m_PrefabAsset: {fileID: 0}
577
+ m_GameObject: {fileID: 6608328749443286763}
578
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
579
+ m_LocalPosition: {x: 0, y: 0, z: 0}
580
+ m_LocalScale: {x: 1, y: 1, z: 1}
581
+ m_Children:
582
+ - {fileID: 2816057713552175116}
583
+ m_Father: {fileID: 6361964099233889058}
584
+ m_RootOrder: 2
585
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
586
+ m_AnchorMin: {x: 0, y: 0}
587
+ m_AnchorMax: {x: 1, y: 1}
588
+ m_AnchoredPosition: {x: -10, y: 40}
589
+ m_SizeDelta: {x: -120, y: -376}
590
+ m_Pivot: {x: 0.5, y: 0.5}
591
+ --- !u!222 &374842863746080010
592
+ CanvasRenderer:
593
+ m_ObjectHideFlags: 0
594
+ m_CorrespondingSourceObject: {fileID: 0}
595
+ m_PrefabInstance: {fileID: 0}
596
+ m_PrefabAsset: {fileID: 0}
597
+ m_GameObject: {fileID: 6608328749443286763}
598
+ m_CullTransparentMesh: 0
599
+ --- !u!114 &8019643814988660507
600
+ MonoBehaviour:
601
+ m_ObjectHideFlags: 0
602
+ m_CorrespondingSourceObject: {fileID: 0}
603
+ m_PrefabInstance: {fileID: 0}
604
+ m_PrefabAsset: {fileID: 0}
605
+ m_GameObject: {fileID: 6608328749443286763}
606
+ m_Enabled: 1
607
+ m_EditorHideFlags: 0
608
+ m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3}
609
+ m_Name:
610
+ m_EditorClassIdentifier:
611
+ m_Content: {fileID: 8094373888594469185}
612
+ m_Horizontal: 0
613
+ m_Vertical: 1
614
+ m_MovementType: 2
615
+ m_Elasticity: 0.1
616
+ m_Inertia: 1
617
+ m_DecelerationRate: 0.135
618
+ m_ScrollSensitivity: 1
619
+ m_Viewport: {fileID: 2816057713552175116}
620
+ m_HorizontalScrollbar: {fileID: 0}
621
+ m_VerticalScrollbar: {fileID: 0}
622
+ m_HorizontalScrollbarVisibility: 2
623
+ m_VerticalScrollbarVisibility: 2
624
+ m_HorizontalScrollbarSpacing: -3
625
+ m_VerticalScrollbarSpacing: -3
626
+ m_OnValueChanged:
627
+ m_PersistentCalls:
628
+ m_Calls: []
629
+ --- !u!1 &6662724965573865808
630
+ GameObject:
631
+ m_ObjectHideFlags: 0
632
+ m_CorrespondingSourceObject: {fileID: 0}
633
+ m_PrefabInstance: {fileID: 0}
634
+ m_PrefabAsset: {fileID: 0}
635
+ serializedVersion: 6
636
+ m_Component:
637
+ - component: {fileID: 8094373888594469185}
638
+ m_Layer: 5
639
+ m_Name: Content
640
+ m_TagString: Untagged
641
+ m_Icon: {fileID: 0}
642
+ m_NavMeshLayer: 0
643
+ m_StaticEditorFlags: 0
644
+ m_IsActive: 1
645
+ --- !u!224 &8094373888594469185
646
+ RectTransform:
647
+ m_ObjectHideFlags: 0
648
+ m_CorrespondingSourceObject: {fileID: 0}
649
+ m_PrefabInstance: {fileID: 0}
650
+ m_PrefabAsset: {fileID: 0}
651
+ m_GameObject: {fileID: 6662724965573865808}
652
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
653
+ m_LocalPosition: {x: 0, y: 0, z: 0}
654
+ m_LocalScale: {x: 1, y: 1, z: 1}
655
+ m_Children:
656
+ - {fileID: 5732433389448631787}
657
+ m_Father: {fileID: 2816057713552175116}
658
+ m_RootOrder: 0
659
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
660
+ m_AnchorMin: {x: 0, y: 1}
661
+ m_AnchorMax: {x: 1, y: 1}
662
+ m_AnchoredPosition: {x: 0, y: 0}
663
+ m_SizeDelta: {x: 0, y: 300}
664
+ m_Pivot: {x: 0, y: 1}
665
+ --- !u!1 &7557005277836148278
666
+ GameObject:
667
+ m_ObjectHideFlags: 0
668
+ m_CorrespondingSourceObject: {fileID: 0}
669
+ m_PrefabInstance: {fileID: 0}
670
+ m_PrefabAsset: {fileID: 0}
671
+ serializedVersion: 6
672
+ m_Component:
673
+ - component: {fileID: 6361964099233889058}
674
+ - component: {fileID: 3987254139649263377}
675
+ - component: {fileID: 3901985665046104068}
676
+ m_Layer: 5
677
+ m_Name: Root
678
+ m_TagString: Untagged
679
+ m_Icon: {fileID: 0}
680
+ m_NavMeshLayer: 0
681
+ m_StaticEditorFlags: 0
682
+ m_IsActive: 1
683
+ --- !u!224 &6361964099233889058
684
+ RectTransform:
685
+ m_ObjectHideFlags: 0
686
+ m_CorrespondingSourceObject: {fileID: 0}
687
+ m_PrefabInstance: {fileID: 0}
688
+ m_PrefabAsset: {fileID: 0}
689
+ m_GameObject: {fileID: 7557005277836148278}
690
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
691
+ m_LocalPosition: {x: 0, y: 0, z: 0}
692
+ m_LocalScale: {x: 1, y: 1, z: 1}
693
+ m_Children:
694
+ - {fileID: 3328846188071676324}
695
+ - {fileID: 5503233503525070161}
696
+ - {fileID: 1438928193477766731}
697
+ - {fileID: 719222081671675900}
698
+ m_Father: {fileID: 4781091973651006734}
699
+ m_RootOrder: 0
700
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
701
+ m_AnchorMin: {x: 0.5, y: 0.5}
702
+ m_AnchorMax: {x: 0.5, y: 0.5}
703
+ m_AnchoredPosition: {x: -0.28, y: -2.06}
704
+ m_SizeDelta: {x: 960, y: 588}
705
+ m_Pivot: {x: 0.5, y: 0.5}
706
+ --- !u!222 &3987254139649263377
707
+ CanvasRenderer:
708
+ m_ObjectHideFlags: 0
709
+ m_CorrespondingSourceObject: {fileID: 0}
710
+ m_PrefabInstance: {fileID: 0}
711
+ m_PrefabAsset: {fileID: 0}
712
+ m_GameObject: {fileID: 7557005277836148278}
713
+ m_CullTransparentMesh: 1
714
+ --- !u!114 &3901985665046104068
715
+ MonoBehaviour:
716
+ m_ObjectHideFlags: 0
717
+ m_CorrespondingSourceObject: {fileID: 0}
718
+ m_PrefabInstance: {fileID: 0}
719
+ m_PrefabAsset: {fileID: 0}
720
+ m_GameObject: {fileID: 7557005277836148278}
721
+ m_Enabled: 1
722
+ m_EditorHideFlags: 0
723
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
724
+ m_Name:
725
+ m_EditorClassIdentifier:
726
+ m_Material: {fileID: 0}
727
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
728
+ m_RaycastTarget: 1
729
+ m_Maskable: 1
730
+ m_OnCullStateChanged:
731
+ m_PersistentCalls:
732
+ m_Calls: []
733
+ m_Sprite: {fileID: 21300000, guid: 86b9e58454341479496cd09b34eb515a, type: 3}
734
+ m_Type: 0
735
+ m_PreserveAspect: 0
736
+ m_FillCenter: 1
737
+ m_FillMethod: 4
738
+ m_FillAmount: 1
739
+ m_FillClockwise: 1
740
+ m_FillOrigin: 0
741
+ m_UseSpriteMesh: 0
742
+ m_PixelsPerUnitMultiplier: 1
743
+ --- !u!1 &8135504764682151928
744
+ GameObject:
745
+ m_ObjectHideFlags: 0
746
+ m_CorrespondingSourceObject: {fileID: 0}
747
+ m_PrefabInstance: {fileID: 0}
748
+ m_PrefabAsset: {fileID: 0}
749
+ serializedVersion: 6
750
+ m_Component:
751
+ - component: {fileID: 5503233503525070161}
752
+ - component: {fileID: 432106219917414001}
753
+ - component: {fileID: 8669373154614060998}
754
+ m_Layer: 5
755
+ m_Name: TitleText
756
+ m_TagString: Untagged
757
+ m_Icon: {fileID: 0}
758
+ m_NavMeshLayer: 0
759
+ m_StaticEditorFlags: 0
760
+ m_IsActive: 1
761
+ --- !u!224 &5503233503525070161
762
+ RectTransform:
763
+ m_ObjectHideFlags: 0
764
+ m_CorrespondingSourceObject: {fileID: 0}
765
+ m_PrefabInstance: {fileID: 0}
766
+ m_PrefabAsset: {fileID: 0}
767
+ m_GameObject: {fileID: 8135504764682151928}
768
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
769
+ m_LocalPosition: {x: 0, y: 0, z: 0}
770
+ m_LocalScale: {x: 1, y: 1, z: 1}
771
+ m_Children: []
772
+ m_Father: {fileID: 6361964099233889058}
773
+ m_RootOrder: 1
774
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
775
+ m_AnchorMin: {x: 0, y: 1}
776
+ m_AnchorMax: {x: 1, y: 1}
777
+ m_AnchoredPosition: {x: 0, y: -35}
778
+ m_SizeDelta: {x: -200, y: 70}
779
+ m_Pivot: {x: 0.5, y: 1}
780
+ --- !u!222 &432106219917414001
781
+ CanvasRenderer:
782
+ m_ObjectHideFlags: 0
783
+ m_CorrespondingSourceObject: {fileID: 0}
784
+ m_PrefabInstance: {fileID: 0}
785
+ m_PrefabAsset: {fileID: 0}
786
+ m_GameObject: {fileID: 8135504764682151928}
787
+ m_CullTransparentMesh: 1
788
+ --- !u!114 &8669373154614060998
789
+ MonoBehaviour:
790
+ m_ObjectHideFlags: 0
791
+ m_CorrespondingSourceObject: {fileID: 0}
792
+ m_PrefabInstance: {fileID: 0}
793
+ m_PrefabAsset: {fileID: 0}
794
+ m_GameObject: {fileID: 8135504764682151928}
795
+ m_Enabled: 1
796
+ m_EditorHideFlags: 0
797
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
798
+ m_Name:
799
+ m_EditorClassIdentifier:
800
+ m_Material: {fileID: 0}
801
+ m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
802
+ m_RaycastTarget: 1
803
+ m_Maskable: 1
804
+ m_OnCullStateChanged:
805
+ m_PersistentCalls:
806
+ m_Calls: []
807
+ m_FontData:
808
+ m_Font: {fileID: 12800000, guid: 3b1c92b10dde9426cbbccfbbd9c05cb1, type: 3}
809
+ m_FontSize: 40
810
+ m_FontStyle: 0
811
+ m_BestFit: 0
812
+ m_MinSize: 1
813
+ m_MaxSize: 50
814
+ m_Alignment: 4
815
+ m_AlignByGeometry: 0
816
+ m_RichText: 1
817
+ m_HorizontalOverflow: 0
818
+ m_VerticalOverflow: 0
819
+ m_LineSpacing: 1
820
+ m_Text: "\u5065\u5EB7\u6E38\u620F\u63D0\u9192"