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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,811 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1 &1988411968899274
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: 224718936248725256}
12
+ - component: {fileID: 222194775545726812}
13
+ - component: {fileID: 114158668541600830}
14
+ - component: {fileID: 1329868199737064244}
15
+ - component: {fileID: 7345694189827681648}
16
+ m_Layer: 5
17
+ m_Name: LoginPanel
18
+ m_TagString: Untagged
19
+ m_Icon: {fileID: 0}
20
+ m_NavMeshLayer: 0
21
+ m_StaticEditorFlags: 0
22
+ m_IsActive: 1
23
+ --- !u!224 &224718936248725256
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: 1988411968899274}
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: 8383413371163392183}
35
+ - {fileID: 6142360791741512961}
36
+ - {fileID: 7974149656338911424}
37
+ - {fileID: 1592072733947156768}
38
+ - {fileID: 8187989918829261433}
39
+ m_Father: {fileID: 0}
40
+ m_RootOrder: 0
41
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
42
+ m_AnchorMin: {x: 0.5, y: 0.5}
43
+ m_AnchorMax: {x: 0.5, y: 0.5}
44
+ m_AnchoredPosition: {x: 0, y: 0}
45
+ m_SizeDelta: {x: 800, y: 480}
46
+ m_Pivot: {x: 0.5, y: 0.5}
47
+ --- !u!222 &222194775545726812
48
+ CanvasRenderer:
49
+ m_ObjectHideFlags: 0
50
+ m_CorrespondingSourceObject: {fileID: 0}
51
+ m_PrefabInstance: {fileID: 0}
52
+ m_PrefabAsset: {fileID: 0}
53
+ m_GameObject: {fileID: 1988411968899274}
54
+ m_CullTransparentMesh: 1
55
+ --- !u!114 &114158668541600830
56
+ MonoBehaviour:
57
+ m_ObjectHideFlags: 0
58
+ m_CorrespondingSourceObject: {fileID: 0}
59
+ m_PrefabInstance: {fileID: 0}
60
+ m_PrefabAsset: {fileID: 0}
61
+ m_GameObject: {fileID: 1988411968899274}
62
+ m_Enabled: 1
63
+ m_EditorHideFlags: 0
64
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
65
+ m_Name:
66
+ m_EditorClassIdentifier:
67
+ m_Material: {fileID: 0}
68
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
69
+ m_RaycastTarget: 1
70
+ m_Maskable: 1
71
+ m_OnCullStateChanged:
72
+ m_PersistentCalls:
73
+ m_Calls: []
74
+ m_Sprite: {fileID: 21300000, guid: 86b9e58454341479496cd09b34eb515a, type: 3}
75
+ m_Type: 0
76
+ m_PreserveAspect: 0
77
+ m_FillCenter: 1
78
+ m_FillMethod: 4
79
+ m_FillAmount: 1
80
+ m_FillClockwise: 1
81
+ m_FillOrigin: 0
82
+ m_UseSpriteMesh: 0
83
+ m_PixelsPerUnitMultiplier: 1
84
+ --- !u!114 &1329868199737064244
85
+ MonoBehaviour:
86
+ m_ObjectHideFlags: 0
87
+ m_CorrespondingSourceObject: {fileID: 0}
88
+ m_PrefabInstance: {fileID: 0}
89
+ m_PrefabAsset: {fileID: 0}
90
+ m_GameObject: {fileID: 1988411968899274}
91
+ m_Enabled: 1
92
+ m_EditorHideFlags: 0
93
+ m_Script: {fileID: 11500000, guid: cfabb0440166ab443bba8876756fdfa9, type: 3}
94
+ m_Name:
95
+ m_EditorClassIdentifier:
96
+ m_EffectColor: {r: 0.9490196, g: 0.9490196, b: 0.9490196, a: 1}
97
+ m_EffectDistance: {x: -1, y: -2}
98
+ m_UseGraphicAlpha: 1
99
+ --- !u!114 &7345694189827681648
100
+ MonoBehaviour:
101
+ m_ObjectHideFlags: 0
102
+ m_CorrespondingSourceObject: {fileID: 0}
103
+ m_PrefabInstance: {fileID: 0}
104
+ m_PrefabAsset: {fileID: 0}
105
+ m_GameObject: {fileID: 1988411968899274}
106
+ m_Enabled: 1
107
+ m_EditorHideFlags: 0
108
+ m_Script: {fileID: 11500000, guid: cfabb0440166ab443bba8876756fdfa9, type: 3}
109
+ m_Name:
110
+ m_EditorClassIdentifier:
111
+ m_EffectColor: {r: 0.9490196, g: 0.9490196, b: 0.9490196, a: 1}
112
+ m_EffectDistance: {x: 1, y: 1}
113
+ m_UseGraphicAlpha: 1
114
+ --- !u!1 &2700477516751255412
115
+ GameObject:
116
+ m_ObjectHideFlags: 0
117
+ m_CorrespondingSourceObject: {fileID: 0}
118
+ m_PrefabInstance: {fileID: 0}
119
+ m_PrefabAsset: {fileID: 0}
120
+ serializedVersion: 6
121
+ m_Component:
122
+ - component: {fileID: 8383413371163392183}
123
+ - component: {fileID: 5500196495152929275}
124
+ - component: {fileID: 8799328302460588044}
125
+ m_Layer: 5
126
+ m_Name: Background
127
+ m_TagString: Untagged
128
+ m_Icon: {fileID: 0}
129
+ m_NavMeshLayer: 0
130
+ m_StaticEditorFlags: 0
131
+ m_IsActive: 1
132
+ --- !u!224 &8383413371163392183
133
+ RectTransform:
134
+ m_ObjectHideFlags: 0
135
+ m_CorrespondingSourceObject: {fileID: 0}
136
+ m_PrefabInstance: {fileID: 0}
137
+ m_PrefabAsset: {fileID: 0}
138
+ m_GameObject: {fileID: 2700477516751255412}
139
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
140
+ m_LocalPosition: {x: 0, y: 0, z: 0}
141
+ m_LocalScale: {x: 1, y: 1, z: 1}
142
+ m_Children: []
143
+ m_Father: {fileID: 224718936248725256}
144
+ m_RootOrder: 0
145
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
146
+ m_AnchorMin: {x: 0.5, y: 0.5}
147
+ m_AnchorMax: {x: 0.5, y: 0.5}
148
+ m_AnchoredPosition: {x: 0, y: 0}
149
+ m_SizeDelta: {x: 10000, y: 10000}
150
+ m_Pivot: {x: 0.5, y: 0.5}
151
+ --- !u!222 &5500196495152929275
152
+ CanvasRenderer:
153
+ m_ObjectHideFlags: 0
154
+ m_CorrespondingSourceObject: {fileID: 0}
155
+ m_PrefabInstance: {fileID: 0}
156
+ m_PrefabAsset: {fileID: 0}
157
+ m_GameObject: {fileID: 2700477516751255412}
158
+ m_CullTransparentMesh: 0
159
+ --- !u!114 &8799328302460588044
160
+ MonoBehaviour:
161
+ m_ObjectHideFlags: 0
162
+ m_CorrespondingSourceObject: {fileID: 0}
163
+ m_PrefabInstance: {fileID: 0}
164
+ m_PrefabAsset: {fileID: 0}
165
+ m_GameObject: {fileID: 2700477516751255412}
166
+ m_Enabled: 1
167
+ m_EditorHideFlags: 0
168
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
169
+ m_Name:
170
+ m_EditorClassIdentifier:
171
+ m_Material: {fileID: 0}
172
+ m_Color: {r: 1, g: 1, b: 1, a: 0}
173
+ m_RaycastTarget: 1
174
+ m_Maskable: 1
175
+ m_OnCullStateChanged:
176
+ m_PersistentCalls:
177
+ m_Calls: []
178
+ m_Sprite: {fileID: 0}
179
+ m_Type: 0
180
+ m_PreserveAspect: 0
181
+ m_FillCenter: 1
182
+ m_FillMethod: 4
183
+ m_FillAmount: 1
184
+ m_FillClockwise: 1
185
+ m_FillOrigin: 0
186
+ m_UseSpriteMesh: 0
187
+ m_PixelsPerUnitMultiplier: 1
188
+ --- !u!1 &8710324469925805941
189
+ GameObject:
190
+ m_ObjectHideFlags: 0
191
+ m_CorrespondingSourceObject: {fileID: 0}
192
+ m_PrefabInstance: {fileID: 0}
193
+ m_PrefabAsset: {fileID: 0}
194
+ serializedVersion: 6
195
+ m_Component:
196
+ - component: {fileID: 1592072733947156768}
197
+ - component: {fileID: 1287205194081041748}
198
+ - component: {fileID: 945199783146882795}
199
+ m_Layer: 5
200
+ m_Name: Divider
201
+ m_TagString: Untagged
202
+ m_Icon: {fileID: 0}
203
+ m_NavMeshLayer: 0
204
+ m_StaticEditorFlags: 0
205
+ m_IsActive: 1
206
+ --- !u!224 &1592072733947156768
207
+ RectTransform:
208
+ m_ObjectHideFlags: 0
209
+ m_CorrespondingSourceObject: {fileID: 0}
210
+ m_PrefabInstance: {fileID: 0}
211
+ m_PrefabAsset: {fileID: 0}
212
+ m_GameObject: {fileID: 8710324469925805941}
213
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
214
+ m_LocalPosition: {x: 0, y: 0, z: 0}
215
+ m_LocalScale: {x: 1, y: 1, z: 1}
216
+ m_Children: []
217
+ m_Father: {fileID: 224718936248725256}
218
+ m_RootOrder: 3
219
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
220
+ m_AnchorMin: {x: 0.5, y: 0.5}
221
+ m_AnchorMax: {x: 0.5, y: 0.5}
222
+ m_AnchoredPosition: {x: 0, y: 0}
223
+ m_SizeDelta: {x: 1, y: 340}
224
+ m_Pivot: {x: 0.5, y: 0.5}
225
+ --- !u!222 &1287205194081041748
226
+ CanvasRenderer:
227
+ m_ObjectHideFlags: 0
228
+ m_CorrespondingSourceObject: {fileID: 0}
229
+ m_PrefabInstance: {fileID: 0}
230
+ m_PrefabAsset: {fileID: 0}
231
+ m_GameObject: {fileID: 8710324469925805941}
232
+ m_CullTransparentMesh: 1
233
+ --- !u!114 &945199783146882795
234
+ MonoBehaviour:
235
+ m_ObjectHideFlags: 0
236
+ m_CorrespondingSourceObject: {fileID: 0}
237
+ m_PrefabInstance: {fileID: 0}
238
+ m_PrefabAsset: {fileID: 0}
239
+ m_GameObject: {fileID: 8710324469925805941}
240
+ m_Enabled: 1
241
+ m_EditorHideFlags: 0
242
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
243
+ m_Name:
244
+ m_EditorClassIdentifier:
245
+ m_Material: {fileID: 0}
246
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
247
+ m_RaycastTarget: 1
248
+ m_Maskable: 1
249
+ m_OnCullStateChanged:
250
+ m_PersistentCalls:
251
+ m_Calls: []
252
+ m_Sprite: {fileID: 21300000, guid: 8dd7a6f3160e348049a949bc78ef0b29, type: 3}
253
+ m_Type: 0
254
+ m_PreserveAspect: 0
255
+ m_FillCenter: 1
256
+ m_FillMethod: 4
257
+ m_FillAmount: 1
258
+ m_FillClockwise: 1
259
+ m_FillOrigin: 0
260
+ m_UseSpriteMesh: 0
261
+ m_PixelsPerUnitMultiplier: 1
262
+ --- !u!1001 &1078484264839115353
263
+ PrefabInstance:
264
+ m_ObjectHideFlags: 0
265
+ serializedVersion: 2
266
+ m_Modification:
267
+ m_TransformParent: {fileID: 224718936248725256}
268
+ m_Modifications:
269
+ - target: {fileID: 1384447095859190488, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
270
+ type: 3}
271
+ propertyPath: m_SizeDelta.x
272
+ value: 0
273
+ objectReference: {fileID: 0}
274
+ - target: {fileID: 2242973471941438007, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
275
+ type: 3}
276
+ propertyPath: m_FontData.m_Font
277
+ value:
278
+ objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
279
+ type: 3}
280
+ - target: {fileID: 2242973471941438007, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
281
+ type: 3}
282
+ propertyPath: m_FontData.m_MaxSize
283
+ value: 300
284
+ objectReference: {fileID: 0}
285
+ - target: {fileID: 2242973471941438007, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
286
+ type: 3}
287
+ propertyPath: m_FontData.m_MinSize
288
+ value: 0
289
+ objectReference: {fileID: 0}
290
+ - target: {fileID: 2242973471941438007, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
291
+ type: 3}
292
+ propertyPath: m_FontData.m_FontSize
293
+ value: 56
294
+ objectReference: {fileID: 0}
295
+ - target: {fileID: 2735868708447112056, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
296
+ type: 3}
297
+ propertyPath: m_SizeDelta.x
298
+ value: 0
299
+ objectReference: {fileID: 0}
300
+ - target: {fileID: 2735868708447112056, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
301
+ type: 3}
302
+ propertyPath: m_SizeDelta.y
303
+ value: 68.1689
304
+ objectReference: {fileID: 0}
305
+ - target: {fileID: 2735868708447112056, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
306
+ type: 3}
307
+ propertyPath: m_LocalScale.x
308
+ value: 0.25
309
+ objectReference: {fileID: 0}
310
+ - target: {fileID: 2735868708447112056, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
311
+ type: 3}
312
+ propertyPath: m_LocalScale.y
313
+ value: 0.25
314
+ objectReference: {fileID: 0}
315
+ - target: {fileID: 2735868708447112056, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
316
+ type: 3}
317
+ propertyPath: m_AnchoredPosition.x
318
+ value: 0.19
319
+ objectReference: {fileID: 0}
320
+ - target: {fileID: 2735868708447112056, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
321
+ type: 3}
322
+ propertyPath: m_AnchoredPosition.y
323
+ value: 0.52
324
+ objectReference: {fileID: 0}
325
+ - target: {fileID: 3589193167517764676, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
326
+ type: 3}
327
+ propertyPath: m_SizeDelta.x
328
+ value: 0
329
+ objectReference: {fileID: 0}
330
+ - target: {fileID: 3589193167517764676, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
331
+ type: 3}
332
+ propertyPath: m_SizeDelta.y
333
+ value: 0
334
+ objectReference: {fileID: 0}
335
+ - target: {fileID: 5287822639921967063, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
336
+ type: 3}
337
+ propertyPath: m_Name
338
+ value: Web
339
+ objectReference: {fileID: 0}
340
+ - target: {fileID: 7595029457186457172, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
341
+ type: 3}
342
+ propertyPath: m_Text
343
+ value: "\u6388\u6743 TapTap \u8D26\u53F7\uFF0C\u5B8C\u6210\u540E\u5C06\u81EA\u52A8\u8FD4\u56DE\u6E38\u620F\u3002"
344
+ objectReference: {fileID: 0}
345
+ - target: {fileID: 7595029457186457172, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
346
+ type: 3}
347
+ propertyPath: m_FontData.m_Font
348
+ value:
349
+ objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
350
+ type: 3}
351
+ - target: {fileID: 9098562089587102228, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
352
+ type: 3}
353
+ propertyPath: m_FontData.m_Font
354
+ value:
355
+ objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
356
+ type: 3}
357
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
358
+ type: 3}
359
+ propertyPath: m_Pivot.x
360
+ value: 1
361
+ objectReference: {fileID: 0}
362
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
363
+ type: 3}
364
+ propertyPath: m_Pivot.y
365
+ value: 1
366
+ objectReference: {fileID: 0}
367
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
368
+ type: 3}
369
+ propertyPath: m_RootOrder
370
+ value: 4
371
+ objectReference: {fileID: 0}
372
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
373
+ type: 3}
374
+ propertyPath: m_AnchorMax.x
375
+ value: 1
376
+ objectReference: {fileID: 0}
377
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
378
+ type: 3}
379
+ propertyPath: m_AnchorMax.y
380
+ value: 1
381
+ objectReference: {fileID: 0}
382
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
383
+ type: 3}
384
+ propertyPath: m_AnchorMin.x
385
+ value: 1
386
+ objectReference: {fileID: 0}
387
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
388
+ type: 3}
389
+ propertyPath: m_AnchorMin.y
390
+ value: 1
391
+ objectReference: {fileID: 0}
392
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
393
+ type: 3}
394
+ propertyPath: m_SizeDelta.x
395
+ value: 400
396
+ objectReference: {fileID: 0}
397
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
398
+ type: 3}
399
+ propertyPath: m_SizeDelta.y
400
+ value: 358
401
+ objectReference: {fileID: 0}
402
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
403
+ type: 3}
404
+ propertyPath: m_LocalPosition.x
405
+ value: 0
406
+ objectReference: {fileID: 0}
407
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
408
+ type: 3}
409
+ propertyPath: m_LocalPosition.y
410
+ value: 0
411
+ objectReference: {fileID: 0}
412
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
413
+ type: 3}
414
+ propertyPath: m_LocalPosition.z
415
+ value: 0
416
+ objectReference: {fileID: 0}
417
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
418
+ type: 3}
419
+ propertyPath: m_LocalRotation.w
420
+ value: 1
421
+ objectReference: {fileID: 0}
422
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
423
+ type: 3}
424
+ propertyPath: m_LocalRotation.x
425
+ value: 0
426
+ objectReference: {fileID: 0}
427
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
428
+ type: 3}
429
+ propertyPath: m_LocalRotation.y
430
+ value: 0
431
+ objectReference: {fileID: 0}
432
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
433
+ type: 3}
434
+ propertyPath: m_LocalRotation.z
435
+ value: 0
436
+ objectReference: {fileID: 0}
437
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
438
+ type: 3}
439
+ propertyPath: m_AnchoredPosition.x
440
+ value: 0
441
+ objectReference: {fileID: 0}
442
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
443
+ type: 3}
444
+ propertyPath: m_AnchoredPosition.y
445
+ value: -90
446
+ objectReference: {fileID: 0}
447
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
448
+ type: 3}
449
+ propertyPath: m_LocalEulerAnglesHint.x
450
+ value: 0
451
+ objectReference: {fileID: 0}
452
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
453
+ type: 3}
454
+ propertyPath: m_LocalEulerAnglesHint.y
455
+ value: 0
456
+ objectReference: {fileID: 0}
457
+ - target: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
458
+ type: 3}
459
+ propertyPath: m_LocalEulerAnglesHint.z
460
+ value: 0
461
+ objectReference: {fileID: 0}
462
+ m_RemovedComponents: []
463
+ m_SourcePrefab: {fileID: 100100000, guid: 7ac7d7b1557f242f2b33c811a7857e6c, type: 3}
464
+ --- !u!224 &8187989918829261433 stripped
465
+ RectTransform:
466
+ m_CorrespondingSourceObject: {fileID: 9175555145991798816, guid: 7ac7d7b1557f242f2b33c811a7857e6c,
467
+ type: 3}
468
+ m_PrefabInstance: {fileID: 1078484264839115353}
469
+ m_PrefabAsset: {fileID: 0}
470
+ --- !u!1001 &3255390327551418362
471
+ PrefabInstance:
472
+ m_ObjectHideFlags: 0
473
+ serializedVersion: 2
474
+ m_Modification:
475
+ m_TransformParent: {fileID: 224718936248725256}
476
+ m_Modifications:
477
+ - target: {fileID: 99502398186357137, guid: 20bff45f800234dcfbe4867cd53e8167,
478
+ type: 3}
479
+ propertyPath: m_Name
480
+ value: TopBar
481
+ objectReference: {fileID: 0}
482
+ - target: {fileID: 3221495115651529624, guid: 20bff45f800234dcfbe4867cd53e8167,
483
+ type: 3}
484
+ propertyPath: m_TargetGraphic
485
+ value:
486
+ objectReference: {fileID: 0}
487
+ - target: {fileID: 3337483717634011490, guid: 20bff45f800234dcfbe4867cd53e8167,
488
+ type: 3}
489
+ propertyPath: m_FontData.m_Font
490
+ value:
491
+ objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
492
+ type: 3}
493
+ - target: {fileID: 4122680495296455865, guid: 20bff45f800234dcfbe4867cd53e8167,
494
+ type: 3}
495
+ propertyPath: m_Sprite
496
+ value:
497
+ objectReference: {fileID: 21300000, guid: 51992479b22bb4d6086342339ee2dc49,
498
+ type: 3}
499
+ - target: {fileID: 6143495847287498701, guid: 20bff45f800234dcfbe4867cd53e8167,
500
+ type: 3}
501
+ propertyPath: m_FontData.m_Font
502
+ value:
503
+ objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
504
+ type: 3}
505
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
506
+ type: 3}
507
+ propertyPath: m_Pivot.x
508
+ value: 0.5
509
+ objectReference: {fileID: 0}
510
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
511
+ type: 3}
512
+ propertyPath: m_Pivot.y
513
+ value: 1
514
+ objectReference: {fileID: 0}
515
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
516
+ type: 3}
517
+ propertyPath: m_RootOrder
518
+ value: 1
519
+ objectReference: {fileID: 0}
520
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
521
+ type: 3}
522
+ propertyPath: m_AnchorMax.x
523
+ value: 1
524
+ objectReference: {fileID: 0}
525
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
526
+ type: 3}
527
+ propertyPath: m_AnchorMax.y
528
+ value: 1
529
+ objectReference: {fileID: 0}
530
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
531
+ type: 3}
532
+ propertyPath: m_AnchorMin.x
533
+ value: 0
534
+ objectReference: {fileID: 0}
535
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
536
+ type: 3}
537
+ propertyPath: m_AnchorMin.y
538
+ value: 1
539
+ objectReference: {fileID: 0}
540
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
541
+ type: 3}
542
+ propertyPath: m_SizeDelta.x
543
+ value: 0
544
+ objectReference: {fileID: 0}
545
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
546
+ type: 3}
547
+ propertyPath: m_SizeDelta.y
548
+ value: 48
549
+ objectReference: {fileID: 0}
550
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
551
+ type: 3}
552
+ propertyPath: m_LocalPosition.x
553
+ value: 0
554
+ objectReference: {fileID: 0}
555
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
556
+ type: 3}
557
+ propertyPath: m_LocalPosition.y
558
+ value: 0
559
+ objectReference: {fileID: 0}
560
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
561
+ type: 3}
562
+ propertyPath: m_LocalPosition.z
563
+ value: 0
564
+ objectReference: {fileID: 0}
565
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
566
+ type: 3}
567
+ propertyPath: m_LocalRotation.w
568
+ value: 1
569
+ objectReference: {fileID: 0}
570
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
571
+ type: 3}
572
+ propertyPath: m_LocalRotation.x
573
+ value: 0
574
+ objectReference: {fileID: 0}
575
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
576
+ type: 3}
577
+ propertyPath: m_LocalRotation.y
578
+ value: 0
579
+ objectReference: {fileID: 0}
580
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
581
+ type: 3}
582
+ propertyPath: m_LocalRotation.z
583
+ value: 0
584
+ objectReference: {fileID: 0}
585
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
586
+ type: 3}
587
+ propertyPath: m_AnchoredPosition.x
588
+ value: 0
589
+ objectReference: {fileID: 0}
590
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
591
+ type: 3}
592
+ propertyPath: m_AnchoredPosition.y
593
+ value: 0
594
+ objectReference: {fileID: 0}
595
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
596
+ type: 3}
597
+ propertyPath: m_LocalEulerAnglesHint.x
598
+ value: 0
599
+ objectReference: {fileID: 0}
600
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
601
+ type: 3}
602
+ propertyPath: m_LocalEulerAnglesHint.y
603
+ value: 0
604
+ objectReference: {fileID: 0}
605
+ - target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
606
+ type: 3}
607
+ propertyPath: m_LocalEulerAnglesHint.z
608
+ value: 0
609
+ objectReference: {fileID: 0}
610
+ m_RemovedComponents: []
611
+ m_SourcePrefab: {fileID: 100100000, guid: 20bff45f800234dcfbe4867cd53e8167, type: 3}
612
+ --- !u!224 &6142360791741512961 stripped
613
+ RectTransform:
614
+ m_CorrespondingSourceObject: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
615
+ type: 3}
616
+ m_PrefabInstance: {fileID: 3255390327551418362}
617
+ m_PrefabAsset: {fileID: 0}
618
+ --- !u!1001 &6850143555824902485
619
+ PrefabInstance:
620
+ m_ObjectHideFlags: 0
621
+ serializedVersion: 2
622
+ m_Modification:
623
+ m_TransformParent: {fileID: 224718936248725256}
624
+ m_Modifications:
625
+ - target: {fileID: 1001323885729415042, guid: 4761a087892084df5acddfa125244e46,
626
+ type: 3}
627
+ propertyPath: m_Name
628
+ value: QRCode
629
+ objectReference: {fileID: 0}
630
+ - target: {fileID: 1023697920494227107, guid: 4761a087892084df5acddfa125244e46,
631
+ type: 3}
632
+ propertyPath: m_AnchorMax.y
633
+ value: 0
634
+ objectReference: {fileID: 0}
635
+ - target: {fileID: 1023697920494227107, guid: 4761a087892084df5acddfa125244e46,
636
+ type: 3}
637
+ propertyPath: m_AnchorMin.y
638
+ value: 0
639
+ objectReference: {fileID: 0}
640
+ - target: {fileID: 1023697920494227107, guid: 4761a087892084df5acddfa125244e46,
641
+ type: 3}
642
+ propertyPath: m_AnchoredPosition.x
643
+ value: 0
644
+ objectReference: {fileID: 0}
645
+ - target: {fileID: 1023697920494227107, guid: 4761a087892084df5acddfa125244e46,
646
+ type: 3}
647
+ propertyPath: m_AnchoredPosition.y
648
+ value: 0
649
+ objectReference: {fileID: 0}
650
+ - target: {fileID: 1244145735886045791, guid: 4761a087892084df5acddfa125244e46,
651
+ type: 3}
652
+ propertyPath: m_FontData.m_Font
653
+ value:
654
+ objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
655
+ type: 3}
656
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
657
+ type: 3}
658
+ propertyPath: m_Pivot.x
659
+ value: 0
660
+ objectReference: {fileID: 0}
661
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
662
+ type: 3}
663
+ propertyPath: m_Pivot.y
664
+ value: 1
665
+ objectReference: {fileID: 0}
666
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
667
+ type: 3}
668
+ propertyPath: m_RootOrder
669
+ value: 2
670
+ objectReference: {fileID: 0}
671
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
672
+ type: 3}
673
+ propertyPath: m_AnchorMax.x
674
+ value: 0
675
+ objectReference: {fileID: 0}
676
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
677
+ type: 3}
678
+ propertyPath: m_AnchorMax.y
679
+ value: 1
680
+ objectReference: {fileID: 0}
681
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
682
+ type: 3}
683
+ propertyPath: m_AnchorMin.x
684
+ value: 0
685
+ objectReference: {fileID: 0}
686
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
687
+ type: 3}
688
+ propertyPath: m_AnchorMin.y
689
+ value: 1
690
+ objectReference: {fileID: 0}
691
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
692
+ type: 3}
693
+ propertyPath: m_SizeDelta.x
694
+ value: 400
695
+ objectReference: {fileID: 0}
696
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
697
+ type: 3}
698
+ propertyPath: m_SizeDelta.y
699
+ value: 358
700
+ objectReference: {fileID: 0}
701
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
702
+ type: 3}
703
+ propertyPath: m_LocalPosition.x
704
+ value: 0
705
+ objectReference: {fileID: 0}
706
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
707
+ type: 3}
708
+ propertyPath: m_LocalPosition.y
709
+ value: 0
710
+ objectReference: {fileID: 0}
711
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
712
+ type: 3}
713
+ propertyPath: m_LocalPosition.z
714
+ value: 0
715
+ objectReference: {fileID: 0}
716
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
717
+ type: 3}
718
+ propertyPath: m_LocalRotation.w
719
+ value: 1
720
+ objectReference: {fileID: 0}
721
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
722
+ type: 3}
723
+ propertyPath: m_LocalRotation.x
724
+ value: 0
725
+ objectReference: {fileID: 0}
726
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
727
+ type: 3}
728
+ propertyPath: m_LocalRotation.y
729
+ value: 0
730
+ objectReference: {fileID: 0}
731
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
732
+ type: 3}
733
+ propertyPath: m_LocalRotation.z
734
+ value: 0
735
+ objectReference: {fileID: 0}
736
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
737
+ type: 3}
738
+ propertyPath: m_AnchoredPosition.x
739
+ value: 0
740
+ objectReference: {fileID: 0}
741
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
742
+ type: 3}
743
+ propertyPath: m_AnchoredPosition.y
744
+ value: -90
745
+ objectReference: {fileID: 0}
746
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
747
+ type: 3}
748
+ propertyPath: m_LocalEulerAnglesHint.x
749
+ value: 0
750
+ objectReference: {fileID: 0}
751
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
752
+ type: 3}
753
+ propertyPath: m_LocalEulerAnglesHint.y
754
+ value: 0
755
+ objectReference: {fileID: 0}
756
+ - target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
757
+ type: 3}
758
+ propertyPath: m_LocalEulerAnglesHint.z
759
+ value: 0
760
+ objectReference: {fileID: 0}
761
+ - target: {fileID: 3599319006823947795, guid: 4761a087892084df5acddfa125244e46,
762
+ type: 3}
763
+ propertyPath: m_FontData.m_Font
764
+ value:
765
+ objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
766
+ type: 3}
767
+ - target: {fileID: 4099927871930314293, guid: 4761a087892084df5acddfa125244e46,
768
+ type: 3}
769
+ propertyPath: m_FontData.m_Font
770
+ value:
771
+ objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
772
+ type: 3}
773
+ - target: {fileID: 4238803995031818752, guid: 4761a087892084df5acddfa125244e46,
774
+ type: 3}
775
+ propertyPath: m_FontData.m_Font
776
+ value:
777
+ objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
778
+ type: 3}
779
+ - target: {fileID: 4753084159018331740, guid: 4761a087892084df5acddfa125244e46,
780
+ type: 3}
781
+ propertyPath: m_SizeDelta.x
782
+ value: 0
783
+ objectReference: {fileID: 0}
784
+ - target: {fileID: 8232671660890830842, guid: 4761a087892084df5acddfa125244e46,
785
+ type: 3}
786
+ propertyPath: m_AnchorMax.y
787
+ value: 0
788
+ objectReference: {fileID: 0}
789
+ - target: {fileID: 8232671660890830842, guid: 4761a087892084df5acddfa125244e46,
790
+ type: 3}
791
+ propertyPath: m_AnchorMin.y
792
+ value: 0
793
+ objectReference: {fileID: 0}
794
+ - target: {fileID: 8232671660890830842, guid: 4761a087892084df5acddfa125244e46,
795
+ type: 3}
796
+ propertyPath: m_AnchoredPosition.x
797
+ value: 0
798
+ objectReference: {fileID: 0}
799
+ - target: {fileID: 8232671660890830842, guid: 4761a087892084df5acddfa125244e46,
800
+ type: 3}
801
+ propertyPath: m_AnchoredPosition.y
802
+ value: 0
803
+ objectReference: {fileID: 0}
804
+ m_RemovedComponents: []
805
+ m_SourcePrefab: {fileID: 100100000, guid: 4761a087892084df5acddfa125244e46, type: 3}
806
+ --- !u!224 &7974149656338911424 stripped
807
+ RectTransform:
808
+ m_CorrespondingSourceObject: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
809
+ type: 3}
810
+ m_PrefabInstance: {fileID: 6850143555824902485}
811
+ m_PrefabAsset: {fileID: 0}