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: 8864361439371897278}
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,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.19607843, g: 0.19607843, b: 0.19607843, 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: 5531574739514905765}
111
- m_RootOrder: 0
112
113
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
113
114
  m_AnchorMin: {x: 0, y: 0}
114
115
  m_AnchorMax: {x: 0, y: 0}
@@ -135,9 +136,10 @@ MonoBehaviour:
135
136
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, 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: 0, g: 0, b: 0, 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:
@@ -183,11 +185,11 @@ RectTransform:
183
185
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
184
186
  m_LocalPosition: {x: 0, y: 0, z: 0}
185
187
  m_LocalScale: {x: 1, y: 1, z: 1}
188
+ m_ConstrainProportionsScale: 0
186
189
  m_Children:
187
190
  - {fileID: 9051518829300280871}
188
191
  - {fileID: 1530010355987731213}
189
192
  m_Father: {fileID: 6384680897268832975}
190
- m_RootOrder: 1
191
193
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
192
194
  m_AnchorMin: {x: 0, y: 0.5}
193
195
  m_AnchorMax: {x: 0, y: 0.5}
@@ -219,6 +221,7 @@ MonoBehaviour:
219
221
  m_ChildControlHeight: 0
220
222
  m_ChildScaleWidth: 0
221
223
  m_ChildScaleHeight: 0
224
+ m_ReverseArrangement: 0
222
225
  --- !u!1 &2911876757694492040
223
226
  GameObject:
224
227
  m_ObjectHideFlags: 0
@@ -248,10 +251,10 @@ RectTransform:
248
251
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
249
252
  m_LocalPosition: {x: 0, y: 0, z: 0}
250
253
  m_LocalScale: {x: 1, y: 1, z: 1}
254
+ m_ConstrainProportionsScale: 0
251
255
  m_Children:
252
256
  - {fileID: 258765409800326622}
253
257
  m_Father: {fileID: 6384680897268832975}
254
- m_RootOrder: 2
255
258
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
256
259
  m_AnchorMin: {x: 1, y: 0.5}
257
260
  m_AnchorMax: {x: 1, y: 0.5}
@@ -278,9 +281,10 @@ MonoBehaviour:
278
281
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
279
282
  m_Name:
280
283
  m_EditorClassIdentifier:
281
- m_Material: {fileID: 0}
284
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
282
285
  m_Color: {r: 1, g: 1, b: 1, a: 1}
283
286
  m_RaycastTarget: 1
287
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
284
288
  m_Maskable: 1
285
289
  m_OnCullStateChanged:
286
290
  m_PersistentCalls:
@@ -309,6 +313,7 @@ MonoBehaviour:
309
313
  m_EditorClassIdentifier:
310
314
  m_Navigation:
311
315
  m_Mode: 3
316
+ m_WrapAround: 0
312
317
  m_SelectOnUp: {fileID: 0}
313
318
  m_SelectOnDown: {fileID: 0}
314
319
  m_SelectOnLeft: {fileID: 0}
@@ -366,9 +371,9 @@ RectTransform:
366
371
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
367
372
  m_LocalPosition: {x: 0, y: 0, z: 0}
368
373
  m_LocalScale: {x: 1, y: 1, z: 1}
374
+ m_ConstrainProportionsScale: 0
369
375
  m_Children: []
370
376
  m_Father: {fileID: 6384680897268832975}
371
- m_RootOrder: 0
372
377
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
373
378
  m_AnchorMin: {x: 0, y: 0.5}
374
379
  m_AnchorMax: {x: 0, y: 0.5}
@@ -395,9 +400,10 @@ MonoBehaviour:
395
400
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
396
401
  m_Name:
397
402
  m_EditorClassIdentifier:
398
- m_Material: {fileID: 0}
403
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
399
404
  m_Color: {r: 1, g: 1, b: 1, a: 1}
400
405
  m_RaycastTarget: 1
406
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
401
407
  m_Maskable: 1
402
408
  m_OnCullStateChanged:
403
409
  m_PersistentCalls:
@@ -440,9 +446,9 @@ RectTransform:
440
446
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
441
447
  m_LocalPosition: {x: 0, y: 0, z: 0}
442
448
  m_LocalScale: {x: 1, y: 1, z: 1}
449
+ m_ConstrainProportionsScale: 0
443
450
  m_Children: []
444
451
  m_Father: {fileID: 6384680897268832975}
445
- m_RootOrder: 3
446
452
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
447
453
  m_AnchorMin: {x: 0, y: 0}
448
454
  m_AnchorMax: {x: 0, y: 0}
@@ -469,9 +475,10 @@ MonoBehaviour:
469
475
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
470
476
  m_Name:
471
477
  m_EditorClassIdentifier:
472
- m_Material: {fileID: 0}
478
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
473
479
  m_Color: {r: 1, g: 1, b: 1, a: 1}
474
480
  m_RaycastTarget: 1
481
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
475
482
  m_Maskable: 1
476
483
  m_OnCullStateChanged:
477
484
  m_PersistentCalls:
@@ -514,13 +521,13 @@ RectTransform:
514
521
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
515
522
  m_LocalPosition: {x: 0, y: 0, z: 0}
516
523
  m_LocalScale: {x: 1, y: 1, z: 1}
524
+ m_ConstrainProportionsScale: 0
517
525
  m_Children:
518
526
  - {fileID: 2327222655577042254}
519
527
  - {fileID: 5531574739514905765}
520
528
  - {fileID: 8864361439371897278}
521
529
  - {fileID: 7033545695376966626}
522
530
  m_Father: {fileID: 0}
523
- m_RootOrder: 0
524
531
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
525
532
  m_AnchorMin: {x: 0.5, y: 0.5}
526
533
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -547,9 +554,10 @@ MonoBehaviour:
547
554
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
548
555
  m_Name:
549
556
  m_EditorClassIdentifier:
550
- m_Material: {fileID: 0}
557
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
551
558
  m_Color: {r: 1, g: 1, b: 1, a: 0}
552
559
  m_RaycastTarget: 1
560
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
553
561
  m_Maskable: 1
554
562
  m_OnCullStateChanged:
555
563
  m_PersistentCalls:
@@ -592,9 +600,9 @@ RectTransform:
592
600
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
593
601
  m_LocalPosition: {x: 0, y: 0, z: 0}
594
602
  m_LocalScale: {x: 1, y: 1, z: 1}
603
+ m_ConstrainProportionsScale: 0
595
604
  m_Children: []
596
605
  m_Father: {fileID: 5531574739514905765}
597
- m_RootOrder: 1
598
606
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
599
607
  m_AnchorMin: {x: 0, y: 0}
600
608
  m_AnchorMax: {x: 0, y: 0}
@@ -621,9 +629,10 @@ MonoBehaviour:
621
629
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
622
630
  m_Name:
623
631
  m_EditorClassIdentifier:
624
- m_Material: {fileID: 0}
632
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
625
633
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
626
634
  m_RaycastTarget: 1
635
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
627
636
  m_Maskable: 1
628
637
  m_OnCullStateChanged:
629
638
  m_PersistentCalls:
@@ -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: 3801758957438268467}
34
35
  m_Father: {fileID: 6384680897268832975}
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: 0, y: 0}
@@ -59,9 +59,10 @@ 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
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
65
66
  m_Maskable: 1
66
67
  m_OnCullStateChanged:
67
68
  m_PersistentCalls:
@@ -90,6 +91,7 @@ MonoBehaviour:
90
91
  m_EditorClassIdentifier:
91
92
  m_Navigation:
92
93
  m_Mode: 3
94
+ m_WrapAround: 0
93
95
  m_SelectOnUp: {fileID: 0}
94
96
  m_SelectOnDown: {fileID: 0}
95
97
  m_SelectOnLeft: {fileID: 0}
@@ -148,9 +150,9 @@ RectTransform:
148
150
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
149
151
  m_LocalPosition: {x: 0, y: 0, z: 0}
150
152
  m_LocalScale: {x: 1, y: 1, z: 1}
153
+ m_ConstrainProportionsScale: 0
151
154
  m_Children: []
152
155
  m_Father: {fileID: 6384680897268832975}
153
- m_RootOrder: 2
154
156
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
155
157
  m_AnchorMin: {x: 0, y: 0}
156
158
  m_AnchorMax: {x: 0, y: 0}
@@ -177,9 +179,10 @@ MonoBehaviour:
177
179
  m_Script: {fileID: 11500000, guid: 80464df7c21c4cd098e5458346dff141, type: 3}
178
180
  m_Name:
179
181
  m_EditorClassIdentifier:
180
- m_Material: {fileID: 0}
182
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
181
183
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
182
184
  m_RaycastTarget: 1
185
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
183
186
  m_Maskable: 1
184
187
  m_OnCullStateChanged:
185
188
  m_PersistentCalls:
@@ -231,9 +234,9 @@ RectTransform:
231
234
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
232
235
  m_LocalPosition: {x: 0, y: 0, z: 0}
233
236
  m_LocalScale: {x: 1, y: 1, z: 1}
237
+ m_ConstrainProportionsScale: 0
234
238
  m_Children: []
235
239
  m_Father: {fileID: 8822201386005399928}
236
- m_RootOrder: 0
237
240
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
238
241
  m_AnchorMin: {x: 0, y: 0}
239
242
  m_AnchorMax: {x: 1, y: 1}
@@ -260,9 +263,10 @@ MonoBehaviour:
260
263
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
261
264
  m_Name:
262
265
  m_EditorClassIdentifier:
263
- m_Material: {fileID: 0}
266
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
264
267
  m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
265
268
  m_RaycastTarget: 1
269
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
266
270
  m_Maskable: 1
267
271
  m_OnCullStateChanged:
268
272
  m_PersistentCalls:
@@ -310,12 +314,12 @@ RectTransform:
310
314
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
311
315
  m_LocalPosition: {x: 0, y: 0, z: 0}
312
316
  m_LocalScale: {x: 1, y: 1, z: 1}
317
+ m_ConstrainProportionsScale: 0
313
318
  m_Children:
314
319
  - {fileID: 8822201386005399928}
315
320
  - {fileID: 4465977776916562618}
316
321
  - {fileID: 8206329848482098429}
317
322
  m_Father: {fileID: 0}
318
- m_RootOrder: 0
319
323
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
320
324
  m_AnchorMin: {x: 0, y: 1}
321
325
  m_AnchorMax: {x: 0, y: 1}
@@ -342,9 +346,10 @@ MonoBehaviour:
342
346
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
343
347
  m_Name:
344
348
  m_EditorClassIdentifier:
345
- m_Material: {fileID: 0}
349
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
346
350
  m_Color: {r: 1, g: 1, b: 1, a: 0}
347
351
  m_RaycastTarget: 1
352
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
348
353
  m_Maskable: 1
349
354
  m_OnCullStateChanged:
350
355
  m_PersistentCalls:
@@ -384,6 +389,7 @@ MonoBehaviour:
384
389
  m_ChildControlHeight: 0
385
390
  m_ChildScaleWidth: 0
386
391
  m_ChildScaleHeight: 0
392
+ m_ReverseArrangement: 0
387
393
  --- !u!1 &7876778080464616965
388
394
  GameObject:
389
395
  m_ObjectHideFlags: 0
@@ -410,9 +416,9 @@ RectTransform:
410
416
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
411
417
  m_LocalPosition: {x: 0, y: 0, z: 0}
412
418
  m_LocalScale: {x: 1, y: 1, z: 1}
419
+ m_ConstrainProportionsScale: 0
413
420
  m_Children: []
414
421
  m_Father: {fileID: 6384680897268832975}
415
- m_RootOrder: 1
416
422
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
417
423
  m_AnchorMin: {x: 0, y: 0}
418
424
  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: 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: