com.xd.sdk.common 7.1.2 → 7.2.0

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 (84) hide show
  1. package/Editor/XD.SDK.Common.Editor.asmdef +2 -1
  2. package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar → XDGBridgeCommon_v7_7.2.0.aar} +0 -0
  3. package/Plugins/Android/libs/XDGCommon_7.2.0.aar +0 -0
  4. package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar → XDGTapTapWrapperInternal_7.2.0.aar} +0 -0
  5. package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar → XDTapTapWrapper_7.2.0.aar} +0 -0
  6. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_chat.png.meta +7 -0
  7. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_invite.png.meta +7 -0
  8. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_unfollow.png.meta +7 -0
  9. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark.meta +8 -0
  10. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_chat.png.meta +7 -0
  11. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_invite.png.meta +7 -0
  12. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_unfollow.png.meta +7 -0
  13. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light.meta +8 -0
  14. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement.png.meta +7 -0
  15. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement_platinum.png.meta +7 -0
  16. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_arrow.png.meta +7 -0
  17. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_close.png.meta +7 -0
  18. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_default_background.png.meta +7 -0
  19. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_logo.png.meta +7 -0
  20. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile.meta +8 -0
  21. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSError+XDG.h +1 -0
  22. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h +2 -0
  23. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogHelper.h +4 -0
  24. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDTapTapInfo.h +3 -0
  25. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +3 -3
  26. package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
  27. package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
  28. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK-Swift.h +1 -1
  29. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK.h +3 -3
  30. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Info.plist +0 -0
  31. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  32. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  33. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
  34. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/XDTapSDK4WrapperSDK +0 -0
  35. package/Resources/Prefabs/AccountCell.prefab +24 -15
  36. package/Resources/Prefabs/AgreementOptionAll.prefab +15 -9
  37. package/Resources/Prefabs/AgreementOptionNormal.prefab +16 -10
  38. package/Resources/Prefabs/AreaCodeCell.prefab +13 -8
  39. package/Resources/Prefabs/CancelAccountAlert.prefab +23 -23
  40. package/Resources/Prefabs/CenterErrorView.prefab +8 -8
  41. package/Resources/Prefabs/ConfirmDialog.prefab +20 -20
  42. package/Resources/Prefabs/DeleteAccountAlert.prefab +48 -45
  43. package/Resources/Prefabs/DeleteCell.prefab +6 -6
  44. package/Resources/Prefabs/Dialog.prefab +24 -24
  45. package/Resources/Prefabs/DisagreeConfirmAlert.prefab +15 -15
  46. package/Resources/Prefabs/GeneralAgreementAlert.prefab +53 -31
  47. package/Resources/Prefabs/LoadFailedView.prefab +12 -12
  48. package/Resources/Prefabs/LoadingView.prefab +9 -6
  49. package/Resources/Prefabs/PayHintAlert.prefab +17 -15
  50. package/Resources/Prefabs/PayLoadFailedView.prefab +13 -13
  51. package/Resources/Prefabs/PaymentAlert.prefab +9 -5
  52. package/Resources/Prefabs/SmallLoadingView.prefab +4 -4
  53. package/Resources/Prefabs/UserCenterAlert.prefab +76 -46
  54. package/Resources/Prefabs/XDCodeUnbindAlert.prefab +56 -34
  55. package/Resources/Prefabs/XDEmailAlert.prefab +84 -49
  56. package/Resources/Prefabs/XDPhoneAlertIO.prefab +129 -65
  57. package/Resources/Prefabs/XDPhoneNumberInputAlert.prefab +46 -28
  58. package/Resources/Prefabs/XDRiskControlAlert.prefab +12 -7
  59. package/Resources/Prefabs/XDSDKUI.prefab +3 -3
  60. package/Resources/Prefabs/XDVerifyCodeInputAlert.prefab +47 -28
  61. package/Resources/Prefabs/XDWebBridgeView.prefab +11 -11
  62. package/Resources/Prefabs/XDWebViewAlert.prefab +10 -10
  63. package/Resources/Shaders/UI/UI-Default-Gamma.shader +129 -0
  64. package/Resources/Shaders/UI/UI-Default-Gamma.shader.meta +9 -0
  65. package/Resources/Shaders/UI/UI_Default-Gamma.mat +36 -0
  66. package/Resources/Shaders/UI/UI_Default-Gamma.mat.meta +8 -0
  67. package/Resources/Shaders/UI/UI_Default-Mask.mat +36 -0
  68. package/Resources/Shaders/UI/UI_Default-Mask.mat.meta +8 -0
  69. package/Resources/Shaders/UI.meta +8 -0
  70. package/Resources/Shaders.meta +8 -0
  71. package/Runtime/Internal/Events/XDGEventBus.cs +135 -13
  72. package/Runtime/Internal/Standalone/Http/Interceptor/MacAuthenticationInterceptor.cs +4 -4
  73. package/Runtime/Internal/Standalone/Track/AliyunTrack.cs +36 -29
  74. package/Runtime/Internal/Standalone/UI/Base/UIManager.cs +1 -1
  75. package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs +107 -0
  76. package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs.meta +11 -0
  77. package/Runtime/Internal/Standalone/Web/Function/CloseWebFunction.cs +10 -1
  78. package/Runtime/Internal/Standalone/Web/WebRequest.cs +1 -1
  79. package/package.json +2 -2
  80. package/Plugins/Android/libs/XDGCommon_7.1.2.aar +0 -0
  81. /package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar.meta → XDGBridgeCommon_v7_7.2.0.aar.meta} +0 -0
  82. /package/Plugins/Android/libs/{XDGCommon_7.1.2.aar.meta → XDGCommon_7.2.0.aar.meta} +0 -0
  83. /package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar.meta → XDGTapTapWrapperInternal_7.2.0.aar.meta} +0 -0
  84. /package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar.meta → XDTapTapWrapper_7.2.0.aar.meta} +0 -0
@@ -28,9 +28,9 @@ RectTransform:
28
28
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
29
29
  m_LocalPosition: {x: 0, y: 0, z: 0}
30
30
  m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_ConstrainProportionsScale: 0
31
32
  m_Children: []
32
33
  m_Father: {fileID: 9116772108264599414}
33
- m_RootOrder: 0
34
34
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
35
  m_AnchorMin: {x: 0.5, y: 0.5}
36
36
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -57,9 +57,10 @@ MonoBehaviour:
57
57
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
58
58
  m_Name:
59
59
  m_EditorClassIdentifier:
60
- m_Material: {fileID: 0}
60
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
61
61
  m_Color: {r: 1, g: 1, b: 1, a: 1}
62
62
  m_RaycastTarget: 1
63
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
63
64
  m_Maskable: 1
64
65
  m_OnCullStateChanged:
65
66
  m_PersistentCalls:
@@ -102,9 +103,9 @@ RectTransform:
102
103
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
103
104
  m_LocalPosition: {x: 0, y: 0, z: 0}
104
105
  m_LocalScale: {x: 1, y: 1, z: 1}
106
+ m_ConstrainProportionsScale: 0
105
107
  m_Children: []
106
108
  m_Father: {fileID: 6384680897268832975}
107
- m_RootOrder: 2
108
109
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
109
110
  m_AnchorMin: {x: 0, y: 0}
110
111
  m_AnchorMax: {x: 0, y: 0}
@@ -131,9 +132,10 @@ MonoBehaviour:
131
132
  m_Script: {fileID: 11500000, guid: 80464df7c21c4cd098e5458346dff141, type: 3}
132
133
  m_Name:
133
134
  m_EditorClassIdentifier:
134
- m_Material: {fileID: 0}
135
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
135
136
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
136
137
  m_RaycastTarget: 1
138
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
137
139
  m_Maskable: 1
138
140
  m_OnCullStateChanged:
139
141
  m_PersistentCalls:
@@ -186,10 +188,10 @@ RectTransform:
186
188
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
187
189
  m_LocalPosition: {x: 0, y: 0, z: 0}
188
190
  m_LocalScale: {x: 1, y: 1, z: 1}
191
+ m_ConstrainProportionsScale: 0
189
192
  m_Children:
190
193
  - {fileID: 2958215223110942421}
191
194
  m_Father: {fileID: 7161192593702629204}
192
- m_RootOrder: 0
193
195
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
194
196
  m_AnchorMin: {x: 0, y: 1}
195
197
  m_AnchorMax: {x: 0, y: 1}
@@ -216,9 +218,10 @@ MonoBehaviour:
216
218
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
217
219
  m_Name:
218
220
  m_EditorClassIdentifier:
219
- m_Material: {fileID: 0}
221
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
220
222
  m_Color: {r: 1, g: 1, b: 1, a: 1}
221
223
  m_RaycastTarget: 1
224
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
222
225
  m_Maskable: 1
223
226
  m_OnCullStateChanged:
224
227
  m_PersistentCalls:
@@ -260,10 +263,10 @@ RectTransform:
260
263
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
261
264
  m_LocalPosition: {x: 0, y: 0, z: 0}
262
265
  m_LocalScale: {x: 1, y: 1, z: 1}
266
+ m_ConstrainProportionsScale: 0
263
267
  m_Children:
264
268
  - {fileID: 9116772108264599414}
265
269
  m_Father: {fileID: 6384680897268832975}
266
- m_RootOrder: 0
267
270
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
268
271
  m_AnchorMin: {x: 0, y: 0}
269
272
  m_AnchorMax: {x: 0, y: 0}
@@ -284,6 +287,7 @@ MonoBehaviour:
284
287
  m_EditorClassIdentifier:
285
288
  m_Navigation:
286
289
  m_Mode: 3
290
+ m_WrapAround: 0
287
291
  m_SelectOnUp: {fileID: 0}
288
292
  m_SelectOnDown: {fileID: 0}
289
293
  m_SelectOnLeft: {fileID: 0}
@@ -346,12 +350,12 @@ RectTransform:
346
350
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
347
351
  m_LocalPosition: {x: 0, y: 0, z: 0}
348
352
  m_LocalScale: {x: 1, y: 1, z: 1}
353
+ m_ConstrainProportionsScale: 0
349
354
  m_Children:
350
355
  - {fileID: 7161192593702629204}
351
356
  - {fileID: 306221097378328331}
352
357
  - {fileID: 8585754545098615087}
353
358
  m_Father: {fileID: 0}
354
- m_RootOrder: 0
355
359
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
356
360
  m_AnchorMin: {x: 0, y: 1}
357
361
  m_AnchorMax: {x: 0, y: 1}
@@ -378,9 +382,10 @@ MonoBehaviour:
378
382
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
379
383
  m_Name:
380
384
  m_EditorClassIdentifier:
381
- m_Material: {fileID: 0}
385
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
382
386
  m_Color: {r: 1, g: 1, b: 1, a: 0}
383
387
  m_RaycastTarget: 1
388
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
384
389
  m_Maskable: 1
385
390
  m_OnCullStateChanged:
386
391
  m_PersistentCalls:
@@ -420,6 +425,7 @@ MonoBehaviour:
420
425
  m_ChildControlHeight: 0
421
426
  m_ChildScaleWidth: 0
422
427
  m_ChildScaleHeight: 0
428
+ m_ReverseArrangement: 0
423
429
  --- !u!1 &8888042499176001657
424
430
  GameObject:
425
431
  m_ObjectHideFlags: 0
@@ -446,9 +452,9 @@ RectTransform:
446
452
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
447
453
  m_LocalPosition: {x: 0, y: 0, z: 0}
448
454
  m_LocalScale: {x: 1, y: 1, z: 1}
455
+ m_ConstrainProportionsScale: 0
449
456
  m_Children: []
450
457
  m_Father: {fileID: 6384680897268832975}
451
- m_RootOrder: 1
452
458
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
453
459
  m_AnchorMin: {x: 0, y: 0}
454
460
  m_AnchorMax: {x: 0, y: 0}
@@ -28,9 +28,9 @@ RectTransform:
28
28
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
29
29
  m_LocalPosition: {x: 0, y: 0, z: 0}
30
30
  m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_ConstrainProportionsScale: 0
31
32
  m_Children: []
32
33
  m_Father: {fileID: 6384680897268832975}
33
- m_RootOrder: 2
34
34
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
35
  m_AnchorMin: {x: 1, y: 0.5}
36
36
  m_AnchorMax: {x: 1, y: 0.5}
@@ -57,9 +57,10 @@ MonoBehaviour:
57
57
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
58
58
  m_Name:
59
59
  m_EditorClassIdentifier:
60
- m_Material: {fileID: 0}
60
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
61
61
  m_Color: {r: 0.099, g: 0.099, b: 0.099, a: 1}
62
62
  m_RaycastTarget: 1
63
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
63
64
  m_Maskable: 1
64
65
  m_OnCullStateChanged:
65
66
  m_PersistentCalls:
@@ -106,9 +107,9 @@ RectTransform:
106
107
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
107
108
  m_LocalPosition: {x: 0, y: 0, z: 0}
108
109
  m_LocalScale: {x: 1, y: 1, z: 1}
110
+ m_ConstrainProportionsScale: 0
109
111
  m_Children: []
110
112
  m_Father: {fileID: 6384680897268832975}
111
- m_RootOrder: 0
112
113
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
113
114
  m_AnchorMin: {x: 0, y: 0.5}
114
115
  m_AnchorMax: {x: 0, y: 0.5}
@@ -135,9 +136,10 @@ MonoBehaviour:
135
136
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
136
137
  m_Name:
137
138
  m_EditorClassIdentifier:
138
- m_Material: {fileID: 0}
139
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
139
140
  m_Color: {r: 1, g: 1, b: 1, a: 1}
140
141
  m_RaycastTarget: 1
142
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
141
143
  m_Maskable: 1
142
144
  m_OnCullStateChanged:
143
145
  m_PersistentCalls:
@@ -182,12 +184,12 @@ RectTransform:
182
184
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
183
185
  m_LocalPosition: {x: 0, y: 0, z: 0}
184
186
  m_LocalScale: {x: 1, y: 1, z: 1}
187
+ m_ConstrainProportionsScale: 0
185
188
  m_Children:
186
189
  - {fileID: 2327222655577042254}
187
190
  - {fileID: 337126738121452154}
188
191
  - {fileID: 1293785669678015224}
189
192
  m_Father: {fileID: 0}
190
- m_RootOrder: 0
191
193
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
192
194
  m_AnchorMin: {x: 0.5, y: 0.5}
193
195
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -214,9 +216,10 @@ MonoBehaviour:
214
216
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
215
217
  m_Name:
216
218
  m_EditorClassIdentifier:
217
- m_Material: {fileID: 0}
219
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
218
220
  m_Color: {r: 0, g: 0, b: 0, a: 0}
219
221
  m_RaycastTarget: 1
222
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
220
223
  m_Maskable: 1
221
224
  m_OnCullStateChanged:
222
225
  m_PersistentCalls:
@@ -265,6 +268,7 @@ MonoBehaviour:
265
268
  m_EditorClassIdentifier:
266
269
  m_Navigation:
267
270
  m_Mode: 3
271
+ m_WrapAround: 0
268
272
  m_SelectOnUp: {fileID: 0}
269
273
  m_SelectOnDown: {fileID: 0}
270
274
  m_SelectOnLeft: {fileID: 0}
@@ -322,9 +326,9 @@ RectTransform:
322
326
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
323
327
  m_LocalPosition: {x: 0, y: 0, z: 0}
324
328
  m_LocalScale: {x: 1, y: 1, z: 1}
329
+ m_ConstrainProportionsScale: 0
325
330
  m_Children: []
326
331
  m_Father: {fileID: 6384680897268832975}
327
- m_RootOrder: 1
328
332
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
329
333
  m_AnchorMin: {x: 0, y: 0.5}
330
334
  m_AnchorMax: {x: 0, y: 0.5}
@@ -351,9 +355,10 @@ MonoBehaviour:
351
355
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
352
356
  m_Name:
353
357
  m_EditorClassIdentifier:
354
- m_Material: {fileID: 0}
358
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
355
359
  m_Color: {r: 0.099, g: 0.099, b: 0.099, a: 1}
356
360
  m_RaycastTarget: 1
361
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
357
362
  m_Maskable: 1
358
363
  m_OnCullStateChanged:
359
364
  m_PersistentCalls:
@@ -28,9 +28,9 @@ RectTransform:
28
28
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
29
29
  m_LocalPosition: {x: 0, y: 0, z: 0}
30
30
  m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_ConstrainProportionsScale: 0
31
32
  m_Children: []
32
33
  m_Father: {fileID: 6074946780888259589}
33
- m_RootOrder: 0
34
34
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
35
  m_AnchorMin: {x: 0, y: 0}
36
36
  m_AnchorMax: {x: 0, y: 0}
@@ -57,7 +57,7 @@ MonoBehaviour:
57
57
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
58
58
  m_Name:
59
59
  m_EditorClassIdentifier:
60
- m_Material: {fileID: 0}
60
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
61
61
  m_Color: {r: 1, g: 1, b: 1, a: 1}
62
62
  m_RaycastTarget: 1
63
63
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -103,9 +103,9 @@ RectTransform:
103
103
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
104
104
  m_LocalPosition: {x: 0, y: 0, z: 0}
105
105
  m_LocalScale: {x: 1, y: 1, z: 1}
106
+ m_ConstrainProportionsScale: 0
106
107
  m_Children: []
107
108
  m_Father: {fileID: 6132143163424757485}
108
- m_RootOrder: 0
109
109
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
110
110
  m_AnchorMin: {x: 0.5, y: 1}
111
111
  m_AnchorMax: {x: 0.5, y: 1}
@@ -132,7 +132,7 @@ MonoBehaviour:
132
132
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
133
133
  m_Name:
134
134
  m_EditorClassIdentifier:
135
- m_Material: {fileID: 0}
135
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
136
136
  m_Color: {r: 1, g: 1, b: 1, a: 1}
137
137
  m_RaycastTarget: 1
138
138
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -179,9 +179,9 @@ RectTransform:
179
179
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
180
180
  m_LocalPosition: {x: 0, y: 0, z: 0}
181
181
  m_LocalScale: {x: 1, y: 1, z: 1}
182
+ m_ConstrainProportionsScale: 0
182
183
  m_Children: []
183
184
  m_Father: {fileID: 6074946780888259589}
184
- m_RootOrder: 1
185
185
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
186
186
  m_AnchorMin: {x: 0, y: 0}
187
187
  m_AnchorMax: {x: 0, y: 0}
@@ -208,7 +208,7 @@ MonoBehaviour:
208
208
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
209
209
  m_Name:
210
210
  m_EditorClassIdentifier:
211
- m_Material: {fileID: 0}
211
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
212
212
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
213
213
  m_RaycastTarget: 1
214
214
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -273,10 +273,10 @@ RectTransform:
273
273
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
274
274
  m_LocalPosition: {x: 0, y: 0, z: 0}
275
275
  m_LocalScale: {x: 1, y: 1, z: 1}
276
+ m_ConstrainProportionsScale: 0
276
277
  m_Children:
277
278
  - {fileID: 6074946780888259589}
278
279
  m_Father: {fileID: 6132143163424757485}
279
- m_RootOrder: 2
280
280
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
281
281
  m_AnchorMin: {x: 0.5, y: 1}
282
282
  m_AnchorMax: {x: 0.5, y: 1}
@@ -303,7 +303,7 @@ MonoBehaviour:
303
303
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
304
304
  m_Name:
305
305
  m_EditorClassIdentifier:
306
- m_Material: {fileID: 0}
306
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
307
307
  m_Color: {r: 1, g: 1, b: 1, a: 1}
308
308
  m_RaycastTarget: 1
309
309
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -393,12 +393,12 @@ RectTransform:
393
393
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
394
394
  m_LocalPosition: {x: 0, y: 0, z: 0}
395
395
  m_LocalScale: {x: 1, y: 1, z: 1}
396
+ m_ConstrainProportionsScale: 0
396
397
  m_Children:
397
398
  - {fileID: 7859538079572160896}
398
399
  - {fileID: 577345975494918736}
399
400
  - {fileID: 6132143163424757485}
400
401
  m_Father: {fileID: 0}
401
- m_RootOrder: 0
402
402
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
403
403
  m_AnchorMin: {x: 0.5, y: 0.5}
404
404
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -425,7 +425,7 @@ MonoBehaviour:
425
425
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
426
426
  m_Name:
427
427
  m_EditorClassIdentifier:
428
- m_Material: {fileID: 0}
428
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
429
429
  m_Color: {r: 1, g: 1, b: 1, a: 1}
430
430
  m_RaycastTarget: 1
431
431
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -474,9 +474,9 @@ RectTransform:
474
474
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
475
475
  m_LocalPosition: {x: 0, y: 0, z: 0}
476
476
  m_LocalScale: {x: 1, y: 1, z: 1}
477
+ m_ConstrainProportionsScale: 0
477
478
  m_Children: []
478
479
  m_Father: {fileID: 7859538079572160896}
479
- m_RootOrder: 1
480
480
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
481
481
  m_AnchorMin: {x: 1, y: 1}
482
482
  m_AnchorMax: {x: 1, y: 1}
@@ -503,7 +503,7 @@ MonoBehaviour:
503
503
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
504
504
  m_Name:
505
505
  m_EditorClassIdentifier:
506
- m_Material: {fileID: 0}
506
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
507
507
  m_Color: {r: 1, g: 1, b: 1, a: 1}
508
508
  m_RaycastTarget: 1
509
509
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -636,9 +636,9 @@ RectTransform:
636
636
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
637
637
  m_LocalPosition: {x: 0, y: 0, z: 0}
638
638
  m_LocalScale: {x: 1, y: 1, z: 1}
639
+ m_ConstrainProportionsScale: 0
639
640
  m_Children: []
640
641
  m_Father: {fileID: 6132143163424757485}
641
- m_RootOrder: 1
642
642
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
643
643
  m_AnchorMin: {x: 0, y: 1}
644
644
  m_AnchorMax: {x: 1, y: 1}
@@ -665,7 +665,7 @@ MonoBehaviour:
665
665
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
666
666
  m_Name:
667
667
  m_EditorClassIdentifier:
668
- m_Material: {fileID: 0}
668
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
669
669
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
670
670
  m_RaycastTarget: 1
671
671
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -730,11 +730,11 @@ RectTransform:
730
730
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
731
731
  m_LocalPosition: {x: 0, y: 0, z: 0}
732
732
  m_LocalScale: {x: 1, y: 1, z: 1}
733
+ m_ConstrainProportionsScale: 0
733
734
  m_Children:
734
735
  - {fileID: 5387052285421704035}
735
736
  - {fileID: 2915283451097678885}
736
737
  m_Father: {fileID: 2219062216510881052}
737
- m_RootOrder: 0
738
738
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
739
739
  m_AnchorMin: {x: 0, y: 1}
740
740
  m_AnchorMax: {x: 1, y: 1}
@@ -776,7 +776,7 @@ MonoBehaviour:
776
776
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
777
777
  m_Name:
778
778
  m_EditorClassIdentifier:
779
- m_Material: {fileID: 0}
779
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
780
780
  m_Color: {r: 0.98039216, g: 0.98039216, b: 0.98039216, a: 1}
781
781
  m_RaycastTarget: 1
782
782
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -822,12 +822,12 @@ RectTransform:
822
822
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
823
823
  m_LocalPosition: {x: 0, y: 0, z: 0}
824
824
  m_LocalScale: {x: 1, y: 1, z: 1}
825
+ m_ConstrainProportionsScale: 0
825
826
  m_Children:
826
827
  - {fileID: 949623674218222682}
827
828
  - {fileID: 3172024684734301231}
828
829
  - {fileID: 6695087150113966782}
829
830
  m_Father: {fileID: 2219062216510881052}
830
- m_RootOrder: 2
831
831
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
832
832
  m_AnchorMin: {x: 0, y: 0}
833
833
  m_AnchorMax: {x: 1, y: 1}
@@ -854,7 +854,7 @@ MonoBehaviour:
854
854
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
855
855
  m_Name:
856
856
  m_EditorClassIdentifier:
857
- m_Material: {fileID: 0}
857
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
858
858
  m_Color: {r: 0.9490196, g: 0.9490196, b: 0.9490196, a: 1}
859
859
  m_RaycastTarget: 1
860
860
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -900,9 +900,9 @@ RectTransform:
900
900
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
901
901
  m_LocalPosition: {x: 0, y: 0, z: 0}
902
902
  m_LocalScale: {x: 1, y: 1, z: 1}
903
+ m_ConstrainProportionsScale: 0
903
904
  m_Children: []
904
905
  m_Father: {fileID: 7859538079572160896}
905
- m_RootOrder: 0
906
906
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
907
907
  m_AnchorMin: {x: 0.5, y: 1}
908
908
  m_AnchorMax: {x: 0.5, y: 1}
@@ -929,7 +929,7 @@ MonoBehaviour:
929
929
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
930
930
  m_Name:
931
931
  m_EditorClassIdentifier:
932
- m_Material: {fileID: 0}
932
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
933
933
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
934
934
  m_RaycastTarget: 1
935
935
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -979,11 +979,11 @@ RectTransform:
979
979
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
980
980
  m_LocalPosition: {x: 0, y: 0, z: 0}
981
981
  m_LocalScale: {x: 1, y: 1, z: 1}
982
+ m_ConstrainProportionsScale: 0
982
983
  m_Children:
983
984
  - {fileID: 3785189672604578716}
984
985
  - {fileID: 743536370636273184}
985
986
  m_Father: {fileID: 6695087150113966782}
986
- m_RootOrder: 0
987
987
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
988
988
  m_AnchorMin: {x: 0.5, y: 0.5}
989
989
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -1058,9 +1058,9 @@ RectTransform:
1058
1058
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1059
1059
  m_LocalPosition: {x: 0, y: 0, z: 0}
1060
1060
  m_LocalScale: {x: 1, y: 1, z: 1}
1061
+ m_ConstrainProportionsScale: 0
1061
1062
  m_Children: []
1062
1063
  m_Father: {fileID: 2219062216510881052}
1063
- m_RootOrder: 1
1064
1064
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1065
1065
  m_AnchorMin: {x: 0, y: 1}
1066
1066
  m_AnchorMax: {x: 1, y: 1}
@@ -1087,7 +1087,7 @@ MonoBehaviour:
1087
1087
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1088
1088
  m_Name:
1089
1089
  m_EditorClassIdentifier:
1090
- m_Material: {fileID: 0}
1090
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1091
1091
  m_Color: {r: 0.9490196, g: 0.9490196, b: 0.9490196, a: 1}
1092
1092
  m_RaycastTarget: 1
1093
1093
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -28,9 +28,9 @@ RectTransform:
28
28
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
29
29
  m_LocalPosition: {x: 0, y: 0, z: 0}
30
30
  m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_ConstrainProportionsScale: 0
31
32
  m_Children: []
32
33
  m_Father: {fileID: 5829655215491878382}
33
- m_RootOrder: 1
34
34
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
35
  m_AnchorMin: {x: 0.5, y: 1}
36
36
  m_AnchorMax: {x: 0.5, y: 1}
@@ -57,7 +57,7 @@ MonoBehaviour:
57
57
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
58
58
  m_Name:
59
59
  m_EditorClassIdentifier:
60
- m_Material: {fileID: 0}
60
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
61
61
  m_Color: {r: 0.6, g: 0.6, b: 0.6, a: 1}
62
62
  m_RaycastTarget: 1
63
63
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -108,9 +108,9 @@ RectTransform:
108
108
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
109
109
  m_LocalPosition: {x: 0, y: 0, z: 0}
110
110
  m_LocalScale: {x: 1, y: 1, z: 1}
111
+ m_ConstrainProportionsScale: 0
111
112
  m_Children: []
112
113
  m_Father: {fileID: 5829655215491878382}
113
- m_RootOrder: 2
114
114
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
115
115
  m_AnchorMin: {x: 0, y: 0}
116
116
  m_AnchorMax: {x: 1, y: 1}
@@ -137,7 +137,7 @@ MonoBehaviour:
137
137
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
138
138
  m_Name:
139
139
  m_EditorClassIdentifier:
140
- m_Material: {fileID: 0}
140
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
141
141
  m_Color: {r: 1, g: 1, b: 1, a: 0}
142
142
  m_RaycastTarget: 1
143
143
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -227,9 +227,9 @@ RectTransform:
227
227
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
228
228
  m_LocalPosition: {x: 0, y: 0, z: 0}
229
229
  m_LocalScale: {x: 1, y: 1, z: 1}
230
+ m_ConstrainProportionsScale: 0
230
231
  m_Children: []
231
232
  m_Father: {fileID: 5829655215491878382}
232
- m_RootOrder: 0
233
233
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
234
234
  m_AnchorMin: {x: 0.5, y: 1}
235
235
  m_AnchorMax: {x: 0.5, y: 1}
@@ -256,7 +256,7 @@ MonoBehaviour:
256
256
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
257
257
  m_Name:
258
258
  m_EditorClassIdentifier:
259
- m_Material: {fileID: 0}
259
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
260
260
  m_Color: {r: 1, g: 1, b: 1, a: 1}
261
261
  m_RaycastTarget: 1
262
262
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -302,12 +302,12 @@ RectTransform:
302
302
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
303
303
  m_LocalPosition: {x: 0, y: 0, z: 0}
304
304
  m_LocalScale: {x: 1, y: 1, z: 1}
305
+ m_ConstrainProportionsScale: 0
305
306
  m_Children:
306
307
  - {fileID: 6683532336901454822}
307
308
  - {fileID: 7707259717309009162}
308
309
  - {fileID: 7378697112388875881}
309
310
  m_Father: {fileID: 0}
310
- m_RootOrder: 0
311
311
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
312
312
  m_AnchorMin: {x: 0, y: 0}
313
313
  m_AnchorMax: {x: 1, y: 1}
@@ -334,7 +334,7 @@ MonoBehaviour:
334
334
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
335
335
  m_Name:
336
336
  m_EditorClassIdentifier:
337
- m_Material: {fileID: 0}
337
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
338
338
  m_Color: {r: 1, g: 1, b: 1, a: 1}
339
339
  m_RaycastTarget: 1
340
340
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}