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
@@ -29,10 +29,10 @@ RectTransform:
29
29
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
30
30
  m_LocalPosition: {x: 0, y: 0, z: 0}
31
31
  m_LocalScale: {x: 1, y: 1, z: 1}
32
+ m_ConstrainProportionsScale: 0
32
33
  m_Children:
33
34
  - {fileID: 4581288631286966431}
34
35
  m_Father: {fileID: 8862441223986887139}
35
- m_RootOrder: 0
36
36
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
37
37
  m_AnchorMin: {x: 0, y: 0}
38
38
  m_AnchorMax: {x: 1, y: 1}
@@ -59,7 +59,7 @@ MonoBehaviour:
59
59
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
60
60
  m_Name:
61
61
  m_EditorClassIdentifier:
62
- m_Material: {fileID: 0}
62
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
63
63
  m_Color: {r: 1, g: 1, b: 1, a: 1}
64
64
  m_RaycastTarget: 1
65
65
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -161,9 +161,9 @@ RectTransform:
161
161
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
162
162
  m_LocalPosition: {x: 0, y: 0, z: 0}
163
163
  m_LocalScale: {x: 1, y: 1, z: 1}
164
+ m_ConstrainProportionsScale: 0
164
165
  m_Children: []
165
166
  m_Father: {fileID: 517351868047488204}
166
- m_RootOrder: 0
167
167
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
168
168
  m_AnchorMin: {x: 0, y: 0}
169
169
  m_AnchorMax: {x: 1, y: 1}
@@ -190,7 +190,7 @@ MonoBehaviour:
190
190
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
191
191
  m_Name:
192
192
  m_EditorClassIdentifier:
193
- m_Material: {fileID: 0}
193
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
194
194
  m_Color: {r: 0.8773585, g: 0.19450872, b: 0.19450872, a: 1}
195
195
  m_RaycastTarget: 1
196
196
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -240,10 +240,10 @@ RectTransform:
240
240
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
241
241
  m_LocalPosition: {x: 0, y: 0, z: 0}
242
242
  m_LocalScale: {x: 1, y: 1, z: 1}
243
+ m_ConstrainProportionsScale: 0
243
244
  m_Children:
244
245
  - {fileID: 517351868047488204}
245
246
  m_Father: {fileID: 0}
246
- m_RootOrder: 0
247
247
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
248
248
  m_AnchorMin: {x: 0.5, y: 0.5}
249
249
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -270,7 +270,7 @@ MonoBehaviour:
270
270
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
271
271
  m_Name:
272
272
  m_EditorClassIdentifier:
273
- m_Material: {fileID: 0}
273
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
274
274
  m_Color: {r: 1, g: 1, b: 1, a: 1}
275
275
  m_RaycastTarget: 1
276
276
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -26,9 +26,9 @@ RectTransform:
26
26
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
27
27
  m_LocalPosition: {x: 0, y: 0, z: 0}
28
28
  m_LocalScale: {x: 1, y: 1, z: 1}
29
+ m_ConstrainProportionsScale: 0
29
30
  m_Children: []
30
31
  m_Father: {fileID: 9110493669423750354}
31
- m_RootOrder: 3
32
32
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
33
33
  m_AnchorMin: {x: 0, y: 0}
34
34
  m_AnchorMax: {x: 0, y: 0}
@@ -63,9 +63,9 @@ RectTransform:
63
63
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
64
64
  m_LocalPosition: {x: 0, y: 0, z: 0}
65
65
  m_LocalScale: {x: 1, y: 1, z: 1}
66
+ m_ConstrainProportionsScale: 0
66
67
  m_Children: []
67
68
  m_Father: {fileID: 7407958207728739430}
68
- m_RootOrder: 0
69
69
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
70
70
  m_AnchorMin: {x: 0, y: 0}
71
71
  m_AnchorMax: {x: 1, y: 1}
@@ -92,7 +92,7 @@ MonoBehaviour:
92
92
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
93
93
  m_Name:
94
94
  m_EditorClassIdentifier:
95
- m_Material: {fileID: 0}
95
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
96
96
  m_Color: {r: 0, g: 0, b: 0, a: 0.11764706}
97
97
  m_RaycastTarget: 1
98
98
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -136,9 +136,9 @@ RectTransform:
136
136
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
137
137
  m_LocalPosition: {x: 0, y: 0, z: 0}
138
138
  m_LocalScale: {x: 1, y: 1, z: 1}
139
+ m_ConstrainProportionsScale: 0
139
140
  m_Children: []
140
141
  m_Father: {fileID: 9110493669423750354}
141
- m_RootOrder: 1
142
142
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
143
143
  m_AnchorMin: {x: 0, y: 0}
144
144
  m_AnchorMax: {x: 0, y: 0}
@@ -174,9 +174,9 @@ RectTransform:
174
174
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
175
175
  m_LocalPosition: {x: 0, y: 0, z: 0}
176
176
  m_LocalScale: {x: 1, y: 1, z: 1}
177
+ m_ConstrainProportionsScale: 0
177
178
  m_Children: []
178
179
  m_Father: {fileID: 4715670805811383198}
179
- m_RootOrder: 0
180
180
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
181
181
  m_AnchorMin: {x: 0, y: 0}
182
182
  m_AnchorMax: {x: 0, y: 0}
@@ -203,7 +203,7 @@ MonoBehaviour:
203
203
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
204
204
  m_Name:
205
205
  m_EditorClassIdentifier:
206
- m_Material: {fileID: 0}
206
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
207
207
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
208
208
  m_RaycastTarget: 1
209
209
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -268,10 +268,10 @@ RectTransform:
268
268
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
269
269
  m_LocalPosition: {x: 0, y: 0, z: 0}
270
270
  m_LocalScale: {x: 1, y: 1, z: 1}
271
+ m_ConstrainProportionsScale: 0
271
272
  m_Children:
272
273
  - {fileID: 7952422034182024787}
273
274
  m_Father: {fileID: 9110493669423750354}
274
- m_RootOrder: 2
275
275
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
276
276
  m_AnchorMin: {x: 0, y: 0}
277
277
  m_AnchorMax: {x: 0, y: 0}
@@ -346,9 +346,9 @@ RectTransform:
346
346
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
347
347
  m_LocalPosition: {x: 0, y: 0, z: 0}
348
348
  m_LocalScale: {x: 1, y: 1, z: 1}
349
+ m_ConstrainProportionsScale: 0
349
350
  m_Children: []
350
351
  m_Father: {fileID: 5341853006196967833}
351
- m_RootOrder: 1
352
352
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
353
353
  m_AnchorMin: {x: 0, y: 1}
354
354
  m_AnchorMax: {x: 0, y: 1}
@@ -375,7 +375,7 @@ MonoBehaviour:
375
375
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
376
376
  m_Name:
377
377
  m_EditorClassIdentifier:
378
- m_Material: {fileID: 0}
378
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
379
379
  m_Color: {r: 0, g: 0, b: 0, a: 1}
380
380
  m_RaycastTarget: 1
381
381
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -424,11 +424,11 @@ RectTransform:
424
424
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
425
425
  m_LocalPosition: {x: 0, y: 0, z: 0}
426
426
  m_LocalScale: {x: 1, y: 1, z: 1}
427
+ m_ConstrainProportionsScale: 0
427
428
  m_Children:
428
429
  - {fileID: 7987213555478055547}
429
430
  - {fileID: 5350621237270150891}
430
431
  m_Father: {fileID: 9110493669423750354}
431
- m_RootOrder: 4
432
432
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
433
433
  m_AnchorMin: {x: 0, y: 0}
434
434
  m_AnchorMax: {x: 0, y: 0}
@@ -488,11 +488,11 @@ RectTransform:
488
488
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
489
489
  m_LocalPosition: {x: 0, y: 0, z: 0}
490
490
  m_LocalScale: {x: 1, y: 1, z: 1}
491
+ m_ConstrainProportionsScale: 0
491
492
  m_Children:
492
493
  - {fileID: 4901509228010000928}
493
494
  - {fileID: 9110493669423750354}
494
495
  m_Father: {fileID: 0}
495
- m_RootOrder: 0
496
496
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
497
497
  m_AnchorMin: {x: 0, y: 0}
498
498
  m_AnchorMax: {x: 1, y: 1}
@@ -535,9 +535,9 @@ RectTransform:
535
535
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
536
536
  m_LocalPosition: {x: 0, y: 0, z: 0}
537
537
  m_LocalScale: {x: 1, y: 1, z: 1}
538
+ m_ConstrainProportionsScale: 0
538
539
  m_Children: []
539
540
  m_Father: {fileID: 7987213555478055547}
540
- m_RootOrder: 0
541
541
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
542
542
  m_AnchorMin: {x: 0, y: 0}
543
543
  m_AnchorMax: {x: 1, y: 1}
@@ -564,7 +564,7 @@ MonoBehaviour:
564
564
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
565
565
  m_Name:
566
566
  m_EditorClassIdentifier:
567
- m_Material: {fileID: 0}
567
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
568
568
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
569
569
  m_RaycastTarget: 1
570
570
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -612,11 +612,11 @@ RectTransform:
612
612
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
613
613
  m_LocalPosition: {x: 0, y: 0, z: 0}
614
614
  m_LocalScale: {x: 1, y: 1, z: 1}
615
+ m_ConstrainProportionsScale: 0
615
616
  m_Children:
616
617
  - {fileID: 3077738151890530178}
617
618
  - {fileID: 4235739507619960885}
618
619
  m_Father: {fileID: 9110493669423750354}
619
- m_RootOrder: 0
620
620
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
621
621
  m_AnchorMin: {x: 0, y: 0}
622
622
  m_AnchorMax: {x: 0, y: 0}
@@ -652,9 +652,9 @@ RectTransform:
652
652
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
653
653
  m_LocalPosition: {x: 0, y: 0, z: 0}
654
654
  m_LocalScale: {x: 1, y: 1, z: 1}
655
+ m_ConstrainProportionsScale: 0
655
656
  m_Children: []
656
657
  m_Father: {fileID: 5341853006196967833}
657
- m_RootOrder: 0
658
658
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
659
659
  m_AnchorMin: {x: 1, y: 1}
660
660
  m_AnchorMax: {x: 1, y: 1}
@@ -681,7 +681,7 @@ MonoBehaviour:
681
681
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
682
682
  m_Name:
683
683
  m_EditorClassIdentifier:
684
- m_Material: {fileID: 0}
684
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
685
685
  m_Color: {r: 1, g: 1, b: 1, a: 1}
686
686
  m_RaycastTarget: 1
687
687
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -772,10 +772,10 @@ RectTransform:
772
772
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
773
773
  m_LocalPosition: {x: 0, y: 0, z: 0}
774
774
  m_LocalScale: {x: 1, y: 1, z: 1}
775
+ m_ConstrainProportionsScale: 0
775
776
  m_Children:
776
777
  - {fileID: 9035004217471868684}
777
778
  m_Father: {fileID: 417494796460571525}
778
- m_RootOrder: 1
779
779
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
780
780
  m_AnchorMin: {x: 0, y: 0}
781
781
  m_AnchorMax: {x: 0, y: 0}
@@ -802,7 +802,7 @@ MonoBehaviour:
802
802
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
803
803
  m_Name:
804
804
  m_EditorClassIdentifier:
805
- m_Material: {fileID: 0}
805
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
806
806
  m_Color: {r: 1, g: 1, b: 1, a: 1}
807
807
  m_RaycastTarget: 1
808
808
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -893,9 +893,9 @@ RectTransform:
893
893
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
894
894
  m_LocalPosition: {x: 0, y: 0, z: 0}
895
895
  m_LocalScale: {x: 1, y: 1, z: 1}
896
+ m_ConstrainProportionsScale: 0
896
897
  m_Children: []
897
898
  m_Father: {fileID: 5350621237270150891}
898
- m_RootOrder: 0
899
899
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
900
900
  m_AnchorMin: {x: 0, y: 0}
901
901
  m_AnchorMax: {x: 1, y: 1}
@@ -922,7 +922,7 @@ MonoBehaviour:
922
922
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
923
923
  m_Name:
924
924
  m_EditorClassIdentifier:
925
- m_Material: {fileID: 0}
925
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
926
926
  m_Color: {r: 1, g: 1, b: 1, a: 1}
927
927
  m_RaycastTarget: 1
928
928
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -975,6 +975,7 @@ RectTransform:
975
975
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
976
976
  m_LocalPosition: {x: 0, y: 0, z: 0}
977
977
  m_LocalScale: {x: 1, y: 1, z: 1}
978
+ m_ConstrainProportionsScale: 0
978
979
  m_Children:
979
980
  - {fileID: 5341853006196967833}
980
981
  - {fileID: 6938890126708590191}
@@ -982,7 +983,6 @@ RectTransform:
982
983
  - {fileID: 4464288788448099801}
983
984
  - {fileID: 417494796460571525}
984
985
  m_Father: {fileID: 7407958207728739430}
985
- m_RootOrder: 1
986
986
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
987
987
  m_AnchorMin: {x: 0.5, y: 0.5}
988
988
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -1009,7 +1009,7 @@ MonoBehaviour:
1009
1009
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1010
1010
  m_Name:
1011
1011
  m_EditorClassIdentifier:
1012
- m_Material: {fileID: 0}
1012
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1013
1013
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1014
1014
  m_RaycastTarget: 1
1015
1015
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -1111,10 +1111,10 @@ RectTransform:
1111
1111
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1112
1112
  m_LocalPosition: {x: 0, y: 0, z: 0}
1113
1113
  m_LocalScale: {x: 1, y: 1, z: 1}
1114
+ m_ConstrainProportionsScale: 0
1114
1115
  m_Children:
1115
1116
  - {fileID: 5355915950263438899}
1116
1117
  m_Father: {fileID: 417494796460571525}
1117
- m_RootOrder: 0
1118
1118
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1119
1119
  m_AnchorMin: {x: 0, y: 0}
1120
1120
  m_AnchorMax: {x: 0, y: 0}
@@ -1141,7 +1141,7 @@ MonoBehaviour:
1141
1141
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1142
1142
  m_Name:
1143
1143
  m_EditorClassIdentifier:
1144
- m_Material: {fileID: 0}
1144
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1145
1145
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1146
1146
  m_RaycastTarget: 1
1147
1147
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -29,10 +29,10 @@ RectTransform:
29
29
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
30
30
  m_LocalPosition: {x: 0, y: 0, z: 0}
31
31
  m_LocalScale: {x: 1, y: 1, z: 1}
32
+ m_ConstrainProportionsScale: 0
32
33
  m_Children:
33
34
  - {fileID: 29104029536854221}
34
35
  m_Father: {fileID: 8988126624134773373}
35
- m_RootOrder: 1
36
36
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
37
37
  m_AnchorMin: {x: 0, y: 0}
38
38
  m_AnchorMax: {x: 0, y: 0}
@@ -59,7 +59,7 @@ MonoBehaviour:
59
59
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
60
60
  m_Name:
61
61
  m_EditorClassIdentifier:
62
- m_Material: {fileID: 0}
62
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
63
63
  m_Color: {r: 1, g: 1, b: 1, a: 1}
64
64
  m_RaycastTarget: 1
65
65
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -151,10 +151,10 @@ RectTransform:
151
151
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
152
152
  m_LocalPosition: {x: 0, y: 0, z: 0}
153
153
  m_LocalScale: {x: 1, y: 1, z: 1}
154
+ m_ConstrainProportionsScale: 0
154
155
  m_Children:
155
156
  - {fileID: 7232080617778191116}
156
157
  m_Father: {fileID: 8988126624134773373}
157
- m_RootOrder: 0
158
158
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
159
159
  m_AnchorMin: {x: 0, y: 0}
160
160
  m_AnchorMax: {x: 0, y: 0}
@@ -181,7 +181,7 @@ MonoBehaviour:
181
181
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
182
182
  m_Name:
183
183
  m_EditorClassIdentifier:
184
- m_Material: {fileID: 0}
184
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
185
185
  m_Color: {r: 1, g: 1, b: 1, a: 1}
186
186
  m_RaycastTarget: 1
187
187
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -272,11 +272,11 @@ RectTransform:
272
272
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
273
273
  m_LocalPosition: {x: 0, y: 0, z: 0}
274
274
  m_LocalScale: {x: 1, y: 1, z: 1}
275
+ m_ConstrainProportionsScale: 0
275
276
  m_Children:
276
277
  - {fileID: 4654335043888691981}
277
278
  - {fileID: 8876551099305779452}
278
279
  m_Father: {fileID: 2454256893659120910}
279
- m_RootOrder: 1
280
280
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
281
281
  m_AnchorMin: {x: 0.5, y: 0}
282
282
  m_AnchorMax: {x: 0.5, y: 0}
@@ -351,11 +351,11 @@ RectTransform:
351
351
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
352
352
  m_LocalPosition: {x: 0, y: 0, z: 0}
353
353
  m_LocalScale: {x: 1, y: 1, z: 1}
354
+ m_ConstrainProportionsScale: 0
354
355
  m_Children:
355
356
  - {fileID: 7691098894228473741}
356
357
  - {fileID: 8988126624134773373}
357
358
  m_Father: {fileID: 321944476131005538}
358
- m_RootOrder: 0
359
359
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
360
360
  m_AnchorMin: {x: 0.5, y: 0.5}
361
361
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -382,7 +382,7 @@ MonoBehaviour:
382
382
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
383
383
  m_Name:
384
384
  m_EditorClassIdentifier:
385
- m_Material: {fileID: 0}
385
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
386
386
  m_Color: {r: 1, g: 1, b: 1, a: 1}
387
387
  m_RaycastTarget: 1
388
388
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -428,10 +428,10 @@ RectTransform:
428
428
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
429
429
  m_LocalPosition: {x: 0, y: 0, z: 0}
430
430
  m_LocalScale: {x: 1, y: 1, z: 1}
431
+ m_ConstrainProportionsScale: 0
431
432
  m_Children:
432
433
  - {fileID: 2454256893659120910}
433
434
  m_Father: {fileID: 0}
434
- m_RootOrder: 0
435
435
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
436
436
  m_AnchorMin: {x: 0, y: 0}
437
437
  m_AnchorMax: {x: 1, y: 1}
@@ -458,7 +458,7 @@ MonoBehaviour:
458
458
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
459
459
  m_Name:
460
460
  m_EditorClassIdentifier:
461
- m_Material: {fileID: 0}
461
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
462
462
  m_Color: {r: 0, g: 0, b: 0, a: 0.078431375}
463
463
  m_RaycastTarget: 1
464
464
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -504,9 +504,9 @@ RectTransform:
504
504
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
505
505
  m_LocalPosition: {x: 0, y: 0, z: 0}
506
506
  m_LocalScale: {x: 1, y: 1, z: 1}
507
+ m_ConstrainProportionsScale: 0
507
508
  m_Children: []
508
509
  m_Father: {fileID: 8876551099305779452}
509
- m_RootOrder: 0
510
510
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
511
511
  m_AnchorMin: {x: 0, y: 0}
512
512
  m_AnchorMax: {x: 1, y: 1}
@@ -533,7 +533,7 @@ MonoBehaviour:
533
533
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
534
534
  m_Name:
535
535
  m_EditorClassIdentifier:
536
- m_Material: {fileID: 0}
536
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
537
537
  m_Color: {r: 1, g: 1, b: 1, a: 1}
538
538
  m_RaycastTarget: 1
539
539
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -583,9 +583,9 @@ RectTransform:
583
583
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
584
584
  m_LocalPosition: {x: 0, y: 0, z: 0}
585
585
  m_LocalScale: {x: 1, y: 1, z: 1}
586
+ m_ConstrainProportionsScale: 0
586
587
  m_Children: []
587
588
  m_Father: {fileID: 2454256893659120910}
588
- m_RootOrder: 0
589
589
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
590
590
  m_AnchorMin: {x: 0, y: 1}
591
591
  m_AnchorMax: {x: 1, y: 1}
@@ -612,7 +612,7 @@ MonoBehaviour:
612
612
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
613
613
  m_Name:
614
614
  m_EditorClassIdentifier:
615
- m_Material: {fileID: 0}
615
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
616
616
  m_Color: {r: 0.4, g: 0.4, b: 0.4, a: 1}
617
617
  m_RaycastTarget: 1
618
618
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -662,9 +662,9 @@ RectTransform:
662
662
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
663
663
  m_LocalPosition: {x: 0, y: 0, z: 0}
664
664
  m_LocalScale: {x: 1, y: 1, z: 1}
665
+ m_ConstrainProportionsScale: 0
665
666
  m_Children: []
666
667
  m_Father: {fileID: 4654335043888691981}
667
- m_RootOrder: 0
668
668
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
669
669
  m_AnchorMin: {x: 0, y: 0}
670
670
  m_AnchorMax: {x: 1, y: 1}
@@ -691,7 +691,7 @@ MonoBehaviour:
691
691
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
692
692
  m_Name:
693
693
  m_EditorClassIdentifier:
694
- m_Material: {fileID: 0}
694
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
695
695
  m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
696
696
  m_RaycastTarget: 1
697
697
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}