com.xd.sdk.common 7.1.2 → 7.2.1-alpha

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 (92) hide show
  1. package/Editor/Steam/SteamBuildProcessor.cs +1 -4
  2. package/Editor/XD.SDK.Common.Editor.asmdef +2 -1
  3. package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar → XDGBridgeCommon_v7_7.2.0.aar} +0 -0
  4. package/Plugins/Android/libs/XDGCommon_7.2.0.aar +0 -0
  5. package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar → XDGTapTapWrapperInternal_7.2.0.aar} +0 -0
  6. package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar → XDTapTapWrapper_7.2.0.aar} +0 -0
  7. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_chat.png.meta +7 -0
  8. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_invite.png.meta +7 -0
  9. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_unfollow.png.meta +7 -0
  10. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark.meta +8 -0
  11. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_chat.png.meta +7 -0
  12. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_invite.png.meta +7 -0
  13. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_unfollow.png.meta +7 -0
  14. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light.meta +8 -0
  15. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement.png.meta +7 -0
  16. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement_platinum.png.meta +7 -0
  17. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_arrow.png.meta +7 -0
  18. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_close.png.meta +7 -0
  19. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_default_background.png.meta +7 -0
  20. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_logo.png.meta +7 -0
  21. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile.meta +8 -0
  22. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSError+XDG.h +1 -0
  23. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h +2 -0
  24. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogHelper.h +4 -0
  25. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDTapTapInfo.h +3 -0
  26. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +3 -3
  27. package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
  28. package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
  29. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK-Swift.h +1 -1
  30. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK.h +3 -3
  31. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Info.plist +0 -0
  32. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  33. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  34. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
  35. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/XDTapSDK4WrapperSDK +0 -0
  36. package/Resources/Localization/LocalizableString.json +56 -56
  37. package/Resources/Prefabs/AccountCell.prefab +24 -15
  38. package/Resources/Prefabs/AgreementOptionAll.prefab +15 -9
  39. package/Resources/Prefabs/AgreementOptionNormal.prefab +16 -10
  40. package/Resources/Prefabs/AreaCodeCell.prefab +13 -8
  41. package/Resources/Prefabs/CancelAccountAlert.prefab +23 -23
  42. package/Resources/Prefabs/CenterErrorView.prefab +8 -8
  43. package/Resources/Prefabs/ConfirmDialog.prefab +20 -20
  44. package/Resources/Prefabs/DeleteAccountAlert.prefab +48 -45
  45. package/Resources/Prefabs/DeleteCell.prefab +6 -6
  46. package/Resources/Prefabs/Dialog.prefab +24 -24
  47. package/Resources/Prefabs/DisagreeConfirmAlert.prefab +15 -15
  48. package/Resources/Prefabs/GeneralAgreementAlert.prefab +53 -31
  49. package/Resources/Prefabs/LoadFailedView.prefab +12 -12
  50. package/Resources/Prefabs/LoadingView.prefab +9 -6
  51. package/Resources/Prefabs/PayHintAlert.prefab +17 -15
  52. package/Resources/Prefabs/PayLoadFailedView.prefab +13 -13
  53. package/Resources/Prefabs/PaymentAlert.prefab +9 -5
  54. package/Resources/Prefabs/SmallLoadingView.prefab +4 -4
  55. package/Resources/Prefabs/UserCenterAlert.prefab +76 -46
  56. package/Resources/Prefabs/XDCodeUnbindAlert.prefab +56 -34
  57. package/Resources/Prefabs/XDEmailAlert.prefab +84 -49
  58. package/Resources/Prefabs/XDPhoneAlertIO.prefab +129 -65
  59. package/Resources/Prefabs/XDPhoneNumberInputAlert.prefab +46 -28
  60. package/Resources/Prefabs/XDRiskControlAlert.prefab +12 -7
  61. package/Resources/Prefabs/XDSDKUI.prefab +3 -3
  62. package/Resources/Prefabs/XDVerifyCodeInputAlert.prefab +47 -28
  63. package/Resources/Prefabs/XDWebBridgeView.prefab +11 -11
  64. package/Resources/Prefabs/XDWebViewAlert.prefab +10 -10
  65. package/Resources/Shaders/UI/UI-Default-Gamma.shader +129 -0
  66. package/Resources/Shaders/UI/UI-Default-Gamma.shader.meta +9 -0
  67. package/Resources/Shaders/UI/UI_Default-Gamma.mat +36 -0
  68. package/Resources/Shaders/UI/UI_Default-Gamma.mat.meta +8 -0
  69. package/Resources/Shaders/UI/UI_Default-Mask.mat +36 -0
  70. package/Resources/Shaders/UI/UI_Default-Mask.mat.meta +8 -0
  71. package/Resources/Shaders/UI.meta +8 -0
  72. package/Resources/Shaders.meta +8 -0
  73. package/Runtime/Internal/Events/XDGEventBus.cs +135 -13
  74. package/Runtime/Internal/Standalone/CommonFeaturesImpl.cs +2 -2
  75. package/Runtime/Internal/Standalone/Http/Interceptor/MacAuthenticationInterceptor.cs +4 -4
  76. package/Runtime/Internal/Standalone/Steam/SteamManager.cs +358 -0
  77. package/Runtime/Internal/Standalone/Steam/SteamManager.cs.meta +8 -0
  78. package/Runtime/Internal/Standalone/{Utils → Steam}/SteamWrapper.cs +48 -49
  79. package/Runtime/Internal/Standalone/Track/AliyunTrack.cs +36 -29
  80. package/Runtime/Internal/Standalone/UI/Base/UIManager.cs +1 -1
  81. package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs +107 -0
  82. package/Runtime/Internal/Standalone/{Steam/SteamUtils.cs.meta → UI/Base/XDGCommonUIResources.cs.meta} +1 -1
  83. package/Runtime/Internal/Standalone/Web/Function/CloseWebFunction.cs +10 -1
  84. package/Runtime/Internal/Standalone/Web/WebRequest.cs +1 -1
  85. package/package.json +2 -2
  86. package/Plugins/Android/libs/XDGCommon_7.1.2.aar +0 -0
  87. package/Runtime/Internal/Standalone/Steam/SteamUtils.cs +0 -48
  88. /package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar.meta → XDGBridgeCommon_v7_7.2.0.aar.meta} +0 -0
  89. /package/Plugins/Android/libs/{XDGCommon_7.1.2.aar.meta → XDGCommon_7.2.0.aar.meta} +0 -0
  90. /package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar.meta → XDGTapTapWrapperInternal_7.2.0.aar.meta} +0 -0
  91. /package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar.meta → XDTapTapWrapper_7.2.0.aar.meta} +0 -0
  92. /package/Runtime/Internal/Standalone/{Utils → Steam}/SteamWrapper.cs.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: 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}
@@ -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: 7407958207728739430}
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: 1, y: 1}
@@ -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: 0, g: 0, b: 0, a: 0.11764706}
62
62
  m_RaycastTarget: 1
63
63
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -101,9 +101,9 @@ RectTransform:
101
101
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
102
102
  m_LocalPosition: {x: 0, y: 0, z: 0}
103
103
  m_LocalScale: {x: 1, y: 1, z: 1}
104
+ m_ConstrainProportionsScale: 0
104
105
  m_Children: []
105
106
  m_Father: {fileID: 8911633370094331161}
106
- m_RootOrder: 3
107
107
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
108
108
  m_AnchorMin: {x: 0, y: 0}
109
109
  m_AnchorMax: {x: 0, y: 0}
@@ -138,10 +138,10 @@ RectTransform:
138
138
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
139
139
  m_LocalPosition: {x: 0, y: 0, z: 0}
140
140
  m_LocalScale: {x: 1, y: 1, z: 1}
141
+ m_ConstrainProportionsScale: 0
141
142
  m_Children:
142
143
  - {fileID: 4334549123137274155}
143
144
  m_Father: {fileID: 8911633370094331161}
144
- m_RootOrder: 2
145
145
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
146
146
  m_AnchorMin: {x: 0, y: 0}
147
147
  m_AnchorMax: {x: 0, y: 0}
@@ -214,9 +214,9 @@ RectTransform:
214
214
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
215
215
  m_LocalPosition: {x: 0, y: 0, z: 0}
216
216
  m_LocalScale: {x: 1, y: 1, z: 1}
217
+ m_ConstrainProportionsScale: 0
217
218
  m_Children: []
218
219
  m_Father: {fileID: 8911633370094331161}
219
- m_RootOrder: 1
220
220
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
221
221
  m_AnchorMin: {x: 0, y: 0}
222
222
  m_AnchorMax: {x: 0, y: 0}
@@ -249,10 +249,10 @@ RectTransform:
249
249
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
250
250
  m_LocalPosition: {x: 0, y: 0, z: 0}
251
251
  m_LocalScale: {x: 1, y: 1, z: 1}
252
+ m_ConstrainProportionsScale: 0
252
253
  m_Children:
253
254
  - {fileID: 6278888980004274068}
254
255
  m_Father: {fileID: 8911633370094331161}
255
- m_RootOrder: 4
256
256
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
257
257
  m_AnchorMin: {x: 0, y: 0}
258
258
  m_AnchorMax: {x: 0, y: 0}
@@ -285,11 +285,11 @@ RectTransform:
285
285
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
286
286
  m_LocalPosition: {x: 0, y: 0, z: 0}
287
287
  m_LocalScale: {x: 1, y: 1, z: 1}
288
+ m_ConstrainProportionsScale: 0
288
289
  m_Children:
289
290
  - {fileID: 4022967235608522493}
290
291
  - {fileID: 2858236877153474890}
291
292
  m_Father: {fileID: 8911633370094331161}
292
- m_RootOrder: 0
293
293
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
294
294
  m_AnchorMin: {x: 0, y: 0}
295
295
  m_AnchorMax: {x: 0, y: 0}
@@ -325,9 +325,9 @@ RectTransform:
325
325
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
326
326
  m_LocalPosition: {x: 0, y: 0, z: 0}
327
327
  m_LocalScale: {x: 1, y: 1, z: 1}
328
+ m_ConstrainProportionsScale: 0
328
329
  m_Children: []
329
330
  m_Father: {fileID: 2608047991300285211}
330
- m_RootOrder: 0
331
331
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
332
332
  m_AnchorMin: {x: 0, y: 0}
333
333
  m_AnchorMax: {x: 0, y: 0}
@@ -354,7 +354,7 @@ MonoBehaviour:
354
354
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
355
355
  m_Name:
356
356
  m_EditorClassIdentifier:
357
- m_Material: {fileID: 0}
357
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
358
358
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
359
359
  m_RaycastTarget: 1
360
360
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -419,9 +419,9 @@ RectTransform:
419
419
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
420
420
  m_LocalPosition: {x: 0, y: 0, z: 0}
421
421
  m_LocalScale: {x: 1, y: 1, z: 1}
422
+ m_ConstrainProportionsScale: 0
422
423
  m_Children: []
423
424
  m_Father: {fileID: 2552434992833156611}
424
- m_RootOrder: 1
425
425
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
426
426
  m_AnchorMin: {x: 0, y: 1}
427
427
  m_AnchorMax: {x: 0, y: 1}
@@ -448,7 +448,7 @@ MonoBehaviour:
448
448
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
449
449
  m_Name:
450
450
  m_EditorClassIdentifier:
451
- m_Material: {fileID: 0}
451
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
452
452
  m_Color: {r: 0, g: 0, b: 0, a: 1}
453
453
  m_RaycastTarget: 1
454
454
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -499,9 +499,9 @@ RectTransform:
499
499
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
500
500
  m_LocalPosition: {x: 0, y: 0, z: 0}
501
501
  m_LocalScale: {x: 1, y: 1, z: 1}
502
+ m_ConstrainProportionsScale: 0
502
503
  m_Children: []
503
504
  m_Father: {fileID: 2552434992833156611}
504
- m_RootOrder: 0
505
505
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
506
506
  m_AnchorMin: {x: 1, y: 1}
507
507
  m_AnchorMax: {x: 1, y: 1}
@@ -528,7 +528,7 @@ MonoBehaviour:
528
528
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
529
529
  m_Name:
530
530
  m_EditorClassIdentifier:
531
- m_Material: {fileID: 0}
531
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
532
532
  m_Color: {r: 1, g: 1, b: 1, a: 1}
533
533
  m_RaycastTarget: 1
534
534
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -618,9 +618,9 @@ RectTransform:
618
618
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
619
619
  m_LocalPosition: {x: 0, y: 0, z: 0}
620
620
  m_LocalScale: {x: 1, y: 1, z: 1}
621
+ m_ConstrainProportionsScale: 0
621
622
  m_Children: []
622
623
  m_Father: {fileID: 6278888980004274068}
623
- m_RootOrder: 0
624
624
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
625
625
  m_AnchorMin: {x: 0, y: 0}
626
626
  m_AnchorMax: {x: 1, y: 1}
@@ -647,7 +647,7 @@ MonoBehaviour:
647
647
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
648
648
  m_Name:
649
649
  m_EditorClassIdentifier:
650
- m_Material: {fileID: 0}
650
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
651
651
  m_Color: {r: 1, g: 1, b: 1, a: 1}
652
652
  m_RaycastTarget: 1
653
653
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -698,10 +698,10 @@ RectTransform:
698
698
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
699
699
  m_LocalPosition: {x: 0, y: 0, z: 0}
700
700
  m_LocalScale: {x: 1, y: 1, z: 1}
701
+ m_ConstrainProportionsScale: 0
701
702
  m_Children:
702
703
  - {fileID: 6917785898443611763}
703
704
  m_Father: {fileID: 3750976232100691371}
704
- m_RootOrder: 0
705
705
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
706
706
  m_AnchorMin: {x: 0.5, y: 0.5}
707
707
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -728,7 +728,7 @@ MonoBehaviour:
728
728
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
729
729
  m_Name:
730
730
  m_EditorClassIdentifier:
731
- m_Material: {fileID: 0}
731
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
732
732
  m_Color: {r: 1, g: 1, b: 1, a: 1}
733
733
  m_RaycastTarget: 1
734
734
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -822,6 +822,7 @@ 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: 2552434992833156611}
827
828
  - {fileID: 5657753476870701899}
@@ -829,7 +830,6 @@ RectTransform:
829
830
  - {fileID: 7880928353211398416}
830
831
  - {fileID: 3750976232100691371}
831
832
  m_Father: {fileID: 7407958207728739430}
832
- m_RootOrder: 1
833
833
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
834
834
  m_AnchorMin: {x: 0.5, y: 0.5}
835
835
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -856,7 +856,7 @@ MonoBehaviour:
856
856
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
857
857
  m_Name:
858
858
  m_EditorClassIdentifier:
859
- m_Material: {fileID: 0}
859
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
860
860
  m_Color: {r: 1, g: 1, b: 1, a: 1}
861
861
  m_RaycastTarget: 1
862
862
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -956,11 +956,11 @@ RectTransform:
956
956
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
957
957
  m_LocalPosition: {x: 0, y: 0, z: 0}
958
958
  m_LocalScale: {x: 1, y: 1, z: 1}
959
+ m_ConstrainProportionsScale: 0
959
960
  m_Children:
960
961
  - {fileID: 4901509228010000928}
961
962
  - {fileID: 8911633370094331161}
962
963
  m_Father: {fileID: 0}
963
- m_RootOrder: 0
964
964
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
965
965
  m_AnchorMin: {x: 0, y: 0}
966
966
  m_AnchorMax: {x: 1, y: 1}