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

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,18 @@
1
+ {
2
+ "name": "TapSDK.Core.Mobile.Runtime",
3
+ "references": [
4
+ "GUID:7d5ef2062f3704e1ab74aac0e4d5a1a7"
5
+ ],
6
+ "includePlatforms": [
7
+ "Android",
8
+ "iOS"
9
+ ],
10
+ "excludePlatforms": [],
11
+ "allowUnsafeCode": false,
12
+ "overrideReferences": false,
13
+ "precompiledReferences": [],
14
+ "autoReferenced": true,
15
+ "defineConstraints": [],
16
+ "versionDefines": [],
17
+ "noEngineReferences": false
18
+ }
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 10560023d8780423cb943c7a324b69f2
3
+ AssemblyDefinitionImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,9 @@
1
+ namespace TapSDK.Core
2
+ {
3
+ public class TapUUID
4
+ {
5
+ public static string UUID(){
6
+ return System.Guid.NewGuid().ToString();
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: e61d5874559a448db9aa22254d05fe7a
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 401790f14411442e6b4d30acc9ec31c6
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
package/Mobile.meta ADDED
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 6838d5bad18c0416688fd347e4b283d9
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: d54d13780248040c4b29aa3f7a42e660
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
package/Plugins.meta ADDED
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 9b372fd6a570748ddbf4c96d16ebbc2b
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,22 @@
1
+ fileFormatVersion: 2
2
+ guid: 5b92beb2e4ac04c1681719225dc6d5fc
3
+ TrueTypeFontImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 4
6
+ fontSize: 16
7
+ forceTextureCase: -2
8
+ characterSpacing: 0
9
+ characterPadding: 1
10
+ includeFontData: 1
11
+ fontName: icomoon
12
+ fontNames:
13
+ - taptap-sdk-bold
14
+ fallbackFontReferences:
15
+ - {fileID: 12800000, guid: 922f25809659d41b4b23147484bd150d, type: 3}
16
+ customCharacters:
17
+ fontRenderingMode: 0
18
+ ascentCalculationMode: 1
19
+ useLegacyBoundsCalculation: 0
20
+ userData:
21
+ assetBundleName:
22
+ assetBundleVariant:
Binary file
@@ -0,0 +1,21 @@
1
+ fileFormatVersion: 2
2
+ guid: c76570f7b9a4942ae84d6491f2669330
3
+ TrueTypeFontImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 4
6
+ fontSize: 16
7
+ forceTextureCase: -2
8
+ characterSpacing: 0
9
+ characterPadding: 1
10
+ includeFontData: 1
11
+ fontName: icomoon
12
+ fontNames:
13
+ - taptap-sdk
14
+ fallbackFontReferences: []
15
+ customCharacters:
16
+ fontRenderingMode: 0
17
+ ascentCalculationMode: 1
18
+ useLegacyBoundsCalculation: 0
19
+ userData:
20
+ assetBundleName:
21
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 5884ad20cef2e4e5b82f45e69b0de123
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,260 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &1138495173445114285
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: 9127102694935652778}
12
+ - component: {fileID: 3062185400663604511}
13
+ - component: {fileID: 6853361318577022366}
14
+ - component: {fileID: 7333425585439521949}
15
+ - component: {fileID: 216553251484504045}
16
+ m_Layer: 5
17
+ m_Name: Loading
18
+ m_TagString: Untagged
19
+ m_Icon: {fileID: 0}
20
+ m_NavMeshLayer: 0
21
+ m_StaticEditorFlags: 0
22
+ m_IsActive: 1
23
+ --- !u!224 &9127102694935652778
24
+ RectTransform:
25
+ m_ObjectHideFlags: 0
26
+ m_CorrespondingSourceObject: {fileID: 0}
27
+ m_PrefabInstance: {fileID: 0}
28
+ m_PrefabAsset: {fileID: 0}
29
+ m_GameObject: {fileID: 1138495173445114285}
30
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
31
+ m_LocalPosition: {x: 0, y: 0, z: 0}
32
+ m_LocalScale: {x: 1, y: 1, z: 1}
33
+ m_Children:
34
+ - {fileID: 7053660334341111769}
35
+ - {fileID: 6725243170288973124}
36
+ m_Father: {fileID: 0}
37
+ m_RootOrder: 0
38
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
39
+ m_AnchorMin: {x: 0, y: 0}
40
+ m_AnchorMax: {x: 1, y: 1}
41
+ m_AnchoredPosition: {x: 0, y: 0}
42
+ m_SizeDelta: {x: 0, y: 0}
43
+ m_Pivot: {x: 0.5, y: 0.5}
44
+ --- !u!223 &3062185400663604511
45
+ Canvas:
46
+ m_ObjectHideFlags: 0
47
+ m_CorrespondingSourceObject: {fileID: 0}
48
+ m_PrefabInstance: {fileID: 0}
49
+ m_PrefabAsset: {fileID: 0}
50
+ m_GameObject: {fileID: 1138495173445114285}
51
+ m_Enabled: 1
52
+ serializedVersion: 3
53
+ m_RenderMode: 0
54
+ m_Camera: {fileID: 0}
55
+ m_PlaneDistance: 100
56
+ m_PixelPerfect: 0
57
+ m_ReceivesEvents: 1
58
+ m_OverrideSorting: 0
59
+ m_OverridePixelPerfect: 0
60
+ m_SortingBucketNormalizedSize: 0
61
+ m_AdditionalShaderChannelsFlag: 0
62
+ m_SortingLayerID: 0
63
+ m_SortingOrder: 0
64
+ m_TargetDisplay: 0
65
+ --- !u!114 &6853361318577022366
66
+ MonoBehaviour:
67
+ m_ObjectHideFlags: 0
68
+ m_CorrespondingSourceObject: {fileID: 0}
69
+ m_PrefabInstance: {fileID: 0}
70
+ m_PrefabAsset: {fileID: 0}
71
+ m_GameObject: {fileID: 1138495173445114285}
72
+ m_Enabled: 1
73
+ m_EditorHideFlags: 0
74
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
75
+ m_Name:
76
+ m_EditorClassIdentifier:
77
+ m_IgnoreReversedGraphics: 1
78
+ m_BlockingObjects: 0
79
+ m_BlockingMask:
80
+ serializedVersion: 2
81
+ m_Bits: 4294967295
82
+ --- !u!225 &7333425585439521949
83
+ CanvasGroup:
84
+ m_ObjectHideFlags: 0
85
+ m_CorrespondingSourceObject: {fileID: 0}
86
+ m_PrefabInstance: {fileID: 0}
87
+ m_PrefabAsset: {fileID: 0}
88
+ m_GameObject: {fileID: 1138495173445114285}
89
+ m_Enabled: 1
90
+ m_Alpha: 1
91
+ m_Interactable: 1
92
+ m_BlocksRaycasts: 1
93
+ m_IgnoreParentGroups: 0
94
+ --- !u!114 &216553251484504045
95
+ MonoBehaviour:
96
+ m_ObjectHideFlags: 0
97
+ m_CorrespondingSourceObject: {fileID: 0}
98
+ m_PrefabInstance: {fileID: 0}
99
+ m_PrefabAsset: {fileID: 0}
100
+ m_GameObject: {fileID: 1138495173445114285}
101
+ m_Enabled: 1
102
+ m_EditorHideFlags: 0
103
+ m_Script: {fileID: 11500000, guid: 270dfb0d584134275afb9640c5abde2d, type: 3}
104
+ m_Name:
105
+ m_EditorClassIdentifier:
106
+ canvas: {fileID: 0}
107
+ canvasGroup: {fileID: 0}
108
+ panelConfig:
109
+ animationType: 0
110
+ toppedOrder: 10
111
+ rotater: {fileID: 6725243170288973124}
112
+ speed: 500
113
+ --- !u!1 &1726325218397980974
114
+ GameObject:
115
+ m_ObjectHideFlags: 0
116
+ m_CorrespondingSourceObject: {fileID: 0}
117
+ m_PrefabInstance: {fileID: 0}
118
+ m_PrefabAsset: {fileID: 0}
119
+ serializedVersion: 6
120
+ m_Component:
121
+ - component: {fileID: 6725243170288973124}
122
+ - component: {fileID: 3451134979655710801}
123
+ - component: {fileID: 6740354880857316333}
124
+ m_Layer: 5
125
+ m_Name: Image
126
+ m_TagString: Untagged
127
+ m_Icon: {fileID: 0}
128
+ m_NavMeshLayer: 0
129
+ m_StaticEditorFlags: 0
130
+ m_IsActive: 1
131
+ --- !u!224 &6725243170288973124
132
+ RectTransform:
133
+ m_ObjectHideFlags: 0
134
+ m_CorrespondingSourceObject: {fileID: 0}
135
+ m_PrefabInstance: {fileID: 0}
136
+ m_PrefabAsset: {fileID: 0}
137
+ m_GameObject: {fileID: 1726325218397980974}
138
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
139
+ m_LocalPosition: {x: 0, y: 0, z: 0}
140
+ m_LocalScale: {x: 1, y: 1, z: 1}
141
+ m_Children: []
142
+ m_Father: {fileID: 9127102694935652778}
143
+ m_RootOrder: 1
144
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
145
+ m_AnchorMin: {x: 0.5, y: 0.5}
146
+ m_AnchorMax: {x: 0.5, y: 0.5}
147
+ m_AnchoredPosition: {x: 0, y: 0}
148
+ m_SizeDelta: {x: 100, y: 100}
149
+ m_Pivot: {x: 0.5, y: 0.5}
150
+ --- !u!222 &3451134979655710801
151
+ CanvasRenderer:
152
+ m_ObjectHideFlags: 0
153
+ m_CorrespondingSourceObject: {fileID: 0}
154
+ m_PrefabInstance: {fileID: 0}
155
+ m_PrefabAsset: {fileID: 0}
156
+ m_GameObject: {fileID: 1726325218397980974}
157
+ m_CullTransparentMesh: 0
158
+ --- !u!114 &6740354880857316333
159
+ MonoBehaviour:
160
+ m_ObjectHideFlags: 0
161
+ m_CorrespondingSourceObject: {fileID: 0}
162
+ m_PrefabInstance: {fileID: 0}
163
+ m_PrefabAsset: {fileID: 0}
164
+ m_GameObject: {fileID: 1726325218397980974}
165
+ m_Enabled: 1
166
+ m_EditorHideFlags: 0
167
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
168
+ m_Name:
169
+ m_EditorClassIdentifier:
170
+ m_Material: {fileID: 0}
171
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
172
+ m_RaycastTarget: 0
173
+ m_Maskable: 1
174
+ m_OnCullStateChanged:
175
+ m_PersistentCalls:
176
+ m_Calls: []
177
+ m_Sprite: {fileID: 21300000, guid: 5afbaa34df10d44c1989b6aa0c25524a, type: 3}
178
+ m_Type: 0
179
+ m_PreserveAspect: 0
180
+ m_FillCenter: 1
181
+ m_FillMethod: 4
182
+ m_FillAmount: 1
183
+ m_FillClockwise: 1
184
+ m_FillOrigin: 0
185
+ m_UseSpriteMesh: 0
186
+ m_PixelsPerUnitMultiplier: 1
187
+ --- !u!1 &7843842294332592314
188
+ GameObject:
189
+ m_ObjectHideFlags: 0
190
+ m_CorrespondingSourceObject: {fileID: 0}
191
+ m_PrefabInstance: {fileID: 0}
192
+ m_PrefabAsset: {fileID: 0}
193
+ serializedVersion: 6
194
+ m_Component:
195
+ - component: {fileID: 7053660334341111769}
196
+ - component: {fileID: 8764964144715973437}
197
+ - component: {fileID: 1611728940112126731}
198
+ m_Layer: 5
199
+ m_Name: Bgm
200
+ m_TagString: Untagged
201
+ m_Icon: {fileID: 0}
202
+ m_NavMeshLayer: 0
203
+ m_StaticEditorFlags: 0
204
+ m_IsActive: 1
205
+ --- !u!224 &7053660334341111769
206
+ RectTransform:
207
+ m_ObjectHideFlags: 0
208
+ m_CorrespondingSourceObject: {fileID: 0}
209
+ m_PrefabInstance: {fileID: 0}
210
+ m_PrefabAsset: {fileID: 0}
211
+ m_GameObject: {fileID: 7843842294332592314}
212
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
213
+ m_LocalPosition: {x: 0, y: 0, z: 0}
214
+ m_LocalScale: {x: 1, y: 1, z: 1}
215
+ m_Children: []
216
+ m_Father: {fileID: 9127102694935652778}
217
+ m_RootOrder: 0
218
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
219
+ m_AnchorMin: {x: 0, y: 0}
220
+ m_AnchorMax: {x: 1, y: 1}
221
+ m_AnchoredPosition: {x: 0, y: 0}
222
+ m_SizeDelta: {x: 0, y: 0}
223
+ m_Pivot: {x: 0.5, y: 0.5}
224
+ --- !u!222 &8764964144715973437
225
+ CanvasRenderer:
226
+ m_ObjectHideFlags: 0
227
+ m_CorrespondingSourceObject: {fileID: 0}
228
+ m_PrefabInstance: {fileID: 0}
229
+ m_PrefabAsset: {fileID: 0}
230
+ m_GameObject: {fileID: 7843842294332592314}
231
+ m_CullTransparentMesh: 0
232
+ --- !u!114 &1611728940112126731
233
+ MonoBehaviour:
234
+ m_ObjectHideFlags: 0
235
+ m_CorrespondingSourceObject: {fileID: 0}
236
+ m_PrefabInstance: {fileID: 0}
237
+ m_PrefabAsset: {fileID: 0}
238
+ m_GameObject: {fileID: 7843842294332592314}
239
+ m_Enabled: 1
240
+ m_EditorHideFlags: 0
241
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
242
+ m_Name:
243
+ m_EditorClassIdentifier:
244
+ m_Material: {fileID: 0}
245
+ m_Color: {r: 0, g: 0, b: 0, a: 0.34901962}
246
+ m_RaycastTarget: 1
247
+ m_Maskable: 1
248
+ m_OnCullStateChanged:
249
+ m_PersistentCalls:
250
+ m_Calls: []
251
+ m_Sprite: {fileID: 0}
252
+ m_Type: 0
253
+ m_PreserveAspect: 0
254
+ m_FillCenter: 1
255
+ m_FillMethod: 4
256
+ m_FillAmount: 1
257
+ m_FillClockwise: 1
258
+ m_FillOrigin: 0
259
+ m_UseSpriteMesh: 0
260
+ m_PixelsPerUnitMultiplier: 1
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: c7324adbd46ba49df96a39da673743a9
3
+ PrefabImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,194 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &1138495173445114285
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: 9127102694935652778}
12
+ - component: {fileID: 3062185400663604511}
13
+ - component: {fileID: 6853361318577022366}
14
+ - component: {fileID: 7333425585439521949}
15
+ - component: {fileID: 594910176992853236}
16
+ m_Layer: 5
17
+ m_Name: TapCommonTip
18
+ m_TagString: Untagged
19
+ m_Icon: {fileID: 0}
20
+ m_NavMeshLayer: 0
21
+ m_StaticEditorFlags: 0
22
+ m_IsActive: 1
23
+ --- !u!224 &9127102694935652778
24
+ RectTransform:
25
+ m_ObjectHideFlags: 0
26
+ m_CorrespondingSourceObject: {fileID: 0}
27
+ m_PrefabInstance: {fileID: 0}
28
+ m_PrefabAsset: {fileID: 0}
29
+ m_GameObject: {fileID: 1138495173445114285}
30
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
31
+ m_LocalPosition: {x: 0, y: 0, z: 0}
32
+ m_LocalScale: {x: 1, y: 1, z: 1}
33
+ m_Children:
34
+ - {fileID: 9114159179718277540}
35
+ m_Father: {fileID: 0}
36
+ m_RootOrder: 0
37
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
38
+ m_AnchorMin: {x: 0, y: 0}
39
+ m_AnchorMax: {x: 1, y: 1}
40
+ m_AnchoredPosition: {x: 0, y: 0}
41
+ m_SizeDelta: {x: 0, y: 0}
42
+ m_Pivot: {x: 0.5, y: 0.5}
43
+ --- !u!223 &3062185400663604511
44
+ Canvas:
45
+ m_ObjectHideFlags: 0
46
+ m_CorrespondingSourceObject: {fileID: 0}
47
+ m_PrefabInstance: {fileID: 0}
48
+ m_PrefabAsset: {fileID: 0}
49
+ m_GameObject: {fileID: 1138495173445114285}
50
+ m_Enabled: 1
51
+ serializedVersion: 3
52
+ m_RenderMode: 0
53
+ m_Camera: {fileID: 0}
54
+ m_PlaneDistance: 100
55
+ m_PixelPerfect: 0
56
+ m_ReceivesEvents: 1
57
+ m_OverrideSorting: 0
58
+ m_OverridePixelPerfect: 0
59
+ m_SortingBucketNormalizedSize: 0
60
+ m_AdditionalShaderChannelsFlag: 0
61
+ m_SortingLayerID: 0
62
+ m_SortingOrder: 0
63
+ m_TargetDisplay: 0
64
+ --- !u!114 &6853361318577022366
65
+ MonoBehaviour:
66
+ m_ObjectHideFlags: 0
67
+ m_CorrespondingSourceObject: {fileID: 0}
68
+ m_PrefabInstance: {fileID: 0}
69
+ m_PrefabAsset: {fileID: 0}
70
+ m_GameObject: {fileID: 1138495173445114285}
71
+ m_Enabled: 1
72
+ m_EditorHideFlags: 0
73
+ m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
74
+ m_Name:
75
+ m_EditorClassIdentifier:
76
+ m_IgnoreReversedGraphics: 1
77
+ m_BlockingObjects: 0
78
+ m_BlockingMask:
79
+ serializedVersion: 2
80
+ m_Bits: 4294967295
81
+ --- !u!225 &7333425585439521949
82
+ CanvasGroup:
83
+ m_ObjectHideFlags: 0
84
+ m_CorrespondingSourceObject: {fileID: 0}
85
+ m_PrefabInstance: {fileID: 0}
86
+ m_PrefabAsset: {fileID: 0}
87
+ m_GameObject: {fileID: 1138495173445114285}
88
+ m_Enabled: 1
89
+ m_Alpha: 1
90
+ m_Interactable: 1
91
+ m_BlocksRaycasts: 1
92
+ m_IgnoreParentGroups: 0
93
+ --- !u!114 &594910176992853236
94
+ MonoBehaviour:
95
+ m_ObjectHideFlags: 0
96
+ m_CorrespondingSourceObject: {fileID: 0}
97
+ m_PrefabInstance: {fileID: 0}
98
+ m_PrefabAsset: {fileID: 0}
99
+ m_GameObject: {fileID: 1138495173445114285}
100
+ m_Enabled: 1
101
+ m_EditorHideFlags: 0
102
+ m_Script: {fileID: 11500000, guid: cfadb0c2f9cbd4e26821f6acbffb6dac, type: 3}
103
+ m_Name:
104
+ m_EditorClassIdentifier:
105
+ canvas: {fileID: 0}
106
+ canvasGroup: {fileID: 0}
107
+ panelConfig:
108
+ animationType: 0
109
+ toppedOrder: 0
110
+ text: {fileID: 0}
111
+ background: {fileID: 0}
112
+ layout: {fileID: 0}
113
+ iconImage: {fileID: 0}
114
+ fixVal: 0
115
+ animationTime: 0
116
+ sizeDeltaX: 50
117
+ --- !u!1 &2834967756811503227
118
+ GameObject:
119
+ m_ObjectHideFlags: 0
120
+ m_CorrespondingSourceObject: {fileID: 0}
121
+ m_PrefabInstance: {fileID: 0}
122
+ m_PrefabAsset: {fileID: 0}
123
+ serializedVersion: 6
124
+ m_Component:
125
+ - component: {fileID: 9114159179718277540}
126
+ - component: {fileID: 3789258745879994999}
127
+ - component: {fileID: 7465180183063499933}
128
+ m_Layer: 5
129
+ m_Name: Text
130
+ m_TagString: Untagged
131
+ m_Icon: {fileID: 0}
132
+ m_NavMeshLayer: 0
133
+ m_StaticEditorFlags: 0
134
+ m_IsActive: 1
135
+ --- !u!224 &9114159179718277540
136
+ RectTransform:
137
+ m_ObjectHideFlags: 0
138
+ m_CorrespondingSourceObject: {fileID: 0}
139
+ m_PrefabInstance: {fileID: 0}
140
+ m_PrefabAsset: {fileID: 0}
141
+ m_GameObject: {fileID: 2834967756811503227}
142
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
143
+ m_LocalPosition: {x: 0, y: 0, z: 0}
144
+ m_LocalScale: {x: 1, y: 1, z: 1}
145
+ m_Children: []
146
+ m_Father: {fileID: 9127102694935652778}
147
+ m_RootOrder: 0
148
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
149
+ m_AnchorMin: {x: 0, y: 0}
150
+ m_AnchorMax: {x: 1, y: 1}
151
+ m_AnchoredPosition: {x: 0, y: 0}
152
+ m_SizeDelta: {x: 0, y: 0}
153
+ m_Pivot: {x: 0.5, y: 0.5}
154
+ --- !u!222 &3789258745879994999
155
+ CanvasRenderer:
156
+ m_ObjectHideFlags: 0
157
+ m_CorrespondingSourceObject: {fileID: 0}
158
+ m_PrefabInstance: {fileID: 0}
159
+ m_PrefabAsset: {fileID: 0}
160
+ m_GameObject: {fileID: 2834967756811503227}
161
+ m_CullTransparentMesh: 0
162
+ --- !u!114 &7465180183063499933
163
+ MonoBehaviour:
164
+ m_ObjectHideFlags: 0
165
+ m_CorrespondingSourceObject: {fileID: 0}
166
+ m_PrefabInstance: {fileID: 0}
167
+ m_PrefabAsset: {fileID: 0}
168
+ m_GameObject: {fileID: 2834967756811503227}
169
+ m_Enabled: 1
170
+ m_EditorHideFlags: 0
171
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
172
+ m_Name:
173
+ m_EditorClassIdentifier:
174
+ m_Material: {fileID: 0}
175
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
176
+ m_RaycastTarget: 0
177
+ m_Maskable: 1
178
+ m_OnCullStateChanged:
179
+ m_PersistentCalls:
180
+ m_Calls: []
181
+ m_FontData:
182
+ m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
183
+ m_FontSize: 36
184
+ m_FontStyle: 0
185
+ m_BestFit: 0
186
+ m_MinSize: 3
187
+ m_MaxSize: 36
188
+ m_Alignment: 2
189
+ m_AlignByGeometry: 1
190
+ m_RichText: 1
191
+ m_HorizontalOverflow: 0
192
+ m_VerticalOverflow: 0
193
+ m_LineSpacing: 1
194
+ m_Text:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: df6c1ff9c578d44a694382e270522415
3
+ PrefabImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant: