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
@@ -30,11 +30,11 @@ RectTransform:
30
30
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
31
31
  m_LocalPosition: {x: 0, y: 0, z: 0}
32
32
  m_LocalScale: {x: 1, y: 1, z: 1}
33
+ m_ConstrainProportionsScale: 0
33
34
  m_Children:
34
35
  - {fileID: 3645410790421929246}
35
36
  - {fileID: 2067615683201263868}
36
37
  m_Father: {fileID: 1555712267908006168}
37
- m_RootOrder: 3
38
38
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
39
39
  m_AnchorMin: {x: 0.5, y: 1}
40
40
  m_AnchorMax: {x: 0.5, y: 1}
@@ -61,9 +61,10 @@ MonoBehaviour:
61
61
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
62
62
  m_Name:
63
63
  m_EditorClassIdentifier:
64
- m_Material: {fileID: 0}
64
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
65
65
  m_Color: {r: 1, g: 1, b: 1, a: 1}
66
66
  m_RaycastTarget: 1
67
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
67
68
  m_Maskable: 1
68
69
  m_OnCullStateChanged:
69
70
  m_PersistentCalls:
@@ -92,6 +93,7 @@ MonoBehaviour:
92
93
  m_EditorClassIdentifier:
93
94
  m_Navigation:
94
95
  m_Mode: 3
96
+ m_WrapAround: 0
95
97
  m_SelectOnUp: {fileID: 0}
96
98
  m_SelectOnDown: {fileID: 0}
97
99
  m_SelectOnLeft: {fileID: 0}
@@ -146,6 +148,7 @@ MonoBehaviour:
146
148
  m_ChildControlHeight: 0
147
149
  m_ChildScaleWidth: 0
148
150
  m_ChildScaleHeight: 0
151
+ m_ReverseArrangement: 0
149
152
  --- !u!1 &1357117052157375366
150
153
  GameObject:
151
154
  m_ObjectHideFlags: 0
@@ -174,9 +177,9 @@ RectTransform:
174
177
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
175
178
  m_LocalPosition: {x: 0, y: 0, z: 0}
176
179
  m_LocalScale: {x: 1, y: 1, z: 1}
180
+ m_ConstrainProportionsScale: 0
177
181
  m_Children: []
178
182
  m_Father: {fileID: 1555712267908006168}
179
- m_RootOrder: 1
180
183
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
181
184
  m_AnchorMin: {x: 0.5, y: 1}
182
185
  m_AnchorMax: {x: 0.5, y: 1}
@@ -203,9 +206,10 @@ MonoBehaviour:
203
206
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
204
207
  m_Name:
205
208
  m_EditorClassIdentifier:
206
- m_Material: {fileID: 0}
209
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
207
210
  m_Color: {r: 1, g: 1, b: 1, a: 1}
208
211
  m_RaycastTarget: 1
212
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
209
213
  m_Maskable: 1
210
214
  m_OnCullStateChanged:
211
215
  m_PersistentCalls:
@@ -251,9 +255,9 @@ RectTransform:
251
255
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
252
256
  m_LocalPosition: {x: 0, y: 0, z: 0}
253
257
  m_LocalScale: {x: 1, y: 1, z: 1}
258
+ m_ConstrainProportionsScale: 0
254
259
  m_Children: []
255
260
  m_Father: {fileID: 4293614073322211010}
256
- m_RootOrder: 1
257
261
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
258
262
  m_AnchorMin: {x: 1, y: 1}
259
263
  m_AnchorMax: {x: 1, y: 1}
@@ -280,9 +284,10 @@ MonoBehaviour:
280
284
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
281
285
  m_Name:
282
286
  m_EditorClassIdentifier:
283
- m_Material: {fileID: 0}
287
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
284
288
  m_Color: {r: 1, g: 1, b: 1, a: 1}
285
289
  m_RaycastTarget: 1
290
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
286
291
  m_Maskable: 1
287
292
  m_OnCullStateChanged:
288
293
  m_PersistentCalls:
@@ -311,6 +316,7 @@ MonoBehaviour:
311
316
  m_EditorClassIdentifier:
312
317
  m_Navigation:
313
318
  m_Mode: 3
319
+ m_WrapAround: 0
314
320
  m_SelectOnUp: {fileID: 0}
315
321
  m_SelectOnDown: {fileID: 0}
316
322
  m_SelectOnLeft: {fileID: 0}
@@ -341,6 +347,7 @@ MonoBehaviour:
341
347
  m_PersistentCalls:
342
348
  m_Calls:
343
349
  - m_Target: {fileID: 0}
350
+ m_TargetAssemblyTypeName:
344
351
  m_MethodName: CloseTaped
345
352
  m_Mode: 1
346
353
  m_Arguments:
@@ -413,9 +420,9 @@ RectTransform:
413
420
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
414
421
  m_LocalPosition: {x: 0, y: 0, z: 0}
415
422
  m_LocalScale: {x: 1, y: 1, z: 1}
423
+ m_ConstrainProportionsScale: 0
416
424
  m_Children: []
417
425
  m_Father: {fileID: 539393115397664965}
418
- m_RootOrder: 2
419
426
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
420
427
  m_AnchorMin: {x: 0, y: 0}
421
428
  m_AnchorMax: {x: 0, y: 0}
@@ -434,9 +441,10 @@ MonoBehaviour:
434
441
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
435
442
  m_Name:
436
443
  m_EditorClassIdentifier:
437
- m_Material: {fileID: 0}
444
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
438
445
  m_Color: {r: 1, g: 1, b: 1, a: 1}
439
446
  m_RaycastTarget: 1
447
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
440
448
  m_Maskable: 1
441
449
  m_OnCullStateChanged:
442
450
  m_PersistentCalls:
@@ -490,6 +498,7 @@ MonoBehaviour:
490
498
  m_ChildControlHeight: 0
491
499
  m_ChildScaleWidth: 0
492
500
  m_ChildScaleHeight: 0
501
+ m_ReverseArrangement: 0
493
502
  --- !u!222 &5410624359251781654
494
503
  CanvasRenderer:
495
504
  m_ObjectHideFlags: 0
@@ -555,13 +564,13 @@ RectTransform:
555
564
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
556
565
  m_LocalPosition: {x: 0, y: 0, z: 0}
557
566
  m_LocalScale: {x: 1, y: 1, z: 1}
567
+ m_ConstrainProportionsScale: 0
558
568
  m_Children:
559
569
  - {fileID: 7082530936410367146}
560
570
  - {fileID: 1851179177171138320}
561
571
  - {fileID: 3424344819837420028}
562
572
  - {fileID: 365565008415053129}
563
573
  m_Father: {fileID: 4770514374129037125}
564
- m_RootOrder: 2
565
574
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
566
575
  m_AnchorMin: {x: 0.5, y: 1}
567
576
  m_AnchorMax: {x: 0.5, y: 1}
@@ -588,9 +597,10 @@ MonoBehaviour:
588
597
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
589
598
  m_Name:
590
599
  m_EditorClassIdentifier:
591
- m_Material: {fileID: 0}
600
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
592
601
  m_Color: {r: 1, g: 1, b: 1, a: 1}
593
602
  m_RaycastTarget: 1
603
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
594
604
  m_Maskable: 1
595
605
  m_OnCullStateChanged:
596
606
  m_PersistentCalls:
@@ -648,9 +658,9 @@ RectTransform:
648
658
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
649
659
  m_LocalPosition: {x: 0, y: 0, z: 0}
650
660
  m_LocalScale: {x: 1, y: 1, z: 1}
661
+ m_ConstrainProportionsScale: 0
651
662
  m_Children: []
652
663
  m_Father: {fileID: 1555712267908006168}
653
- m_RootOrder: 0
654
664
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
655
665
  m_AnchorMin: {x: 0, y: 1}
656
666
  m_AnchorMax: {x: 1, y: 1}
@@ -677,9 +687,10 @@ MonoBehaviour:
677
687
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
678
688
  m_Name:
679
689
  m_EditorClassIdentifier:
680
- m_Material: {fileID: 0}
690
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
681
691
  m_Color: {r: 1, g: 1, b: 1, a: 0}
682
692
  m_RaycastTarget: 1
693
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
683
694
  m_Maskable: 1
684
695
  m_OnCullStateChanged:
685
696
  m_PersistentCalls:
@@ -720,9 +731,9 @@ RectTransform:
720
731
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
721
732
  m_LocalPosition: {x: 0, y: 0, z: 0}
722
733
  m_LocalScale: {x: 1, y: 1, z: 1}
734
+ m_ConstrainProportionsScale: 0
723
735
  m_Children: []
724
736
  m_Father: {fileID: 539393115397664965}
725
- m_RootOrder: 3
726
737
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
727
738
  m_AnchorMin: {x: 0, y: 0}
728
739
  m_AnchorMax: {x: 0, y: 0}
@@ -755,11 +766,11 @@ RectTransform:
755
766
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
756
767
  m_LocalPosition: {x: 0, y: 0, z: 0}
757
768
  m_LocalScale: {x: 1, y: 1, z: 1}
769
+ m_ConstrainProportionsScale: 0
758
770
  m_Children:
759
771
  - {fileID: 5603642344313108692}
760
772
  - {fileID: 7313805604027704672}
761
773
  m_Father: {fileID: 4770514374129037125}
762
- m_RootOrder: 0
763
774
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
764
775
  m_AnchorMin: {x: 0, y: 1}
765
776
  m_AnchorMax: {x: 1, y: 1}
@@ -792,9 +803,9 @@ RectTransform:
792
803
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
793
804
  m_LocalPosition: {x: 0, y: 0, z: 0}
794
805
  m_LocalScale: {x: 1, y: 1, z: 1}
806
+ m_ConstrainProportionsScale: 0
795
807
  m_Children: []
796
808
  m_Father: {fileID: 539393115397664965}
797
- m_RootOrder: 5
798
809
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
799
810
  m_AnchorMin: {x: 0, y: 0}
800
811
  m_AnchorMax: {x: 0, y: 0}
@@ -828,10 +839,10 @@ RectTransform:
828
839
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
829
840
  m_LocalPosition: {x: 0, y: 0, z: 0}
830
841
  m_LocalScale: {x: 1, y: 1, z: 1}
842
+ m_ConstrainProportionsScale: 0
831
843
  m_Children:
832
844
  - {fileID: 7546060948354839015}
833
845
  m_Father: {fileID: 6250394281546862285}
834
- m_RootOrder: 0
835
846
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
836
847
  m_AnchorMin: {x: 0, y: 1}
837
848
  m_AnchorMax: {x: 0, y: 1}
@@ -863,6 +874,7 @@ MonoBehaviour:
863
874
  m_ChildControlHeight: 0
864
875
  m_ChildScaleWidth: 0
865
876
  m_ChildScaleHeight: 0
877
+ m_ReverseArrangement: 0
866
878
  --- !u!1 &5225916087580744619
867
879
  GameObject:
868
880
  m_ObjectHideFlags: 0
@@ -891,9 +903,9 @@ RectTransform:
891
903
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
892
904
  m_LocalPosition: {x: 0, y: 0, z: 0}
893
905
  m_LocalScale: {x: 1, y: 1, z: 1}
906
+ m_ConstrainProportionsScale: 0
894
907
  m_Children: []
895
908
  m_Father: {fileID: 1555712267908006168}
896
- m_RootOrder: 2
897
909
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
898
910
  m_AnchorMin: {x: 0, y: 1}
899
911
  m_AnchorMax: {x: 1, y: 1}
@@ -920,9 +932,10 @@ MonoBehaviour:
920
932
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
921
933
  m_Name:
922
934
  m_EditorClassIdentifier:
923
- m_Material: {fileID: 0}
935
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
924
936
  m_Color: {r: 0.6, g: 0.6, b: 0.6, a: 1}
925
937
  m_RaycastTarget: 1
938
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
926
939
  m_Maskable: 1
927
940
  m_OnCullStateChanged:
928
941
  m_PersistentCalls:
@@ -969,12 +982,12 @@ RectTransform:
969
982
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
970
983
  m_LocalPosition: {x: 0, y: 0, z: 0}
971
984
  m_LocalScale: {x: 1, y: 1, z: 1}
985
+ m_ConstrainProportionsScale: 0
972
986
  m_Children:
973
987
  - {fileID: 4293614073322211010}
974
988
  - {fileID: 2549404150492486420}
975
989
  - {fileID: 1555712267908006168}
976
990
  m_Father: {fileID: 0}
977
- m_RootOrder: 0
978
991
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
979
992
  m_AnchorMin: {x: 0.5, y: 0.5}
980
993
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -1001,9 +1014,10 @@ MonoBehaviour:
1001
1014
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1002
1015
  m_Name:
1003
1016
  m_EditorClassIdentifier:
1004
- m_Material: {fileID: 0}
1017
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1005
1018
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1006
1019
  m_RaycastTarget: 1
1020
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1007
1021
  m_Maskable: 1
1008
1022
  m_OnCullStateChanged:
1009
1023
  m_PersistentCalls:
@@ -1046,9 +1060,9 @@ RectTransform:
1046
1060
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1047
1061
  m_LocalPosition: {x: 0, y: 0, z: 0}
1048
1062
  m_LocalScale: {x: 1, y: 1, z: 1}
1063
+ m_ConstrainProportionsScale: 0
1049
1064
  m_Children: []
1050
1065
  m_Father: {fileID: 365565008415053129}
1051
- m_RootOrder: 0
1052
1066
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1053
1067
  m_AnchorMin: {x: 0, y: 0}
1054
1068
  m_AnchorMax: {x: 0, y: 0}
@@ -1075,9 +1089,10 @@ MonoBehaviour:
1075
1089
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1076
1090
  m_Name:
1077
1091
  m_EditorClassIdentifier:
1078
- m_Material: {fileID: 0}
1092
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1079
1093
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1080
1094
  m_RaycastTarget: 1
1095
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1081
1096
  m_Maskable: 1
1082
1097
  m_OnCullStateChanged:
1083
1098
  m_PersistentCalls:
@@ -1121,9 +1136,9 @@ RectTransform:
1121
1136
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1122
1137
  m_LocalPosition: {x: 0, y: 0, z: 0}
1123
1138
  m_LocalScale: {x: 1, y: 1, z: 1}
1139
+ m_ConstrainProportionsScale: 0
1124
1140
  m_Children: []
1125
1141
  m_Father: {fileID: 365565008415053129}
1126
- m_RootOrder: 1
1127
1142
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1128
1143
  m_AnchorMin: {x: 0, y: 0}
1129
1144
  m_AnchorMax: {x: 0, y: 0}
@@ -1150,9 +1165,10 @@ MonoBehaviour:
1150
1165
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1151
1166
  m_Name:
1152
1167
  m_EditorClassIdentifier:
1153
- m_Material: {fileID: 0}
1168
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1154
1169
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
1155
1170
  m_RaycastTarget: 1
1171
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1156
1172
  m_Maskable: 1
1157
1173
  m_OnCullStateChanged:
1158
1174
  m_PersistentCalls:
@@ -1214,9 +1230,9 @@ RectTransform:
1214
1230
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1215
1231
  m_LocalPosition: {x: 0, y: 0, z: 0}
1216
1232
  m_LocalScale: {x: 1, y: 1, z: 1}
1233
+ m_ConstrainProportionsScale: 0
1217
1234
  m_Children: []
1218
1235
  m_Father: {fileID: 6383317016982261765}
1219
- m_RootOrder: 0
1220
1236
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1221
1237
  m_AnchorMin: {x: 0, y: 0}
1222
1238
  m_AnchorMax: {x: 0, y: 0}
@@ -1243,9 +1259,10 @@ MonoBehaviour:
1243
1259
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1244
1260
  m_Name:
1245
1261
  m_EditorClassIdentifier:
1246
- m_Material: {fileID: 0}
1262
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1247
1263
  m_Color: {r: 0.6, g: 0.6, b: 0.6, a: 1}
1248
1264
  m_RaycastTarget: 1
1265
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1249
1266
  m_Maskable: 1
1250
1267
  m_OnCullStateChanged:
1251
1268
  m_PersistentCalls:
@@ -1307,9 +1324,9 @@ RectTransform:
1307
1324
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1308
1325
  m_LocalPosition: {x: 0, y: 0, z: 0}
1309
1326
  m_LocalScale: {x: 1, y: 1, z: 1}
1327
+ m_ConstrainProportionsScale: 0
1310
1328
  m_Children: []
1311
1329
  m_Father: {fileID: 6383317016982261765}
1312
- m_RootOrder: 1
1313
1330
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1314
1331
  m_AnchorMin: {x: 0, y: 0}
1315
1332
  m_AnchorMax: {x: 0, y: 0}
@@ -1336,9 +1353,10 @@ MonoBehaviour:
1336
1353
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1337
1354
  m_Name:
1338
1355
  m_EditorClassIdentifier:
1339
- m_Material: {fileID: 0}
1356
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1340
1357
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1341
1358
  m_RaycastTarget: 1
1359
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1342
1360
  m_Maskable: 1
1343
1361
  m_OnCullStateChanged:
1344
1362
  m_PersistentCalls:
@@ -1367,6 +1385,7 @@ MonoBehaviour:
1367
1385
  m_EditorClassIdentifier:
1368
1386
  m_Navigation:
1369
1387
  m_Mode: 3
1388
+ m_WrapAround: 0
1370
1389
  m_SelectOnUp: {fileID: 0}
1371
1390
  m_SelectOnDown: {fileID: 0}
1372
1391
  m_SelectOnLeft: {fileID: 0}
@@ -1397,6 +1416,7 @@ MonoBehaviour:
1397
1416
  m_PersistentCalls:
1398
1417
  m_Calls:
1399
1418
  - m_Target: {fileID: 0}
1419
+ m_TargetAssemblyTypeName:
1400
1420
  m_MethodName: CopyTaped
1401
1421
  m_Mode: 1
1402
1422
  m_Arguments:
@@ -1433,10 +1453,10 @@ RectTransform:
1433
1453
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1434
1454
  m_LocalPosition: {x: 0, y: 0, z: 0}
1435
1455
  m_LocalScale: {x: 1, y: 1, z: 1}
1456
+ m_ConstrainProportionsScale: 0
1436
1457
  m_Children:
1437
1458
  - {fileID: 3094248016209249668}
1438
1459
  m_Father: {fileID: 539393115397664965}
1439
- m_RootOrder: 1
1440
1460
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1441
1461
  m_AnchorMin: {x: 0, y: 0}
1442
1462
  m_AnchorMax: {x: 0, y: 0}
@@ -1473,10 +1493,10 @@ RectTransform:
1473
1493
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1474
1494
  m_LocalPosition: {x: 0, y: 0, z: 0}
1475
1495
  m_LocalScale: {x: 1, y: 1, z: 1}
1496
+ m_ConstrainProportionsScale: 0
1476
1497
  m_Children:
1477
1498
  - {fileID: 1694117229183407769}
1478
1499
  m_Father: {fileID: 4770514374129037125}
1479
- m_RootOrder: 1
1480
1500
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1481
1501
  m_AnchorMin: {x: 0.5, y: 1}
1482
1502
  m_AnchorMax: {x: 0.5, y: 1}
@@ -1577,10 +1597,10 @@ RectTransform:
1577
1597
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1578
1598
  m_LocalPosition: {x: 0, y: 0, z: 0}
1579
1599
  m_LocalScale: {x: 1, y: 1, z: 1}
1600
+ m_ConstrainProportionsScale: 0
1580
1601
  m_Children:
1581
1602
  - {fileID: 539393115397664965}
1582
1603
  m_Father: {fileID: 2549404150492486420}
1583
- m_RootOrder: 0
1584
1604
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1585
1605
  m_AnchorMin: {x: 0, y: 0}
1586
1606
  m_AnchorMax: {x: 1, y: 1}
@@ -1607,9 +1627,10 @@ MonoBehaviour:
1607
1627
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1608
1628
  m_Name:
1609
1629
  m_EditorClassIdentifier:
1610
- m_Material: {fileID: 0}
1630
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1611
1631
  m_Color: {r: 0.9490196, g: 0.9490196, b: 0.9490196, a: 1}
1612
1632
  m_RaycastTarget: 1
1633
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1613
1634
  m_Maskable: 1
1614
1635
  m_OnCullStateChanged:
1615
1636
  m_PersistentCalls:
@@ -1665,11 +1686,11 @@ RectTransform:
1665
1686
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1666
1687
  m_LocalPosition: {x: 0, y: 0, z: 0}
1667
1688
  m_LocalScale: {x: 1, y: 1, z: 1}
1689
+ m_ConstrainProportionsScale: 0
1668
1690
  m_Children:
1669
1691
  - {fileID: 2739036659932658268}
1670
1692
  - {fileID: 1454124844391223345}
1671
1693
  m_Father: {fileID: 6250394281546862285}
1672
- m_RootOrder: 1
1673
1694
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1674
1695
  m_AnchorMin: {x: 0, y: 1}
1675
1696
  m_AnchorMax: {x: 0, y: 1}
@@ -1701,6 +1722,7 @@ MonoBehaviour:
1701
1722
  m_ChildControlHeight: 0
1702
1723
  m_ChildScaleWidth: 0
1703
1724
  m_ChildScaleHeight: 0
1725
+ m_ReverseArrangement: 0
1704
1726
  --- !u!114 &6102479298438077448
1705
1727
  MonoBehaviour:
1706
1728
  m_ObjectHideFlags: 0
@@ -1743,9 +1765,9 @@ RectTransform:
1743
1765
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1744
1766
  m_LocalPosition: {x: 0, y: 0, z: 0}
1745
1767
  m_LocalScale: {x: 1, y: 1, z: 1}
1768
+ m_ConstrainProportionsScale: 0
1746
1769
  m_Children: []
1747
1770
  m_Father: {fileID: 4293614073322211010}
1748
- m_RootOrder: 0
1749
1771
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1750
1772
  m_AnchorMin: {x: 0.5, y: 1}
1751
1773
  m_AnchorMax: {x: 0.5, y: 1}
@@ -1772,9 +1794,10 @@ MonoBehaviour:
1772
1794
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1773
1795
  m_Name:
1774
1796
  m_EditorClassIdentifier:
1775
- m_Material: {fileID: 0}
1797
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1776
1798
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
1777
1799
  m_RaycastTarget: 1
1800
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1778
1801
  m_Maskable: 1
1779
1802
  m_OnCullStateChanged:
1780
1803
  m_PersistentCalls:
@@ -1821,9 +1844,9 @@ RectTransform:
1821
1844
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1822
1845
  m_LocalPosition: {x: 0, y: 0, z: 0}
1823
1846
  m_LocalScale: {x: 1, y: 1, z: 1}
1847
+ m_ConstrainProportionsScale: 0
1824
1848
  m_Children: []
1825
1849
  m_Father: {fileID: 1483512174294890272}
1826
- m_RootOrder: 0
1827
1850
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1828
1851
  m_AnchorMin: {x: 0, y: 1}
1829
1852
  m_AnchorMax: {x: 0, y: 1}
@@ -1850,9 +1873,10 @@ MonoBehaviour:
1850
1873
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1851
1874
  m_Name:
1852
1875
  m_EditorClassIdentifier:
1853
- m_Material: {fileID: 0}
1876
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1854
1877
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
1855
1878
  m_RaycastTarget: 1
1879
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1856
1880
  m_Maskable: 1
1857
1881
  m_OnCullStateChanged:
1858
1882
  m_PersistentCalls:
@@ -1899,9 +1923,9 @@ RectTransform:
1899
1923
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1900
1924
  m_LocalPosition: {x: 0, y: 0, z: 0}
1901
1925
  m_LocalScale: {x: 1, y: 1, z: 1}
1926
+ m_ConstrainProportionsScale: 0
1902
1927
  m_Children: []
1903
1928
  m_Father: {fileID: 1805796291802555879}
1904
- m_RootOrder: 0
1905
1929
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1906
1930
  m_AnchorMin: {x: 0, y: 0}
1907
1931
  m_AnchorMax: {x: 1, y: 1}
@@ -1928,9 +1952,10 @@ MonoBehaviour:
1928
1952
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1929
1953
  m_Name:
1930
1954
  m_EditorClassIdentifier:
1931
- m_Material: {fileID: 0}
1955
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1932
1956
  m_Color: {r: 0.9647059, g: 0.29803923, b: 0.29803923, a: 1}
1933
1957
  m_RaycastTarget: 1
1958
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1934
1959
  m_Maskable: 1
1935
1960
  m_OnCullStateChanged:
1936
1961
  m_PersistentCalls:
@@ -1978,9 +2003,9 @@ RectTransform:
1978
2003
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1979
2004
  m_LocalPosition: {x: 0, y: 0, z: 0}
1980
2005
  m_LocalScale: {x: 1, y: 1, z: 1}
2006
+ m_ConstrainProportionsScale: 0
1981
2007
  m_Children: []
1982
2008
  m_Father: {fileID: 6152998928756797183}
1983
- m_RootOrder: 0
1984
2009
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1985
2010
  m_AnchorMin: {x: 0, y: 1}
1986
2011
  m_AnchorMax: {x: 0, y: 1}
@@ -2007,9 +2032,10 @@ MonoBehaviour:
2007
2032
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
2008
2033
  m_Name:
2009
2034
  m_EditorClassIdentifier:
2010
- m_Material: {fileID: 0}
2035
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
2011
2036
  m_Color: {r: 0, g: 0, b: 0, a: 1}
2012
2037
  m_RaycastTarget: 1
2038
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
2013
2039
  m_Maskable: 1
2014
2040
  m_OnCullStateChanged:
2015
2041
  m_PersistentCalls:
@@ -2070,6 +2096,7 @@ RectTransform:
2070
2096
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2071
2097
  m_LocalPosition: {x: 0, y: 0, z: 0}
2072
2098
  m_LocalScale: {x: 1, y: 1, z: 1}
2099
+ m_ConstrainProportionsScale: 0
2073
2100
  m_Children:
2074
2101
  - {fileID: 6250394281546862285}
2075
2102
  - {fileID: 1483512174294890272}
@@ -2078,7 +2105,6 @@ RectTransform:
2078
2105
  - {fileID: 1805796291802555879}
2079
2106
  - {fileID: 4365221116863476471}
2080
2107
  m_Father: {fileID: 1694117229183407769}
2081
- m_RootOrder: 0
2082
2108
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2083
2109
  m_AnchorMin: {x: 0, y: 0}
2084
2110
  m_AnchorMax: {x: 1, y: 1}
@@ -2124,6 +2150,7 @@ MonoBehaviour:
2124
2150
  m_ChildControlHeight: 0
2125
2151
  m_ChildScaleWidth: 0
2126
2152
  m_ChildScaleHeight: 0
2153
+ m_ReverseArrangement: 0
2127
2154
  --- !u!1 &8285442849183954722
2128
2155
  GameObject:
2129
2156
  m_ObjectHideFlags: 0
@@ -2154,10 +2181,10 @@ RectTransform:
2154
2181
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2155
2182
  m_LocalPosition: {x: 0, y: 0, z: 0}
2156
2183
  m_LocalScale: {x: 1, y: 1, z: 1}
2184
+ m_ConstrainProportionsScale: 0
2157
2185
  m_Children:
2158
2186
  - {fileID: 8828490746358754861}
2159
2187
  m_Father: {fileID: 539393115397664965}
2160
- m_RootOrder: 4
2161
2188
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2162
2189
  m_AnchorMin: {x: 0, y: 0}
2163
2190
  m_AnchorMax: {x: 0, y: 0}
@@ -2184,9 +2211,10 @@ MonoBehaviour:
2184
2211
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2185
2212
  m_Name:
2186
2213
  m_EditorClassIdentifier:
2187
- m_Material: {fileID: 0}
2214
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
2188
2215
  m_Color: {r: 1, g: 1, b: 1, a: 1}
2189
2216
  m_RaycastTarget: 1
2217
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
2190
2218
  m_Maskable: 1
2191
2219
  m_OnCullStateChanged:
2192
2220
  m_PersistentCalls:
@@ -2215,6 +2243,7 @@ MonoBehaviour:
2215
2243
  m_EditorClassIdentifier:
2216
2244
  m_Navigation:
2217
2245
  m_Mode: 3
2246
+ m_WrapAround: 0
2218
2247
  m_SelectOnUp: {fileID: 0}
2219
2248
  m_SelectOnDown: {fileID: 0}
2220
2249
  m_SelectOnLeft: {fileID: 0}
@@ -2288,11 +2317,11 @@ RectTransform:
2288
2317
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2289
2318
  m_LocalPosition: {x: 0, y: 0, z: 0}
2290
2319
  m_LocalScale: {x: 1, y: 1, z: 1}
2320
+ m_ConstrainProportionsScale: 0
2291
2321
  m_Children:
2292
2322
  - {fileID: 6152998928756797183}
2293
2323
  - {fileID: 6383317016982261765}
2294
2324
  m_Father: {fileID: 539393115397664965}
2295
- m_RootOrder: 0
2296
2325
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2297
2326
  m_AnchorMin: {x: 0, y: 0}
2298
2327
  m_AnchorMax: {x: 0, y: 0}
@@ -2319,9 +2348,10 @@ MonoBehaviour:
2319
2348
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2320
2349
  m_Name:
2321
2350
  m_EditorClassIdentifier:
2322
- m_Material: {fileID: 0}
2351
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
2323
2352
  m_Color: {r: 1, g: 1, b: 1, a: 1}
2324
2353
  m_RaycastTarget: 1
2354
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
2325
2355
  m_Maskable: 1
2326
2356
  m_OnCullStateChanged:
2327
2357
  m_PersistentCalls: