com.taptap.sdk.login 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 (202) hide show
  1. package/Mobile/Editor/NativeDependencies.xml +20 -0
  2. package/Mobile/Editor/NativeDependencies.xml.meta +7 -0
  3. package/Mobile/Editor/TapLoginIOSProcessor.cs +91 -0
  4. package/Mobile/Editor/TapLoginIOSProcessor.cs.meta +11 -0
  5. package/Mobile/Editor/TapLoginMobileProcessBuild.cs +20 -0
  6. package/Mobile/Editor/TapLoginMobileProcessBuild.cs.meta +11 -0
  7. package/Mobile/Editor/TapSDK.Login.Mobile.Editor.asmdef +17 -0
  8. package/Mobile/Editor/TapSDK.Login.Mobile.Editor.asmdef.meta +7 -0
  9. package/Mobile/Editor.meta +8 -0
  10. package/Mobile/Runtime/AccountWrapper.cs +32 -0
  11. package/Mobile/Runtime/AccountWrapper.cs.meta +3 -0
  12. package/Mobile/Runtime/TapSDK.Login.Mobile.Runtime.asmdef +20 -0
  13. package/Mobile/Runtime/TapSDK.Login.Mobile.Runtime.asmdef.meta +7 -0
  14. package/Mobile/Runtime/TapTapLoginImpl.cs +81 -0
  15. package/Mobile/Runtime/TapTapLoginImpl.cs.meta +3 -0
  16. package/Mobile/Runtime.meta +8 -0
  17. package/Mobile.meta +8 -0
  18. package/Plugins/iOS/TapTapSDKLoginAppDelegate.mm +40 -0
  19. package/Plugins/iOS/TapTapSDKLoginAppDelegate.mm.meta +37 -0
  20. package/Plugins/iOS.meta +8 -0
  21. package/Plugins/zxing.unity.dll +0 -0
  22. package/Plugins/zxing.unity.dll.meta +33 -0
  23. package/Plugins.meta +8 -0
  24. package/Runtime/Internal/ITapTapLoginPlatform.cs +15 -0
  25. package/Runtime/Internal/ITapTapLoginPlatform.cs.meta +3 -0
  26. package/Runtime/Internal/Init/LoginInitTask.cs +20 -0
  27. package/Runtime/Internal/Init/LoginInitTask.cs.meta +11 -0
  28. package/Runtime/Internal/Init.meta +8 -0
  29. package/Runtime/Internal/Region.cs +98 -0
  30. package/Runtime/Internal/Region.cs.meta +11 -0
  31. package/Runtime/Internal/TapTapLoginManager.cs +38 -0
  32. package/Runtime/Internal/TapTapLoginManager.cs.meta +3 -0
  33. package/Runtime/Internal.meta +8 -0
  34. package/Runtime/Public/AccessToken.cs +83 -0
  35. package/Runtime/Public/AccessToken.cs.meta +11 -0
  36. package/Runtime/Public/Profile.cs +51 -0
  37. package/Runtime/Public/Profile.cs.meta +11 -0
  38. package/Runtime/Public/TapTapAccount.cs +70 -0
  39. package/Runtime/Public/TapTapAccount.cs.meta +3 -0
  40. package/Runtime/Public/TapTapLogin.cs +39 -0
  41. package/Runtime/Public/TapTapLogin.cs.meta +3 -0
  42. package/Runtime/Public/TapTapSdk.cs +26 -0
  43. package/Runtime/Public/TapTapSdk.cs.meta +11 -0
  44. package/Runtime/Public.meta +8 -0
  45. package/Runtime/TapSDK.Login.Runtime.asmdef +15 -0
  46. package/Runtime/TapSDK.Login.Runtime.asmdef.meta +7 -0
  47. package/Runtime.meta +8 -0
  48. package/Standalone/Editor/TapLoginStandaloneProcessBuild.cs +22 -0
  49. package/Standalone/Editor/TapLoginStandaloneProcessBuild.cs.meta +11 -0
  50. package/Standalone/Editor/TapSDK.Login.Standalone.Editor.asmdef +17 -0
  51. package/Standalone/Editor/TapSDK.Login.Standalone.Editor.asmdef.meta +7 -0
  52. package/Standalone/Editor.meta +8 -0
  53. package/Standalone/Resources/Prefabs/TapLogin/LoginPanel.prefab +811 -0
  54. package/Standalone/Resources/Prefabs/TapLogin/LoginPanel.prefab.meta +8 -0
  55. package/Standalone/Resources/Prefabs/TapLogin/LoginWithPermissionPanel.prefab +820 -0
  56. package/Standalone/Resources/Prefabs/TapLogin/LoginWithPermissionPanel.prefab.meta +8 -0
  57. package/Standalone/Resources/Prefabs/TapLogin/PermissionItem.prefab +314 -0
  58. package/Standalone/Resources/Prefabs/TapLogin/PermissionItem.prefab.meta +7 -0
  59. package/Standalone/Resources/Prefabs/TapLogin/QRCodeContainer.prefab +1501 -0
  60. package/Standalone/Resources/Prefabs/TapLogin/QRCodeContainer.prefab.meta +7 -0
  61. package/Standalone/Resources/Prefabs/TapLogin/Tips.prefab +286 -0
  62. package/Standalone/Resources/Prefabs/TapLogin/Tips.prefab.meta +7 -0
  63. package/Standalone/Resources/Prefabs/TapLogin/TopBar.prefab +485 -0
  64. package/Standalone/Resources/Prefabs/TapLogin/TopBar.prefab.meta +7 -0
  65. package/Standalone/Resources/Prefabs/TapLogin/WebContainer.prefab +514 -0
  66. package/Standalone/Resources/Prefabs/TapLogin/WebContainer.prefab.meta +7 -0
  67. package/Standalone/Resources/Prefabs/TapLogin/WebWithPermissionContainer.prefab +988 -0
  68. package/Standalone/Resources/Prefabs/TapLogin/WebWithPermissionContainer.prefab.meta +7 -0
  69. package/Standalone/Resources/Prefabs/TapLogin.meta +8 -0
  70. package/Standalone/Resources/Prefabs/TapTapSdkWindow.prefab +175 -0
  71. package/Standalone/Resources/Prefabs/TapTapSdkWindow.prefab.meta +8 -0
  72. package/Standalone/Resources/Prefabs.meta +8 -0
  73. package/Standalone/Resources/Sprites/taptap-client-bg.png +0 -0
  74. package/Standalone/Resources/Sprites/taptap-client-bg.png.meta +92 -0
  75. package/Standalone/Resources/Sprites/taptap-divider.png +0 -0
  76. package/Standalone/Resources/Sprites/taptap-divider.png.meta +146 -0
  77. package/Standalone/Resources/Sprites/taptap-login-android-client.png +0 -0
  78. package/Standalone/Resources/Sprites/taptap-login-android-client.png.meta +128 -0
  79. package/Standalone/Resources/Sprites/taptap-login-auth-bg.png +0 -0
  80. package/Standalone/Resources/Sprites/taptap-login-auth-bg.png.meta +128 -0
  81. package/Standalone/Resources/Sprites/taptap-login-auth-checked-v2.png +0 -0
  82. package/Standalone/Resources/Sprites/taptap-login-auth-checked-v2.png.meta +128 -0
  83. package/Standalone/Resources/Sprites/taptap-login-auth-checked.png +0 -0
  84. package/Standalone/Resources/Sprites/taptap-login-auth-checked.png.meta +128 -0
  85. package/Standalone/Resources/Sprites/taptap-login-auth-unchecked.png +0 -0
  86. package/Standalone/Resources/Sprites/taptap-login-auth-unchecked.png.meta +128 -0
  87. package/Standalone/Resources/Sprites/taptap-login-button-bg.png +0 -0
  88. package/Standalone/Resources/Sprites/taptap-login-button-bg.png.meta +128 -0
  89. package/Standalone/Resources/Sprites/taptap-login-confirm-triangle.png +0 -0
  90. package/Standalone/Resources/Sprites/taptap-login-confirm-triangle.png.meta +128 -0
  91. package/Standalone/Resources/Sprites/taptap-login-ios-client.png +0 -0
  92. package/Standalone/Resources/Sprites/taptap-login-ios-client.png.meta +128 -0
  93. package/Standalone/Resources/Sprites/taptap-login-tips-bg.png +0 -0
  94. package/Standalone/Resources/Sprites/taptap-login-tips-bg.png.meta +128 -0
  95. package/Standalone/Resources/Sprites/taptap-logo.png +0 -0
  96. package/Standalone/Resources/Sprites/taptap-logo.png.meta +130 -0
  97. package/Standalone/Resources/Sprites/taptap-scan-tips-bg.png +0 -0
  98. package/Standalone/Resources/Sprites/taptap-scan-tips-bg.png.meta +128 -0
  99. package/Standalone/Resources/Sprites/taptap-scan-tips-error.png +0 -0
  100. package/Standalone/Resources/Sprites/taptap-scan-tips-error.png.meta +128 -0
  101. package/Standalone/Resources/Sprites/taptap-scan-tips-info.png +0 -0
  102. package/Standalone/Resources/Sprites/taptap-scan-tips-info.png.meta +128 -0
  103. package/Standalone/Resources/Sprites/taptap-scan-tips-success.png +0 -0
  104. package/Standalone/Resources/Sprites/taptap-scan-tips-success.png.meta +128 -0
  105. package/Standalone/Resources/Sprites/taptap-scan-tips-warning.png +0 -0
  106. package/Standalone/Resources/Sprites/taptap-scan-tips-warning.png.meta +128 -0
  107. package/Standalone/Resources/Sprites/taptap-sdk-bg.png +0 -0
  108. package/Standalone/Resources/Sprites/taptap-sdk-bg.png.meta +128 -0
  109. package/Standalone/Resources/Sprites/taptap-sdk-cancel.png +0 -0
  110. package/Standalone/Resources/Sprites/taptap-sdk-cancel.png.meta +128 -0
  111. package/Standalone/Resources/Sprites/taptap-sdk-guide.png +0 -0
  112. package/Standalone/Resources/Sprites/taptap-sdk-guide.png.meta +128 -0
  113. package/Standalone/Resources/Sprites/taptap-sdk-logo.png +0 -0
  114. package/Standalone/Resources/Sprites/taptap-sdk-logo.png.meta +128 -0
  115. package/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg-grey.png +0 -0
  116. package/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg-grey.png.meta +128 -0
  117. package/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg.png +0 -0
  118. package/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg.png.meta +128 -0
  119. package/Standalone/Resources/Sprites/taptap-sdk-refresh-btn-bg.png +0 -0
  120. package/Standalone/Resources/Sprites/taptap-sdk-refresh-btn-bg.png.meta +128 -0
  121. package/Standalone/Resources/Sprites/taptap-sdk-refresh.png +0 -0
  122. package/Standalone/Resources/Sprites/taptap-sdk-refresh.png.meta +128 -0
  123. package/Standalone/Resources/Sprites/taptap-tap-log-v2.png +0 -0
  124. package/Standalone/Resources/Sprites/taptap-tap-log-v2.png.meta +128 -0
  125. package/Standalone/Resources/Sprites/taptap-tap-logo.png +0 -0
  126. package/Standalone/Resources/Sprites/taptap-tap-logo.png.meta +128 -0
  127. package/Standalone/Resources/Sprites/taptap-web-login-icon-v2.png +0 -0
  128. package/Standalone/Resources/Sprites/taptap-web-login-icon-v2.png.meta +128 -0
  129. package/Standalone/Resources/Sprites/taptap-web-login-icon.png +0 -0
  130. package/Standalone/Resources/Sprites/taptap-web-login-icon.png.meta +128 -0
  131. package/Standalone/Resources/Sprites/taptap-web-login.png +0 -0
  132. package/Standalone/Resources/Sprites/taptap-web-login.png.meta +146 -0
  133. package/Standalone/Resources/Sprites.meta +8 -0
  134. package/Standalone/Resources.meta +8 -0
  135. package/Standalone/Runtime/Internal/ContainerWindow.cs +67 -0
  136. package/Standalone/Runtime/Internal/ContainerWindow.cs.meta +11 -0
  137. package/Standalone/Runtime/Internal/LoginLanguage.cs +1117 -0
  138. package/Standalone/Runtime/Internal/LoginLanguage.cs.meta +11 -0
  139. package/Standalone/Runtime/Internal/Net.cs +291 -0
  140. package/Standalone/Runtime/Internal/Net.cs.meta +11 -0
  141. package/Standalone/Runtime/Internal/QRCodeWindow.cs +776 -0
  142. package/Standalone/Runtime/Internal/QRCodeWindow.cs.meta +11 -0
  143. package/Standalone/Runtime/Internal/UI.cs +22 -0
  144. package/Standalone/Runtime/Internal/UI.cs.meta +11 -0
  145. package/Standalone/Runtime/Internal/UIAnimator.cs +77 -0
  146. package/Standalone/Runtime/Internal/UIAnimator.cs.meta +11 -0
  147. package/Standalone/Runtime/Internal/UIBase.cs +27 -0
  148. package/Standalone/Runtime/Internal/UIBase.cs.meta +11 -0
  149. package/Standalone/Runtime/Internal/UIElement.cs +185 -0
  150. package/Standalone/Runtime/Internal/UIElement.cs.meta +11 -0
  151. package/Standalone/Runtime/Internal/UIManager.cs +100 -0
  152. package/Standalone/Runtime/Internal/UIManager.cs.meta +11 -0
  153. package/Standalone/Runtime/Internal/WebLoginRequestManager.cs +185 -0
  154. package/Standalone/Runtime/Internal/WebLoginRequestManager.cs.meta +11 -0
  155. package/Standalone/Runtime/Internal.meta +8 -0
  156. package/Standalone/Runtime/Internal2/AccountManager.cs +87 -0
  157. package/Standalone/Runtime/Internal2/AccountManager.cs.meta +3 -0
  158. package/Standalone/Runtime/Internal2/AuthorizationProviderImpl.cs +13 -0
  159. package/Standalone/Runtime/Internal2/AuthorizationProviderImpl.cs.meta +3 -0
  160. package/Standalone/Runtime/Internal2/Http/LoginHttpClient.cs +139 -0
  161. package/Standalone/Runtime/Internal2/Http/LoginHttpClient.cs.meta +11 -0
  162. package/Standalone/Runtime/Internal2/Http/Response/ErrorResponse.cs +16 -0
  163. package/Standalone/Runtime/Internal2/Http/Response/ErrorResponse.cs.meta +11 -0
  164. package/Standalone/Runtime/Internal2/Http/Response/ProfileResponse.cs +28 -0
  165. package/Standalone/Runtime/Internal2/Http/Response/ProfileResponse.cs.meta +11 -0
  166. package/Standalone/Runtime/Internal2/Http/Response/QRCodeResponse.cs +22 -0
  167. package/Standalone/Runtime/Internal2/Http/Response/QRCodeResponse.cs.meta +11 -0
  168. package/Standalone/Runtime/Internal2/Http/Response/TokenResponse.cs +33 -0
  169. package/Standalone/Runtime/Internal2/Http/Response/TokenResponse.cs.meta +11 -0
  170. package/Standalone/Runtime/Internal2/Http/Response.meta +8 -0
  171. package/Standalone/Runtime/Internal2/Http.meta +8 -0
  172. package/Standalone/Runtime/Internal2/LoginService.cs +127 -0
  173. package/Standalone/Runtime/Internal2/LoginService.cs.meta +11 -0
  174. package/Standalone/Runtime/Internal2/QRCodeUtils.cs +50 -0
  175. package/Standalone/Runtime/Internal2/QRCodeUtils.cs.meta +11 -0
  176. package/Standalone/Runtime/Internal2/TapLoginStandaloneImpl.cs +181 -0
  177. package/Standalone/Runtime/Internal2/TapLoginStandaloneImpl.cs.meta +3 -0
  178. package/Standalone/Runtime/Internal2/UI/ClientButtonListener.cs +20 -0
  179. package/Standalone/Runtime/Internal2/UI/ClientButtonListener.cs.meta +11 -0
  180. package/Standalone/Runtime/Internal2/UI/LoginPanelController.cs +72 -0
  181. package/Standalone/Runtime/Internal2/UI/LoginPanelController.cs.meta +11 -0
  182. package/Standalone/Runtime/Internal2/UI/QRCodeController.cs +180 -0
  183. package/Standalone/Runtime/Internal2/UI/QRCodeController.cs.meta +11 -0
  184. package/Standalone/Runtime/Internal2/UI/TitleController.cs +20 -0
  185. package/Standalone/Runtime/Internal2/UI/TitleController.cs.meta +11 -0
  186. package/Standalone/Runtime/Internal2/UI/WebController.cs +125 -0
  187. package/Standalone/Runtime/Internal2/UI/WebController.cs.meta +11 -0
  188. package/Standalone/Runtime/Internal2/UI.meta +8 -0
  189. package/Standalone/Runtime/Internal2.meta +8 -0
  190. package/Standalone/Runtime/Public/IAuthorizationProvider.cs +9 -0
  191. package/Standalone/Runtime/Public/IAuthorizationProvider.cs.meta +3 -0
  192. package/Standalone/Runtime/Public/IComplianceProvider.cs +7 -0
  193. package/Standalone/Runtime/Public/IComplianceProvider.cs.meta +3 -0
  194. package/Standalone/Runtime/Public/TapTapLoginStandalone.cs +38 -0
  195. package/Standalone/Runtime/Public/TapTapLoginStandalone.cs.meta +3 -0
  196. package/Standalone/Runtime/Public.meta +8 -0
  197. package/Standalone/Runtime/TapSDK.Login.Standalone.Runtime.asmdef +24 -0
  198. package/Standalone/Runtime/TapSDK.Login.Standalone.Runtime.asmdef.meta +7 -0
  199. package/Standalone/Runtime.meta +8 -0
  200. package/Standalone.meta +8 -0
  201. package/package.json +11 -0
  202. package/package.json.meta +7 -0
@@ -0,0 +1,514 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &928372350644581938
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: 1503687201753749342}
12
+ - component: {fileID: 2719538188061072812}
13
+ - component: {fileID: 1180142608281713243}
14
+ m_Layer: 5
15
+ m_Name: WebIcon
16
+ m_TagString: Untagged
17
+ m_Icon: {fileID: 0}
18
+ m_NavMeshLayer: 0
19
+ m_StaticEditorFlags: 0
20
+ m_IsActive: 1
21
+ --- !u!224 &1503687201753749342
22
+ RectTransform:
23
+ m_ObjectHideFlags: 0
24
+ m_CorrespondingSourceObject: {fileID: 0}
25
+ m_PrefabInstance: {fileID: 0}
26
+ m_PrefabAsset: {fileID: 0}
27
+ m_GameObject: {fileID: 928372350644581938}
28
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
29
+ m_LocalPosition: {x: 0, y: 0, z: 0}
30
+ m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_Children: []
32
+ m_Father: {fileID: 9175555145991798816}
33
+ m_RootOrder: 1
34
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
+ m_AnchorMin: {x: 0, y: 1}
36
+ m_AnchorMax: {x: 0, y: 1}
37
+ m_AnchoredPosition: {x: 196, y: -59}
38
+ m_SizeDelta: {x: 141, y: 93}
39
+ m_Pivot: {x: 0.5, y: 1}
40
+ --- !u!222 &2719538188061072812
41
+ CanvasRenderer:
42
+ m_ObjectHideFlags: 0
43
+ m_CorrespondingSourceObject: {fileID: 0}
44
+ m_PrefabInstance: {fileID: 0}
45
+ m_PrefabAsset: {fileID: 0}
46
+ m_GameObject: {fileID: 928372350644581938}
47
+ m_CullTransparentMesh: 1
48
+ --- !u!114 &1180142608281713243
49
+ MonoBehaviour:
50
+ m_ObjectHideFlags: 0
51
+ m_CorrespondingSourceObject: {fileID: 0}
52
+ m_PrefabInstance: {fileID: 0}
53
+ m_PrefabAsset: {fileID: 0}
54
+ m_GameObject: {fileID: 928372350644581938}
55
+ m_Enabled: 1
56
+ m_EditorHideFlags: 0
57
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
58
+ m_Name:
59
+ m_EditorClassIdentifier:
60
+ m_Material: {fileID: 0}
61
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
62
+ m_RaycastTarget: 1
63
+ m_Maskable: 1
64
+ m_OnCullStateChanged:
65
+ m_PersistentCalls:
66
+ m_Calls: []
67
+ m_Sprite: {fileID: 21300000, guid: ef86a454b4ae24560b2ccecf6a7ee9d5, type: 3}
68
+ m_Type: 0
69
+ m_PreserveAspect: 0
70
+ m_FillCenter: 1
71
+ m_FillMethod: 4
72
+ m_FillAmount: 1
73
+ m_FillClockwise: 1
74
+ m_FillOrigin: 0
75
+ m_UseSpriteMesh: 0
76
+ m_PixelsPerUnitMultiplier: 1
77
+ --- !u!1 &1378672524579539423
78
+ GameObject:
79
+ m_ObjectHideFlags: 0
80
+ m_CorrespondingSourceObject: {fileID: 0}
81
+ m_PrefabInstance: {fileID: 0}
82
+ m_PrefabAsset: {fileID: 0}
83
+ serializedVersion: 6
84
+ m_Component:
85
+ - component: {fileID: 2735868708447112056}
86
+ - component: {fileID: 7347912750492173947}
87
+ - component: {fileID: 2242973471941438007}
88
+ - component: {fileID: 2132050452850144038}
89
+ m_Layer: 5
90
+ m_Name: Text
91
+ m_TagString: Untagged
92
+ m_Icon: {fileID: 0}
93
+ m_NavMeshLayer: 0
94
+ m_StaticEditorFlags: 0
95
+ m_IsActive: 1
96
+ --- !u!224 &2735868708447112056
97
+ RectTransform:
98
+ m_ObjectHideFlags: 0
99
+ m_CorrespondingSourceObject: {fileID: 0}
100
+ m_PrefabInstance: {fileID: 0}
101
+ m_PrefabAsset: {fileID: 0}
102
+ m_GameObject: {fileID: 1378672524579539423}
103
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
104
+ m_LocalPosition: {x: 0, y: 0, z: 0}
105
+ m_LocalScale: {x: 1, y: 1, z: 1}
106
+ m_Children: []
107
+ m_Father: {fileID: 8568104287785893020}
108
+ m_RootOrder: 0
109
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
110
+ m_AnchorMin: {x: 0.5, y: 0.5}
111
+ m_AnchorMax: {x: 0.5, y: 0.5}
112
+ m_AnchoredPosition: {x: 0, y: 0}
113
+ m_SizeDelta: {x: 0, y: 40}
114
+ m_Pivot: {x: 0.5, y: 0.5}
115
+ --- !u!222 &7347912750492173947
116
+ CanvasRenderer:
117
+ m_ObjectHideFlags: 0
118
+ m_CorrespondingSourceObject: {fileID: 0}
119
+ m_PrefabInstance: {fileID: 0}
120
+ m_PrefabAsset: {fileID: 0}
121
+ m_GameObject: {fileID: 1378672524579539423}
122
+ m_CullTransparentMesh: 1
123
+ --- !u!114 &2242973471941438007
124
+ MonoBehaviour:
125
+ m_ObjectHideFlags: 0
126
+ m_CorrespondingSourceObject: {fileID: 0}
127
+ m_PrefabInstance: {fileID: 0}
128
+ m_PrefabAsset: {fileID: 0}
129
+ m_GameObject: {fileID: 1378672524579539423}
130
+ m_Enabled: 1
131
+ m_EditorHideFlags: 0
132
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
133
+ m_Name:
134
+ m_EditorClassIdentifier:
135
+ m_Material: {fileID: 0}
136
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
137
+ m_RaycastTarget: 1
138
+ m_Maskable: 1
139
+ m_OnCullStateChanged:
140
+ m_PersistentCalls:
141
+ m_Calls: []
142
+ m_FontData:
143
+ m_Font: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330, type: 3}
144
+ m_FontSize: 14
145
+ m_FontStyle: 1
146
+ m_BestFit: 0
147
+ m_MinSize: 10
148
+ m_MaxSize: 40
149
+ m_Alignment: 4
150
+ m_AlignByGeometry: 0
151
+ m_RichText: 1
152
+ m_HorizontalOverflow: 0
153
+ m_VerticalOverflow: 0
154
+ m_LineSpacing: 1
155
+ m_Text: "\u8DF3\u8F6C\u81F3 TapTap"
156
+ --- !u!114 &2132050452850144038
157
+ MonoBehaviour:
158
+ m_ObjectHideFlags: 0
159
+ m_CorrespondingSourceObject: {fileID: 0}
160
+ m_PrefabInstance: {fileID: 0}
161
+ m_PrefabAsset: {fileID: 0}
162
+ m_GameObject: {fileID: 1378672524579539423}
163
+ m_Enabled: 1
164
+ m_EditorHideFlags: 0
165
+ m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3}
166
+ m_Name:
167
+ m_EditorClassIdentifier:
168
+ m_HorizontalFit: 2
169
+ m_VerticalFit: 0
170
+ --- !u!1 &2399892717942445390
171
+ GameObject:
172
+ m_ObjectHideFlags: 0
173
+ m_CorrespondingSourceObject: {fileID: 0}
174
+ m_PrefabInstance: {fileID: 0}
175
+ m_PrefabAsset: {fileID: 0}
176
+ serializedVersion: 6
177
+ m_Component:
178
+ - component: {fileID: 8568104287785893020}
179
+ - component: {fileID: 6238446374515337288}
180
+ - component: {fileID: 4665755432709458141}
181
+ - component: {fileID: 8868938413691544480}
182
+ m_Layer: 5
183
+ m_Name: JumpButton
184
+ m_TagString: Untagged
185
+ m_Icon: {fileID: 0}
186
+ m_NavMeshLayer: 0
187
+ m_StaticEditorFlags: 0
188
+ m_IsActive: 1
189
+ --- !u!224 &8568104287785893020
190
+ RectTransform:
191
+ m_ObjectHideFlags: 0
192
+ m_CorrespondingSourceObject: {fileID: 0}
193
+ m_PrefabInstance: {fileID: 0}
194
+ m_PrefabAsset: {fileID: 0}
195
+ m_GameObject: {fileID: 2399892717942445390}
196
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
197
+ m_LocalPosition: {x: 0, y: 0, z: 0}
198
+ m_LocalScale: {x: 1, y: 1, z: 1}
199
+ m_Children:
200
+ - {fileID: 2735868708447112056}
201
+ m_Father: {fileID: 9175555145991798816}
202
+ m_RootOrder: 2
203
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
204
+ m_AnchorMin: {x: 0.5, y: 1}
205
+ m_AnchorMax: {x: 0.5, y: 1}
206
+ m_AnchoredPosition: {x: 0, y: -188}
207
+ m_SizeDelta: {x: 230, y: 40}
208
+ m_Pivot: {x: 0.5, y: 1}
209
+ --- !u!222 &6238446374515337288
210
+ CanvasRenderer:
211
+ m_ObjectHideFlags: 0
212
+ m_CorrespondingSourceObject: {fileID: 0}
213
+ m_PrefabInstance: {fileID: 0}
214
+ m_PrefabAsset: {fileID: 0}
215
+ m_GameObject: {fileID: 2399892717942445390}
216
+ m_CullTransparentMesh: 1
217
+ --- !u!114 &4665755432709458141
218
+ MonoBehaviour:
219
+ m_ObjectHideFlags: 0
220
+ m_CorrespondingSourceObject: {fileID: 0}
221
+ m_PrefabInstance: {fileID: 0}
222
+ m_PrefabAsset: {fileID: 0}
223
+ m_GameObject: {fileID: 2399892717942445390}
224
+ m_Enabled: 1
225
+ m_EditorHideFlags: 0
226
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
227
+ m_Name:
228
+ m_EditorClassIdentifier:
229
+ m_Material: {fileID: 0}
230
+ m_Color: {r: 0, g: 0.8509804, b: 0.77254903, a: 1}
231
+ m_RaycastTarget: 1
232
+ m_Maskable: 1
233
+ m_OnCullStateChanged:
234
+ m_PersistentCalls:
235
+ m_Calls: []
236
+ m_Sprite: {fileID: 21300000, guid: d4bf6907f783440f29cfb1127747cd0e, type: 3}
237
+ m_Type: 0
238
+ m_PreserveAspect: 0
239
+ m_FillCenter: 1
240
+ m_FillMethod: 4
241
+ m_FillAmount: 1
242
+ m_FillClockwise: 1
243
+ m_FillOrigin: 0
244
+ m_UseSpriteMesh: 0
245
+ m_PixelsPerUnitMultiplier: 1
246
+ --- !u!114 &8868938413691544480
247
+ MonoBehaviour:
248
+ m_ObjectHideFlags: 0
249
+ m_CorrespondingSourceObject: {fileID: 0}
250
+ m_PrefabInstance: {fileID: 0}
251
+ m_PrefabAsset: {fileID: 0}
252
+ m_GameObject: {fileID: 2399892717942445390}
253
+ m_Enabled: 1
254
+ m_EditorHideFlags: 0
255
+ m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
256
+ m_Name:
257
+ m_EditorClassIdentifier:
258
+ m_Navigation:
259
+ m_Mode: 3
260
+ m_SelectOnUp: {fileID: 0}
261
+ m_SelectOnDown: {fileID: 0}
262
+ m_SelectOnLeft: {fileID: 0}
263
+ m_SelectOnRight: {fileID: 0}
264
+ m_Transition: 1
265
+ m_Colors:
266
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
267
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
268
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
269
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
270
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
271
+ m_ColorMultiplier: 1
272
+ m_FadeDuration: 0.1
273
+ m_SpriteState:
274
+ m_HighlightedSprite: {fileID: 0}
275
+ m_PressedSprite: {fileID: 0}
276
+ m_SelectedSprite: {fileID: 0}
277
+ m_DisabledSprite: {fileID: 0}
278
+ m_AnimationTriggers:
279
+ m_NormalTrigger: Normal
280
+ m_HighlightedTrigger: Highlighted
281
+ m_PressedTrigger: Pressed
282
+ m_SelectedTrigger: Selected
283
+ m_DisabledTrigger: Disabled
284
+ m_Interactable: 1
285
+ m_TargetGraphic: {fileID: 4665755432709458141}
286
+ m_OnClick:
287
+ m_PersistentCalls:
288
+ m_Calls: []
289
+ --- !u!1 &3103684215951976248
290
+ GameObject:
291
+ m_ObjectHideFlags: 0
292
+ m_CorrespondingSourceObject: {fileID: 0}
293
+ m_PrefabInstance: {fileID: 0}
294
+ m_PrefabAsset: {fileID: 0}
295
+ serializedVersion: 6
296
+ m_Component:
297
+ - component: {fileID: 3589193167517764676}
298
+ - component: {fileID: 7706390659813872357}
299
+ - component: {fileID: 7595029457186457172}
300
+ - component: {fileID: 23646345030970845}
301
+ m_Layer: 5
302
+ m_Name: Description
303
+ m_TagString: Untagged
304
+ m_Icon: {fileID: 0}
305
+ m_NavMeshLayer: 0
306
+ m_StaticEditorFlags: 0
307
+ m_IsActive: 1
308
+ --- !u!224 &3589193167517764676
309
+ RectTransform:
310
+ m_ObjectHideFlags: 0
311
+ m_CorrespondingSourceObject: {fileID: 0}
312
+ m_PrefabInstance: {fileID: 0}
313
+ m_PrefabAsset: {fileID: 0}
314
+ m_GameObject: {fileID: 3103684215951976248}
315
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
316
+ m_LocalPosition: {x: 0, y: 0, z: 0}
317
+ m_LocalScale: {x: 1, y: 1, z: 1}
318
+ m_Children: []
319
+ m_Father: {fileID: 9175555145991798816}
320
+ m_RootOrder: 3
321
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
322
+ m_AnchorMin: {x: 0.5, y: 1}
323
+ m_AnchorMax: {x: 0.5, y: 1}
324
+ m_AnchoredPosition: {x: 0, y: -240}
325
+ m_SizeDelta: {x: 0, y: 0}
326
+ m_Pivot: {x: 0.5, y: 1}
327
+ --- !u!222 &7706390659813872357
328
+ CanvasRenderer:
329
+ m_ObjectHideFlags: 0
330
+ m_CorrespondingSourceObject: {fileID: 0}
331
+ m_PrefabInstance: {fileID: 0}
332
+ m_PrefabAsset: {fileID: 0}
333
+ m_GameObject: {fileID: 3103684215951976248}
334
+ m_CullTransparentMesh: 1
335
+ --- !u!114 &7595029457186457172
336
+ MonoBehaviour:
337
+ m_ObjectHideFlags: 0
338
+ m_CorrespondingSourceObject: {fileID: 0}
339
+ m_PrefabInstance: {fileID: 0}
340
+ m_PrefabAsset: {fileID: 0}
341
+ m_GameObject: {fileID: 3103684215951976248}
342
+ m_Enabled: 1
343
+ m_EditorHideFlags: 0
344
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
345
+ m_Name:
346
+ m_EditorClassIdentifier:
347
+ m_Material: {fileID: 0}
348
+ m_Color: {r: 0.7254902, g: 0.74509805, b: 0.75686276, a: 1}
349
+ m_RaycastTarget: 1
350
+ m_Maskable: 1
351
+ m_OnCullStateChanged:
352
+ m_PersistentCalls:
353
+ m_Calls: []
354
+ m_FontData:
355
+ m_Font: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330, type: 3}
356
+ m_FontSize: 14
357
+ m_FontStyle: 0
358
+ m_BestFit: 0
359
+ m_MinSize: 1
360
+ m_MaxSize: 40
361
+ m_Alignment: 4
362
+ m_AlignByGeometry: 0
363
+ m_RichText: 1
364
+ m_HorizontalOverflow: 0
365
+ m_VerticalOverflow: 0
366
+ m_LineSpacing: 1.6
367
+ m_Text: "\u70B9\u51FB\u4E0B\u65B9\u6309\u94AE\u524D\u5F80\u7F51\u9875\u6D4F\u89C8\u5668\uFF0C\n\u6388\u6743
368
+ TapTap \u8D26\u53F7\uFF0C\u5B8C\u6210\u540E\u5C06\u81EA\u52A8\u8FD4\u56DE\u6E38\u620F\u3002"
369
+ --- !u!114 &23646345030970845
370
+ MonoBehaviour:
371
+ m_ObjectHideFlags: 0
372
+ m_CorrespondingSourceObject: {fileID: 0}
373
+ m_PrefabInstance: {fileID: 0}
374
+ m_PrefabAsset: {fileID: 0}
375
+ m_GameObject: {fileID: 3103684215951976248}
376
+ m_Enabled: 1
377
+ m_EditorHideFlags: 0
378
+ m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3}
379
+ m_Name:
380
+ m_EditorClassIdentifier:
381
+ m_HorizontalFit: 2
382
+ m_VerticalFit: 2
383
+ --- !u!1 &5287822639921967063
384
+ GameObject:
385
+ m_ObjectHideFlags: 0
386
+ m_CorrespondingSourceObject: {fileID: 0}
387
+ m_PrefabInstance: {fileID: 0}
388
+ m_PrefabAsset: {fileID: 0}
389
+ serializedVersion: 6
390
+ m_Component:
391
+ - component: {fileID: 9175555145991798816}
392
+ m_Layer: 5
393
+ m_Name: WebContainer
394
+ m_TagString: Untagged
395
+ m_Icon: {fileID: 0}
396
+ m_NavMeshLayer: 0
397
+ m_StaticEditorFlags: 0
398
+ m_IsActive: 1
399
+ --- !u!224 &9175555145991798816
400
+ RectTransform:
401
+ m_ObjectHideFlags: 0
402
+ m_CorrespondingSourceObject: {fileID: 0}
403
+ m_PrefabInstance: {fileID: 0}
404
+ m_PrefabAsset: {fileID: 0}
405
+ m_GameObject: {fileID: 5287822639921967063}
406
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
407
+ m_LocalPosition: {x: 0, y: 0, z: 0}
408
+ m_LocalScale: {x: 1, y: 1, z: 1}
409
+ m_Children:
410
+ - {fileID: 1384447095859190488}
411
+ - {fileID: 1503687201753749342}
412
+ - {fileID: 8568104287785893020}
413
+ - {fileID: 3589193167517764676}
414
+ m_Father: {fileID: 0}
415
+ m_RootOrder: 0
416
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
417
+ m_AnchorMin: {x: 1, y: 1}
418
+ m_AnchorMax: {x: 1, y: 1}
419
+ m_AnchoredPosition: {x: 0, y: -90}
420
+ m_SizeDelta: {x: 400, y: 358}
421
+ m_Pivot: {x: 1, y: 1}
422
+ --- !u!1 &8140390293227046825
423
+ GameObject:
424
+ m_ObjectHideFlags: 0
425
+ m_CorrespondingSourceObject: {fileID: 0}
426
+ m_PrefabInstance: {fileID: 0}
427
+ m_PrefabAsset: {fileID: 0}
428
+ serializedVersion: 6
429
+ m_Component:
430
+ - component: {fileID: 1384447095859190488}
431
+ - component: {fileID: 7925738886636313858}
432
+ - component: {fileID: 9098562089587102228}
433
+ - component: {fileID: 7577868704272765004}
434
+ m_Layer: 0
435
+ m_Name: Title
436
+ m_TagString: Untagged
437
+ m_Icon: {fileID: 0}
438
+ m_NavMeshLayer: 0
439
+ m_StaticEditorFlags: 0
440
+ m_IsActive: 1
441
+ --- !u!224 &1384447095859190488
442
+ RectTransform:
443
+ m_ObjectHideFlags: 0
444
+ m_CorrespondingSourceObject: {fileID: 0}
445
+ m_PrefabInstance: {fileID: 0}
446
+ m_PrefabAsset: {fileID: 0}
447
+ m_GameObject: {fileID: 8140390293227046825}
448
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
449
+ m_LocalPosition: {x: 0, y: 0, z: 0}
450
+ m_LocalScale: {x: 1, y: 1, z: 1}
451
+ m_Children: []
452
+ m_Father: {fileID: 9175555145991798816}
453
+ m_RootOrder: 0
454
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
455
+ m_AnchorMin: {x: 0, y: 1}
456
+ m_AnchorMax: {x: 0, y: 1}
457
+ m_AnchoredPosition: {x: 200, y: 0}
458
+ m_SizeDelta: {x: 0, y: 24}
459
+ m_Pivot: {x: 0.5, y: 1}
460
+ --- !u!222 &7925738886636313858
461
+ CanvasRenderer:
462
+ m_ObjectHideFlags: 0
463
+ m_CorrespondingSourceObject: {fileID: 0}
464
+ m_PrefabInstance: {fileID: 0}
465
+ m_PrefabAsset: {fileID: 0}
466
+ m_GameObject: {fileID: 8140390293227046825}
467
+ m_CullTransparentMesh: 1
468
+ --- !u!114 &9098562089587102228
469
+ MonoBehaviour:
470
+ m_ObjectHideFlags: 0
471
+ m_CorrespondingSourceObject: {fileID: 0}
472
+ m_PrefabInstance: {fileID: 0}
473
+ m_PrefabAsset: {fileID: 0}
474
+ m_GameObject: {fileID: 8140390293227046825}
475
+ m_Enabled: 1
476
+ m_EditorHideFlags: 0
477
+ m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
478
+ m_Name:
479
+ m_EditorClassIdentifier:
480
+ m_Material: {fileID: 0}
481
+ m_Color: {r: 0.2, g: 0.2, b: 0.2, a: 1}
482
+ m_RaycastTarget: 1
483
+ m_Maskable: 1
484
+ m_OnCullStateChanged:
485
+ m_PersistentCalls:
486
+ m_Calls: []
487
+ m_FontData:
488
+ m_Font: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330, type: 3}
489
+ m_FontSize: 16
490
+ m_FontStyle: 0
491
+ m_BestFit: 0
492
+ m_MinSize: 1
493
+ m_MaxSize: 40
494
+ m_Alignment: 4
495
+ m_AlignByGeometry: 0
496
+ m_RichText: 1
497
+ m_HorizontalOverflow: 0
498
+ m_VerticalOverflow: 0
499
+ m_LineSpacing: 1
500
+ m_Text: "\u4F7F\u7528\u7F51\u9875\u6D4F\u89C8\u5668\u5B8C\u6210\u6388\u6743"
501
+ --- !u!114 &7577868704272765004
502
+ MonoBehaviour:
503
+ m_ObjectHideFlags: 0
504
+ m_CorrespondingSourceObject: {fileID: 0}
505
+ m_PrefabInstance: {fileID: 0}
506
+ m_PrefabAsset: {fileID: 0}
507
+ m_GameObject: {fileID: 8140390293227046825}
508
+ m_Enabled: 1
509
+ m_EditorHideFlags: 0
510
+ m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3}
511
+ m_Name:
512
+ m_EditorClassIdentifier:
513
+ m_HorizontalFit: 2
514
+ m_VerticalFit: 0
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 7ac7d7b1557f242f2b33c811a7857e6c
3
+ PrefabImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant: