com.taptap.sdk.core 4.3.0-aplha.12

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 (273) hide show
  1. package/Editor/BuildTargetUtils.cs +14 -0
  2. package/Editor/BuildTargetUtils.cs.meta +11 -0
  3. package/Editor/LinkXMLGenerator.cs +70 -0
  4. package/Editor/LinkXMLGenerator.cs.meta +11 -0
  5. package/Editor/Plist.cs +954 -0
  6. package/Editor/Plist.cs.meta +3 -0
  7. package/Editor/SDKLinkProcessBuild.cs +119 -0
  8. package/Editor/SDKLinkProcessBuild.cs.meta +11 -0
  9. package/Editor/TapFileHelper.cs +168 -0
  10. package/Editor/TapFileHelper.cs.meta +3 -0
  11. package/Editor/TapSDK.Core.Editor.asmdef +15 -0
  12. package/Editor/TapSDK.Core.Editor.asmdef.meta +7 -0
  13. package/Editor/TapSDKCoreCompile.cs +284 -0
  14. package/Editor/TapSDKCoreCompile.cs.meta +3 -0
  15. package/Editor/TapSDKCoreIOSProcessor.cs +74 -0
  16. package/Editor/TapSDKCoreIOSProcessor.cs.meta +3 -0
  17. package/Editor/UI/ScrollViewEditor.cs +267 -0
  18. package/Editor/UI/ScrollViewEditor.cs.meta +12 -0
  19. package/Editor/UI/ScrollViewExEditor.cs +34 -0
  20. package/Editor/UI/ScrollViewExEditor.cs.meta +12 -0
  21. package/Editor/UI/TapSDK.UI.Editor.asmdef +17 -0
  22. package/Editor/UI/TapSDK.UI.Editor.asmdef.meta +7 -0
  23. package/Editor/UI.meta +9 -0
  24. package/Editor.meta +8 -0
  25. package/Mobile/Editor/NativeDependencies.xml +22 -0
  26. package/Mobile/Editor/NativeDependencies.xml.meta +7 -0
  27. package/Mobile/Editor/TapCommonMobileProcessBuild.cs +20 -0
  28. package/Mobile/Editor/TapCommonMobileProcessBuild.cs.meta +11 -0
  29. package/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef +17 -0
  30. package/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef.meta +7 -0
  31. package/Mobile/Editor.meta +8 -0
  32. package/Mobile/Runtime/AndroidNativeWrapper.cs +50 -0
  33. package/Mobile/Runtime/AndroidNativeWrapper.cs.meta +11 -0
  34. package/Mobile/Runtime/Bridge.cs +84 -0
  35. package/Mobile/Runtime/Bridge.cs.meta +11 -0
  36. package/Mobile/Runtime/BridgeAndroid.cs +73 -0
  37. package/Mobile/Runtime/BridgeAndroid.cs.meta +11 -0
  38. package/Mobile/Runtime/BridgeCallback.cs +35 -0
  39. package/Mobile/Runtime/BridgeCallback.cs.meta +11 -0
  40. package/Mobile/Runtime/BridgeIOS.cs +113 -0
  41. package/Mobile/Runtime/BridgeIOS.cs.meta +11 -0
  42. package/Mobile/Runtime/Command.cs +119 -0
  43. package/Mobile/Runtime/Command.cs.meta +11 -0
  44. package/Mobile/Runtime/Constants.cs +9 -0
  45. package/Mobile/Runtime/Constants.cs.meta +11 -0
  46. package/Mobile/Runtime/EngineBridgeInitializer.cs +33 -0
  47. package/Mobile/Runtime/EngineBridgeInitializer.cs.meta +11 -0
  48. package/Mobile/Runtime/IBridge.cs +15 -0
  49. package/Mobile/Runtime/IBridge.cs.meta +11 -0
  50. package/Mobile/Runtime/IOSNativeWrapper.cs +273 -0
  51. package/Mobile/Runtime/IOSNativeWrapper.cs.meta +11 -0
  52. package/Mobile/Runtime/Result.cs +37 -0
  53. package/Mobile/Runtime/Result.cs.meta +11 -0
  54. package/Mobile/Runtime/TapCoreMobile.cs +71 -0
  55. package/Mobile/Runtime/TapCoreMobile.cs.meta +11 -0
  56. package/Mobile/Runtime/TapEventMobile.cs +265 -0
  57. package/Mobile/Runtime/TapEventMobile.cs.meta +11 -0
  58. package/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef +18 -0
  59. package/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef.meta +7 -0
  60. package/Mobile/Runtime/TapUUID.cs +9 -0
  61. package/Mobile/Runtime/TapUUID.cs.meta +11 -0
  62. package/Mobile/Runtime.meta +8 -0
  63. package/Mobile.meta +8 -0
  64. package/Plugins/iOS.meta +8 -0
  65. package/Plugins.meta +8 -0
  66. package/Resources/Fonts/taptap-sdk-bold.ttf +0 -0
  67. package/Resources/Fonts/taptap-sdk-bold.ttf.meta +22 -0
  68. package/Resources/Fonts/taptap-sdk.ttf +0 -0
  69. package/Resources/Fonts/taptap-sdk.ttf.meta +21 -0
  70. package/Resources/Fonts.meta +8 -0
  71. package/Resources/Loading.prefab +260 -0
  72. package/Resources/Loading.prefab.meta +7 -0
  73. package/Resources/TapCommonTip.prefab +194 -0
  74. package/Resources/TapCommonTip.prefab.meta +7 -0
  75. package/Resources/TapCommonToastBlack.prefab +528 -0
  76. package/Resources/TapCommonToastBlack.prefab.meta +7 -0
  77. package/Resources/TapCommonToastWhite.prefab +411 -0
  78. package/Resources/TapCommonToastWhite.prefab.meta +7 -0
  79. package/Resources/TapSDKCommonTapIcon-v2.png +0 -0
  80. package/Resources/TapSDKCommonTapIcon-v2.png.meta +128 -0
  81. package/Resources/TapSDKCommonTapIcon.png +0 -0
  82. package/Resources/TapSDKCommonTapIcon.png.meta +128 -0
  83. package/Resources/TapSDKCommonToastBg.png +0 -0
  84. package/Resources/TapSDKCommonToastBg.png.meta +128 -0
  85. package/Resources/TapSDKConstantUIRoot.prefab +100 -0
  86. package/Resources/TapSDKConstantUIRoot.prefab.meta +7 -0
  87. package/Resources/TapSDKUIRoot.prefab +100 -0
  88. package/Resources/TapSDKUIRoot.prefab.meta +7 -0
  89. package/Resources/TapTapBtn_White.png +0 -0
  90. package/Resources/TapTapBtn_White.png.meta +128 -0
  91. package/Resources/TapTapBtn_White_2.png +0 -0
  92. package/Resources/TapTapBtn_White_2.png.meta +128 -0
  93. package/Resources/ToastBackground.png +0 -0
  94. package/Resources/ToastBackground.png.meta +128 -0
  95. package/Resources/detail_bg.png +0 -0
  96. package/Resources/detail_bg.png.meta +92 -0
  97. package/Resources/success.png +0 -0
  98. package/Resources/success.png.meta +128 -0
  99. package/Resources/taptap-bg.png +0 -0
  100. package/Resources/taptap-bg.png.meta +140 -0
  101. package/Resources/taptap-close.png +0 -0
  102. package/Resources/taptap-close.png.meta +146 -0
  103. package/Resources/taptap-router-v2.png +0 -0
  104. package/Resources/taptap-router-v2.png.meta +128 -0
  105. package/Resources/taptap-router.png +0 -0
  106. package/Resources/taptap-router.png.meta +146 -0
  107. package/Resources/taptap-sdk-refresh 1.png +0 -0
  108. package/Resources/taptap-sdk-refresh 1.png.meta +128 -0
  109. package/Resources/taptap-toast-error.png +0 -0
  110. package/Resources/taptap-toast-error.png.meta +128 -0
  111. package/Resources/taptap-toast-info.png +0 -0
  112. package/Resources/taptap-toast-info.png.meta +128 -0
  113. package/Resources/taptap-toast-success.png +0 -0
  114. package/Resources/taptap-toast-success.png.meta +128 -0
  115. package/Resources/taptap-toast-warning.png +0 -0
  116. package/Resources/taptap-toast-warning.png.meta +128 -0
  117. package/Resources.meta +8 -0
  118. package/Runtime/Internal/Http/TapHttpClient.cs +176 -0
  119. package/Runtime/Internal/Http/TapHttpClient.cs.meta +11 -0
  120. package/Runtime/Internal/Http/TapHttpUtils.cs +83 -0
  121. package/Runtime/Internal/Http/TapHttpUtils.cs.meta +11 -0
  122. package/Runtime/Internal/Http.meta +8 -0
  123. package/Runtime/Internal/Init/IInitTask.cs +18 -0
  124. package/Runtime/Internal/Init/IInitTask.cs.meta +11 -0
  125. package/Runtime/Internal/Init.meta +8 -0
  126. package/Runtime/Internal/Json/TapJsonConverter.cs +40 -0
  127. package/Runtime/Internal/Json/TapJsonConverter.cs.meta +11 -0
  128. package/Runtime/Internal/Json.meta +8 -0
  129. package/Runtime/Internal/Platform/ITapCorePlatform.cs +12 -0
  130. package/Runtime/Internal/Platform/ITapCorePlatform.cs.meta +11 -0
  131. package/Runtime/Internal/Platform/ITapEventPlatform.cs +37 -0
  132. package/Runtime/Internal/Platform/ITapEventPlatform.cs.meta +11 -0
  133. package/Runtime/Internal/Platform/PlatformTypeUtils.cs +46 -0
  134. package/Runtime/Internal/Platform/PlatformTypeUtils.cs.meta +11 -0
  135. package/Runtime/Internal/Platform.meta +8 -0
  136. package/Runtime/Internal/UI/Base/Const.cs +27 -0
  137. package/Runtime/Internal/UI/Base/Const.cs.meta +11 -0
  138. package/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs +240 -0
  139. package/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs.meta +3 -0
  140. package/Runtime/Internal/UI/Base/LoadingPanelController.cs +29 -0
  141. package/Runtime/Internal/UI/Base/LoadingPanelController.cs.meta +11 -0
  142. package/Runtime/Internal/UI/Base/MonoSingleton.cs +102 -0
  143. package/Runtime/Internal/UI/Base/MonoSingleton.cs.meta +11 -0
  144. package/Runtime/Internal/UI/Base/Singleton.cs +29 -0
  145. package/Runtime/Internal/UI/Base/Singleton.cs.meta +11 -0
  146. package/Runtime/Internal/UI/Base/TipPanelController.cs +45 -0
  147. package/Runtime/Internal/UI/Base/TipPanelController.cs.meta +3 -0
  148. package/Runtime/Internal/UI/Base/ToastBlackPanelController.cs +95 -0
  149. package/Runtime/Internal/UI/Base/ToastBlackPanelController.cs.meta +11 -0
  150. package/Runtime/Internal/UI/Base/ToastWhitePanelController.cs +79 -0
  151. package/Runtime/Internal/UI/Base/ToastWhitePanelController.cs.meta +3 -0
  152. package/Runtime/Internal/UI/Base/UIManager.cs +724 -0
  153. package/Runtime/Internal/UI/Base/UIManager.cs.meta +11 -0
  154. package/Runtime/Internal/UI/Base.meta +8 -0
  155. package/Runtime/Internal/UI/BasePanel/BasePanelController.cs +385 -0
  156. package/Runtime/Internal/UI/BasePanel/BasePanelController.cs.meta +11 -0
  157. package/Runtime/Internal/UI/BasePanel.meta +8 -0
  158. package/Runtime/Internal/UI/Params/BasePanelConfig.cs +18 -0
  159. package/Runtime/Internal/UI/Params/BasePanelConfig.cs.meta +11 -0
  160. package/Runtime/Internal/UI/Params/IOpenPanelParameter.cs +7 -0
  161. package/Runtime/Internal/UI/Params/IOpenPanelParameter.cs.meta +11 -0
  162. package/Runtime/Internal/UI/Params.meta +8 -0
  163. package/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs +76 -0
  164. package/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs.meta +12 -0
  165. package/Runtime/Internal/UI/ScrollViewEx/ObjPool.meta +9 -0
  166. package/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs +828 -0
  167. package/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs.meta +12 -0
  168. package/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs +245 -0
  169. package/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs.meta +12 -0
  170. package/Runtime/Internal/UI/ScrollViewEx/ScrollView.meta +9 -0
  171. package/Runtime/Internal/UI/ScrollViewEx.meta +8 -0
  172. package/Runtime/Internal/UI.meta +8 -0
  173. package/Runtime/Internal/Utils/BridgeUtils.cs +29 -0
  174. package/Runtime/Internal/Utils/BridgeUtils.cs.meta +11 -0
  175. package/Runtime/Internal/Utils/ImageUtils.cs +147 -0
  176. package/Runtime/Internal/Utils/ImageUtils.cs.meta +11 -0
  177. package/Runtime/Internal/Utils/TapLoom.cs +155 -0
  178. package/Runtime/Internal/Utils/TapLoom.cs.meta +11 -0
  179. package/Runtime/Internal/Utils/UrlUtils.cs +34 -0
  180. package/Runtime/Internal/Utils/UrlUtils.cs.meta +11 -0
  181. package/Runtime/Internal/Utils.meta +8 -0
  182. package/Runtime/Internal.meta +8 -0
  183. package/Runtime/Public/DataStorage.cs +141 -0
  184. package/Runtime/Public/DataStorage.cs.meta +11 -0
  185. package/Runtime/Public/ITapPropertiesProxy.cs +6 -0
  186. package/Runtime/Public/ITapPropertiesProxy.cs.meta +11 -0
  187. package/Runtime/Public/Json.cs +636 -0
  188. package/Runtime/Public/Json.cs.meta +11 -0
  189. package/Runtime/Public/Log/TapLogLevel.cs +7 -0
  190. package/Runtime/Public/Log/TapLogLevel.cs.meta +11 -0
  191. package/Runtime/Public/Log/TapLogger.cs +48 -0
  192. package/Runtime/Public/Log/TapLogger.cs.meta +11 -0
  193. package/Runtime/Public/Log.meta +8 -0
  194. package/Runtime/Public/Platform.cs +27 -0
  195. package/Runtime/Public/Platform.cs.meta +11 -0
  196. package/Runtime/Public/RegionType.cs +8 -0
  197. package/Runtime/Public/RegionType.cs.meta +11 -0
  198. package/Runtime/Public/SafeDictionary.cs +27 -0
  199. package/Runtime/Public/SafeDictionary.cs.meta +11 -0
  200. package/Runtime/Public/TapError.cs +62 -0
  201. package/Runtime/Public/TapError.cs.meta +11 -0
  202. package/Runtime/Public/TapErrorCode.cs +44 -0
  203. package/Runtime/Public/TapErrorCode.cs.meta +11 -0
  204. package/Runtime/Public/TapException.cs +24 -0
  205. package/Runtime/Public/TapException.cs.meta +11 -0
  206. package/Runtime/Public/TapLanguage.cs +21 -0
  207. package/Runtime/Public/TapLanguage.cs.meta +11 -0
  208. package/Runtime/Public/TapLocalizeManager.cs +128 -0
  209. package/Runtime/Public/TapLocalizeManager.cs.meta +11 -0
  210. package/Runtime/Public/TapTapEvent.cs +93 -0
  211. package/Runtime/Public/TapTapEvent.cs.meta +11 -0
  212. package/Runtime/Public/TapTapSDK.cs +96 -0
  213. package/Runtime/Public/TapTapSDK.cs.meta +11 -0
  214. package/Runtime/Public/TapTapSDKCoreOptions.cs +104 -0
  215. package/Runtime/Public/TapTapSDKCoreOptions.cs.meta +11 -0
  216. package/Runtime/Public.meta +8 -0
  217. package/Runtime/TapSDK.Core.Runtime.asmdef +3 -0
  218. package/Runtime/TapSDK.Core.Runtime.asmdef.meta +7 -0
  219. package/Runtime.meta +8 -0
  220. package/Standalone/Editor/TapCoreStandaloneProcessBuild.cs +20 -0
  221. package/Standalone/Editor/TapCoreStandaloneProcessBuild.cs.meta +11 -0
  222. package/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef +17 -0
  223. package/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef.meta +7 -0
  224. package/Standalone/Editor.meta +8 -0
  225. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist +46 -0
  226. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist.meta +7 -0
  227. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo +0 -0
  228. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo.meta +7 -0
  229. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS.meta +8 -0
  230. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources +115 -0
  231. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources.meta +7 -0
  232. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature.meta +8 -0
  233. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents.meta +8 -0
  234. package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle.meta +33 -0
  235. package/Standalone/Plugins/macOS.meta +8 -0
  236. package/Standalone/Plugins.meta +8 -0
  237. package/Standalone/Runtime/Internal/Constants.cs +37 -0
  238. package/Standalone/Runtime/Internal/Constants.cs.meta +11 -0
  239. package/Standalone/Runtime/Internal/DeviceInfo.cs +152 -0
  240. package/Standalone/Runtime/Internal/DeviceInfo.cs.meta +11 -0
  241. package/Standalone/Runtime/Internal/EventSender.cs +239 -0
  242. package/Standalone/Runtime/Internal/EventSender.cs.meta +11 -0
  243. package/Standalone/Runtime/Internal/Http/HttpClient.cs +211 -0
  244. package/Standalone/Runtime/Internal/Http/HttpClient.cs.meta +11 -0
  245. package/Standalone/Runtime/Internal/Http/NetUtils.cs +48 -0
  246. package/Standalone/Runtime/Internal/Http/NetUtils.cs.meta +11 -0
  247. package/Standalone/Runtime/Internal/Http/TimeUtil.cs +30 -0
  248. package/Standalone/Runtime/Internal/Http/TimeUtil.cs.meta +11 -0
  249. package/Standalone/Runtime/Internal/Http.meta +8 -0
  250. package/Standalone/Runtime/Internal/Identity.cs +43 -0
  251. package/Standalone/Runtime/Internal/Identity.cs.meta +11 -0
  252. package/Standalone/Runtime/Internal/PlayRecorder.cs +53 -0
  253. package/Standalone/Runtime/Internal/PlayRecorder.cs.meta +11 -0
  254. package/Standalone/Runtime/Internal/Prefs.cs +85 -0
  255. package/Standalone/Runtime/Internal/Prefs.cs.meta +11 -0
  256. package/Standalone/Runtime/Internal/Tracker.cs +318 -0
  257. package/Standalone/Runtime/Internal/Tracker.cs.meta +11 -0
  258. package/Standalone/Runtime/Internal/User.cs +51 -0
  259. package/Standalone/Runtime/Internal/User.cs.meta +11 -0
  260. package/Standalone/Runtime/Internal.meta +8 -0
  261. package/Standalone/Runtime/Public/EventManager.cs +41 -0
  262. package/Standalone/Runtime/Public/EventManager.cs.meta +11 -0
  263. package/Standalone/Runtime/Public/TapCoreStandalone.cs +197 -0
  264. package/Standalone/Runtime/Public/TapCoreStandalone.cs.meta +11 -0
  265. package/Standalone/Runtime/Public/TapEventStandalone.cs +281 -0
  266. package/Standalone/Runtime/Public/TapEventStandalone.cs.meta +11 -0
  267. package/Standalone/Runtime/Public.meta +8 -0
  268. package/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef +21 -0
  269. package/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef.meta +7 -0
  270. package/Standalone/Runtime.meta +8 -0
  271. package/Standalone.meta +8 -0
  272. package/package.json +8 -0
  273. package/package.json.meta +7 -0
@@ -0,0 +1,528 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &784908744357270256
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: 1362374463538379500}
12
+ m_Layer: 5
13
+ m_Name: Root
14
+ m_TagString: Untagged
15
+ m_Icon: {fileID: 0}
16
+ m_NavMeshLayer: 0
17
+ m_StaticEditorFlags: 0
18
+ m_IsActive: 1
19
+ --- !u!224 &1362374463538379500
20
+ RectTransform:
21
+ m_ObjectHideFlags: 0
22
+ m_CorrespondingSourceObject: {fileID: 0}
23
+ m_PrefabInstance: {fileID: 0}
24
+ m_PrefabAsset: {fileID: 0}
25
+ m_GameObject: {fileID: 784908744357270256}
26
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
27
+ m_LocalPosition: {x: 0, y: 0, z: 0}
28
+ m_LocalScale: {x: 1, y: 1, z: 1}
29
+ m_Children:
30
+ - {fileID: 6725243170288973124}
31
+ m_Father: {fileID: 9127102694935652778}
32
+ m_RootOrder: 0
33
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
34
+ m_AnchorMin: {x: 0, y: 1}
35
+ m_AnchorMax: {x: 1, y: 1}
36
+ m_AnchoredPosition: {x: 0, y: -150}
37
+ m_SizeDelta: {x: 0, y: 50}
38
+ m_Pivot: {x: 0.5, y: 0.5}
39
+ --- !u!1 &1138495173445114285
40
+ GameObject:
41
+ m_ObjectHideFlags: 0
42
+ m_CorrespondingSourceObject: {fileID: 0}
43
+ m_PrefabInstance: {fileID: 0}
44
+ m_PrefabAsset: {fileID: 0}
45
+ serializedVersion: 6
46
+ m_Component:
47
+ - component: {fileID: 9127102694935652778}
48
+ - component: {fileID: 3062185400663604511}
49
+ - component: {fileID: 6853361318577022366}
50
+ - component: {fileID: 7333425585439521949}
51
+ - component: {fileID: 594910176992853236}
52
+ m_Layer: 5
53
+ m_Name: TapCommonToastBlack
54
+ m_TagString: Untagged
55
+ m_Icon: {fileID: 0}
56
+ m_NavMeshLayer: 0
57
+ m_StaticEditorFlags: 0
58
+ m_IsActive: 1
59
+ --- !u!224 &9127102694935652778
60
+ RectTransform:
61
+ m_ObjectHideFlags: 0
62
+ m_CorrespondingSourceObject: {fileID: 0}
63
+ m_PrefabInstance: {fileID: 0}
64
+ m_PrefabAsset: {fileID: 0}
65
+ m_GameObject: {fileID: 1138495173445114285}
66
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
67
+ m_LocalPosition: {x: 0, y: 0, z: 0}
68
+ m_LocalScale: {x: 1, y: 1, z: 1}
69
+ m_Children:
70
+ - {fileID: 1362374463538379500}
71
+ m_Father: {fileID: 0}
72
+ m_RootOrder: 0
73
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
74
+ m_AnchorMin: {x: 0, y: 0}
75
+ m_AnchorMax: {x: 1, y: 1}
76
+ m_AnchoredPosition: {x: 0, y: 0}
77
+ m_SizeDelta: {x: 0, y: 0}
78
+ m_Pivot: {x: 0.5, y: 0.5}
79
+ --- !u!223 &3062185400663604511
80
+ Canvas:
81
+ m_ObjectHideFlags: 0
82
+ m_CorrespondingSourceObject: {fileID: 0}
83
+ m_PrefabInstance: {fileID: 0}
84
+ m_PrefabAsset: {fileID: 0}
85
+ m_GameObject: {fileID: 1138495173445114285}
86
+ m_Enabled: 1
87
+ serializedVersion: 3
88
+ m_RenderMode: 0
89
+ m_Camera: {fileID: 0}
90
+ m_PlaneDistance: 100
91
+ m_PixelPerfect: 0
92
+ m_ReceivesEvents: 1
93
+ m_OverrideSorting: 0
94
+ m_OverridePixelPerfect: 0
95
+ m_SortingBucketNormalizedSize: 0
96
+ m_AdditionalShaderChannelsFlag: 0
97
+ m_SortingLayerID: 0
98
+ m_SortingOrder: 0
99
+ m_TargetDisplay: 0
100
+ --- !u!114 &6853361318577022366
101
+ MonoBehaviour:
102
+ m_ObjectHideFlags: 0
103
+ m_CorrespondingSourceObject: {fileID: 0}
104
+ m_PrefabInstance: {fileID: 0}
105
+ m_PrefabAsset: {fileID: 0}
106
+ m_GameObject: {fileID: 1138495173445114285}
107
+ m_Enabled: 1
108
+ m_EditorHideFlags: 0
109
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
110
+ m_Name:
111
+ m_EditorClassIdentifier:
112
+ m_IgnoreReversedGraphics: 1
113
+ m_BlockingObjects: 0
114
+ m_BlockingMask:
115
+ serializedVersion: 2
116
+ m_Bits: 4294967295
117
+ --- !u!225 &7333425585439521949
118
+ CanvasGroup:
119
+ m_ObjectHideFlags: 0
120
+ m_CorrespondingSourceObject: {fileID: 0}
121
+ m_PrefabInstance: {fileID: 0}
122
+ m_PrefabAsset: {fileID: 0}
123
+ m_GameObject: {fileID: 1138495173445114285}
124
+ m_Enabled: 1
125
+ m_Alpha: 1
126
+ m_Interactable: 1
127
+ m_BlocksRaycasts: 1
128
+ m_IgnoreParentGroups: 0
129
+ --- !u!114 &594910176992853236
130
+ MonoBehaviour:
131
+ m_ObjectHideFlags: 0
132
+ m_CorrespondingSourceObject: {fileID: 0}
133
+ m_PrefabInstance: {fileID: 0}
134
+ m_PrefabAsset: {fileID: 0}
135
+ m_GameObject: {fileID: 1138495173445114285}
136
+ m_Enabled: 1
137
+ m_EditorHideFlags: 0
138
+ m_Script: {fileID: 11500000, guid: cfadb0c2f9cbd4e26821f6acbffb6dac, type: 3}
139
+ m_Name:
140
+ m_EditorClassIdentifier:
141
+ canvas: {fileID: 0}
142
+ canvasGroup: {fileID: 0}
143
+ panelConfig:
144
+ animationType: 0
145
+ toppedOrder: 0
146
+ text: {fileID: 0}
147
+ background: {fileID: 0}
148
+ layout: {fileID: 0}
149
+ iconImage: {fileID: 0}
150
+ fixVal: 0
151
+ animationTime: 0
152
+ sizeDeltaX: 50
153
+ --- !u!1 &1726325218397980974
154
+ GameObject:
155
+ m_ObjectHideFlags: 0
156
+ m_CorrespondingSourceObject: {fileID: 0}
157
+ m_PrefabInstance: {fileID: 0}
158
+ m_PrefabAsset: {fileID: 0}
159
+ serializedVersion: 6
160
+ m_Component:
161
+ - component: {fileID: 6725243170288973124}
162
+ - component: {fileID: 3451134979655710801}
163
+ - component: {fileID: 6740354880857316333}
164
+ m_Layer: 5
165
+ m_Name: BGM
166
+ m_TagString: Untagged
167
+ m_Icon: {fileID: 0}
168
+ m_NavMeshLayer: 0
169
+ m_StaticEditorFlags: 0
170
+ m_IsActive: 1
171
+ --- !u!224 &6725243170288973124
172
+ RectTransform:
173
+ m_ObjectHideFlags: 0
174
+ m_CorrespondingSourceObject: {fileID: 0}
175
+ m_PrefabInstance: {fileID: 0}
176
+ m_PrefabAsset: {fileID: 0}
177
+ m_GameObject: {fileID: 1726325218397980974}
178
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
179
+ m_LocalPosition: {x: 0, y: 0, z: 0}
180
+ m_LocalScale: {x: 1, y: 1, z: 1}
181
+ m_Children:
182
+ - {fileID: 5482986322874465450}
183
+ m_Father: {fileID: 1362374463538379500}
184
+ m_RootOrder: 0
185
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
186
+ m_AnchorMin: {x: 0.5, y: 0.5}
187
+ m_AnchorMax: {x: 0.5, y: 0.5}
188
+ m_AnchoredPosition: {x: 0.26, y: 52.53}
189
+ m_SizeDelta: {x: 210, y: 42}
190
+ m_Pivot: {x: 0.5, y: 1}
191
+ --- !u!222 &3451134979655710801
192
+ CanvasRenderer:
193
+ m_ObjectHideFlags: 0
194
+ m_CorrespondingSourceObject: {fileID: 0}
195
+ m_PrefabInstance: {fileID: 0}
196
+ m_PrefabAsset: {fileID: 0}
197
+ m_GameObject: {fileID: 1726325218397980974}
198
+ m_CullTransparentMesh: 0
199
+ --- !u!114 &6740354880857316333
200
+ MonoBehaviour:
201
+ m_ObjectHideFlags: 0
202
+ m_CorrespondingSourceObject: {fileID: 0}
203
+ m_PrefabInstance: {fileID: 0}
204
+ m_PrefabAsset: {fileID: 0}
205
+ m_GameObject: {fileID: 1726325218397980974}
206
+ m_Enabled: 1
207
+ m_EditorHideFlags: 0
208
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
209
+ m_Name:
210
+ m_EditorClassIdentifier:
211
+ m_Material: {fileID: 0}
212
+ m_Color: {r: 0, g: 0, b: 0, a: 0.8509804}
213
+ m_RaycastTarget: 1
214
+ m_Maskable: 1
215
+ m_OnCullStateChanged:
216
+ m_PersistentCalls:
217
+ m_Calls: []
218
+ m_Sprite: {fileID: 21300000, guid: 121fadaa5f515439bb5fa46c7f9d2c2c, type: 3}
219
+ m_Type: 1
220
+ m_PreserveAspect: 0
221
+ m_FillCenter: 1
222
+ m_FillMethod: 4
223
+ m_FillAmount: 1
224
+ m_FillClockwise: 1
225
+ m_FillOrigin: 0
226
+ m_UseSpriteMesh: 0
227
+ m_PixelsPerUnitMultiplier: 1
228
+ --- !u!1 &1760182246072008436
229
+ GameObject:
230
+ m_ObjectHideFlags: 0
231
+ m_CorrespondingSourceObject: {fileID: 0}
232
+ m_PrefabInstance: {fileID: 0}
233
+ m_PrefabAsset: {fileID: 0}
234
+ serializedVersion: 6
235
+ m_Component:
236
+ - component: {fileID: 5482986322874465450}
237
+ - component: {fileID: 4664850341719020502}
238
+ m_Layer: 5
239
+ m_Name: Container
240
+ m_TagString: Untagged
241
+ m_Icon: {fileID: 0}
242
+ m_NavMeshLayer: 0
243
+ m_StaticEditorFlags: 0
244
+ m_IsActive: 1
245
+ --- !u!224 &5482986322874465450
246
+ RectTransform:
247
+ m_ObjectHideFlags: 0
248
+ m_CorrespondingSourceObject: {fileID: 0}
249
+ m_PrefabInstance: {fileID: 0}
250
+ m_PrefabAsset: {fileID: 0}
251
+ m_GameObject: {fileID: 1760182246072008436}
252
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
253
+ m_LocalPosition: {x: 0, y: 0, z: 0}
254
+ m_LocalScale: {x: 1, y: 1, z: 1}
255
+ m_Children:
256
+ - {fileID: 4095916428595266728}
257
+ - {fileID: 9114159179718277540}
258
+ m_Father: {fileID: 6725243170288973124}
259
+ m_RootOrder: 0
260
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
261
+ m_AnchorMin: {x: 0, y: 0}
262
+ m_AnchorMax: {x: 1, y: 1}
263
+ m_AnchoredPosition: {x: 0, y: 0}
264
+ m_SizeDelta: {x: 0, y: 0}
265
+ m_Pivot: {x: 0.5, y: 0.5}
266
+ --- !u!114 &4664850341719020502
267
+ MonoBehaviour:
268
+ m_ObjectHideFlags: 0
269
+ m_CorrespondingSourceObject: {fileID: 0}
270
+ m_PrefabInstance: {fileID: 0}
271
+ m_PrefabAsset: {fileID: 0}
272
+ m_GameObject: {fileID: 1760182246072008436}
273
+ m_Enabled: 1
274
+ m_EditorHideFlags: 0
275
+ m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3}
276
+ m_Name:
277
+ m_EditorClassIdentifier:
278
+ m_Padding:
279
+ m_Left: 8
280
+ m_Right: 0
281
+ m_Top: 9
282
+ m_Bottom: 0
283
+ m_ChildAlignment: 0
284
+ m_Spacing: 8
285
+ m_ChildForceExpandWidth: 1
286
+ m_ChildForceExpandHeight: 1
287
+ m_ChildControlWidth: 0
288
+ m_ChildControlHeight: 0
289
+ m_ChildScaleWidth: 0
290
+ m_ChildScaleHeight: 0
291
+ --- !u!1 &2834967756811503227
292
+ GameObject:
293
+ m_ObjectHideFlags: 0
294
+ m_CorrespondingSourceObject: {fileID: 0}
295
+ m_PrefabInstance: {fileID: 0}
296
+ m_PrefabAsset: {fileID: 0}
297
+ serializedVersion: 6
298
+ m_Component:
299
+ - component: {fileID: 9114159179718277540}
300
+ - component: {fileID: 3789258745879994999}
301
+ - component: {fileID: 7465180183063499933}
302
+ m_Layer: 5
303
+ m_Name: Text
304
+ m_TagString: Untagged
305
+ m_Icon: {fileID: 0}
306
+ m_NavMeshLayer: 0
307
+ m_StaticEditorFlags: 0
308
+ m_IsActive: 1
309
+ --- !u!224 &9114159179718277540
310
+ RectTransform:
311
+ m_ObjectHideFlags: 0
312
+ m_CorrespondingSourceObject: {fileID: 0}
313
+ m_PrefabInstance: {fileID: 0}
314
+ m_PrefabAsset: {fileID: 0}
315
+ m_GameObject: {fileID: 2834967756811503227}
316
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
317
+ m_LocalPosition: {x: 0, y: 0, z: 0}
318
+ m_LocalScale: {x: 1, y: 1, z: 1}
319
+ m_Children: []
320
+ m_Father: {fileID: 5482986322874465450}
321
+ m_RootOrder: 1
322
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
323
+ m_AnchorMin: {x: 0, y: 0}
324
+ m_AnchorMax: {x: 0, y: 0}
325
+ m_AnchoredPosition: {x: 0, y: 0}
326
+ m_SizeDelta: {x: 0, y: -42}
327
+ m_Pivot: {x: 0.5, y: 0.5}
328
+ --- !u!222 &3789258745879994999
329
+ CanvasRenderer:
330
+ m_ObjectHideFlags: 0
331
+ m_CorrespondingSourceObject: {fileID: 0}
332
+ m_PrefabInstance: {fileID: 0}
333
+ m_PrefabAsset: {fileID: 0}
334
+ m_GameObject: {fileID: 2834967756811503227}
335
+ m_CullTransparentMesh: 0
336
+ --- !u!114 &7465180183063499933
337
+ MonoBehaviour:
338
+ m_ObjectHideFlags: 0
339
+ m_CorrespondingSourceObject: {fileID: 0}
340
+ m_PrefabInstance: {fileID: 0}
341
+ m_PrefabAsset: {fileID: 0}
342
+ m_GameObject: {fileID: 2834967756811503227}
343
+ m_Enabled: 1
344
+ m_EditorHideFlags: 0
345
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
346
+ m_Name:
347
+ m_EditorClassIdentifier:
348
+ m_Material: {fileID: 0}
349
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
350
+ m_RaycastTarget: 1
351
+ m_Maskable: 1
352
+ m_OnCullStateChanged:
353
+ m_PersistentCalls:
354
+ m_Calls: []
355
+ m_FontData:
356
+ m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
357
+ m_FontSize: 14
358
+ m_FontStyle: 0
359
+ m_BestFit: 0
360
+ m_MinSize: 1
361
+ m_MaxSize: 36
362
+ m_Alignment: 4
363
+ m_AlignByGeometry: 1
364
+ m_RichText: 1
365
+ m_HorizontalOverflow: 0
366
+ m_VerticalOverflow: 0
367
+ m_LineSpacing: 1
368
+ m_Text: "\u5DF2\u767B\u5F55"
369
+ --- !u!1 &7763401120556589406
370
+ GameObject:
371
+ m_ObjectHideFlags: 0
372
+ m_CorrespondingSourceObject: {fileID: 0}
373
+ m_PrefabInstance: {fileID: 0}
374
+ m_PrefabAsset: {fileID: 0}
375
+ serializedVersion: 6
376
+ m_Component:
377
+ - component: {fileID: 8123150922358459483}
378
+ - component: {fileID: 4759975136191292132}
379
+ - component: {fileID: 1556038907289308440}
380
+ m_Layer: 5
381
+ m_Name: Icon
382
+ m_TagString: Untagged
383
+ m_Icon: {fileID: 0}
384
+ m_NavMeshLayer: 0
385
+ m_StaticEditorFlags: 0
386
+ m_IsActive: 1
387
+ --- !u!224 &8123150922358459483
388
+ RectTransform:
389
+ m_ObjectHideFlags: 0
390
+ m_CorrespondingSourceObject: {fileID: 0}
391
+ m_PrefabInstance: {fileID: 0}
392
+ m_PrefabAsset: {fileID: 0}
393
+ m_GameObject: {fileID: 7763401120556589406}
394
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
395
+ m_LocalPosition: {x: 0, y: 0, z: 0}
396
+ m_LocalScale: {x: 1, y: 1, z: 1}
397
+ m_Children: []
398
+ m_Father: {fileID: 4095916428595266728}
399
+ m_RootOrder: 0
400
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
401
+ m_AnchorMin: {x: 0, y: 0}
402
+ m_AnchorMax: {x: 1, y: 1}
403
+ m_AnchoredPosition: {x: 0, y: 0}
404
+ m_SizeDelta: {x: 0, y: 0}
405
+ m_Pivot: {x: 0.5, y: 0.5}
406
+ --- !u!222 &4759975136191292132
407
+ CanvasRenderer:
408
+ m_ObjectHideFlags: 0
409
+ m_CorrespondingSourceObject: {fileID: 0}
410
+ m_PrefabInstance: {fileID: 0}
411
+ m_PrefabAsset: {fileID: 0}
412
+ m_GameObject: {fileID: 7763401120556589406}
413
+ m_CullTransparentMesh: 0
414
+ --- !u!114 &1556038907289308440
415
+ MonoBehaviour:
416
+ m_ObjectHideFlags: 0
417
+ m_CorrespondingSourceObject: {fileID: 0}
418
+ m_PrefabInstance: {fileID: 0}
419
+ m_PrefabAsset: {fileID: 0}
420
+ m_GameObject: {fileID: 7763401120556589406}
421
+ m_Enabled: 1
422
+ m_EditorHideFlags: 0
423
+ m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3}
424
+ m_Name:
425
+ m_EditorClassIdentifier:
426
+ m_Material: {fileID: 0}
427
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
428
+ m_RaycastTarget: 1
429
+ m_Maskable: 1
430
+ m_OnCullStateChanged:
431
+ m_PersistentCalls:
432
+ m_Calls: []
433
+ m_Texture: {fileID: 0}
434
+ m_UVRect:
435
+ serializedVersion: 2
436
+ x: 0
437
+ y: 0
438
+ width: 1
439
+ height: 1
440
+ --- !u!1 &7837080653710102900
441
+ GameObject:
442
+ m_ObjectHideFlags: 0
443
+ m_CorrespondingSourceObject: {fileID: 0}
444
+ m_PrefabInstance: {fileID: 0}
445
+ m_PrefabAsset: {fileID: 0}
446
+ serializedVersion: 6
447
+ m_Component:
448
+ - component: {fileID: 4095916428595266728}
449
+ - component: {fileID: 1700168474539684878}
450
+ - component: {fileID: 4314615989886940530}
451
+ - component: {fileID: 6742359035200427369}
452
+ m_Layer: 5
453
+ m_Name: Mask
454
+ m_TagString: Untagged
455
+ m_Icon: {fileID: 0}
456
+ m_NavMeshLayer: 0
457
+ m_StaticEditorFlags: 0
458
+ m_IsActive: 1
459
+ --- !u!224 &4095916428595266728
460
+ RectTransform:
461
+ m_ObjectHideFlags: 0
462
+ m_CorrespondingSourceObject: {fileID: 0}
463
+ m_PrefabInstance: {fileID: 0}
464
+ m_PrefabAsset: {fileID: 0}
465
+ m_GameObject: {fileID: 7837080653710102900}
466
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
467
+ m_LocalPosition: {x: 0, y: 0, z: 0}
468
+ m_LocalScale: {x: 1, y: 1, z: 1}
469
+ m_Children:
470
+ - {fileID: 8123150922358459483}
471
+ m_Father: {fileID: 5482986322874465450}
472
+ m_RootOrder: 0
473
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
474
+ m_AnchorMin: {x: 0, y: 0}
475
+ m_AnchorMax: {x: 0, y: 0}
476
+ m_AnchoredPosition: {x: 0, y: 0}
477
+ m_SizeDelta: {x: 24, y: 24}
478
+ m_Pivot: {x: 0.5, y: 0.5}
479
+ --- !u!222 &1700168474539684878
480
+ CanvasRenderer:
481
+ m_ObjectHideFlags: 0
482
+ m_CorrespondingSourceObject: {fileID: 0}
483
+ m_PrefabInstance: {fileID: 0}
484
+ m_PrefabAsset: {fileID: 0}
485
+ m_GameObject: {fileID: 7837080653710102900}
486
+ m_CullTransparentMesh: 0
487
+ --- !u!114 &4314615989886940530
488
+ MonoBehaviour:
489
+ m_ObjectHideFlags: 0
490
+ m_CorrespondingSourceObject: {fileID: 0}
491
+ m_PrefabInstance: {fileID: 0}
492
+ m_PrefabAsset: {fileID: 0}
493
+ m_GameObject: {fileID: 7837080653710102900}
494
+ m_Enabled: 1
495
+ m_EditorHideFlags: 0
496
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
497
+ m_Name:
498
+ m_EditorClassIdentifier:
499
+ m_Material: {fileID: 0}
500
+ m_Color: {r: 0, g: 0, b: 0, a: 0.003921569}
501
+ m_RaycastTarget: 1
502
+ m_Maskable: 1
503
+ m_OnCullStateChanged:
504
+ m_PersistentCalls:
505
+ m_Calls: []
506
+ m_Sprite: {fileID: 21300000, guid: def1d4bba5fa6450b92e6a98dd48cb6e, type: 3}
507
+ m_Type: 0
508
+ m_PreserveAspect: 0
509
+ m_FillCenter: 1
510
+ m_FillMethod: 4
511
+ m_FillAmount: 1
512
+ m_FillClockwise: 1
513
+ m_FillOrigin: 0
514
+ m_UseSpriteMesh: 0
515
+ m_PixelsPerUnitMultiplier: 1
516
+ --- !u!114 &6742359035200427369
517
+ MonoBehaviour:
518
+ m_ObjectHideFlags: 0
519
+ m_CorrespondingSourceObject: {fileID: 0}
520
+ m_PrefabInstance: {fileID: 0}
521
+ m_PrefabAsset: {fileID: 0}
522
+ m_GameObject: {fileID: 7837080653710102900}
523
+ m_Enabled: 1
524
+ m_EditorHideFlags: 0
525
+ m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3}
526
+ m_Name:
527
+ m_EditorClassIdentifier:
528
+ m_ShowMaskGraphic: 1
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: cf37b42d4d2434a15b3dcce12ac09f0d
3
+ PrefabImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant: