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.
- package/Editor/XD.SDK.Common.Editor.asmdef +2 -1
- package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar → XDGBridgeCommon_v7_7.2.0.aar} +0 -0
- package/Plugins/Android/libs/XDGCommon_7.2.0.aar +0 -0
- package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar → XDGTapTapWrapperInternal_7.2.0.aar} +0 -0
- package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar → XDTapTapWrapper_7.2.0.aar} +0 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_chat.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_invite.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_unfollow.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark.meta +8 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_chat.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_invite.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_unfollow.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light.meta +8 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement_platinum.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_arrow.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_close.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_default_background.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_logo.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/NSError+XDG.h +1 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h +2 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogHelper.h +4 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDTapTapInfo.h +3 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +3 -3
- package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK-Swift.h +1 -1
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK.h +3 -3
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Info.plist +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/XDTapSDK4WrapperSDK +0 -0
- package/Resources/Prefabs/AccountCell.prefab +24 -15
- package/Resources/Prefabs/AgreementOptionAll.prefab +15 -9
- package/Resources/Prefabs/AgreementOptionNormal.prefab +16 -10
- package/Resources/Prefabs/AreaCodeCell.prefab +13 -8
- package/Resources/Prefabs/CancelAccountAlert.prefab +23 -23
- package/Resources/Prefabs/CenterErrorView.prefab +8 -8
- package/Resources/Prefabs/ConfirmDialog.prefab +20 -20
- package/Resources/Prefabs/DeleteAccountAlert.prefab +48 -45
- package/Resources/Prefabs/DeleteCell.prefab +6 -6
- package/Resources/Prefabs/Dialog.prefab +24 -24
- package/Resources/Prefabs/DisagreeConfirmAlert.prefab +15 -15
- package/Resources/Prefabs/GeneralAgreementAlert.prefab +53 -31
- package/Resources/Prefabs/LoadFailedView.prefab +12 -12
- package/Resources/Prefabs/LoadingView.prefab +9 -6
- package/Resources/Prefabs/PayHintAlert.prefab +17 -15
- package/Resources/Prefabs/PayLoadFailedView.prefab +13 -13
- package/Resources/Prefabs/PaymentAlert.prefab +9 -5
- package/Resources/Prefabs/SmallLoadingView.prefab +4 -4
- package/Resources/Prefabs/UserCenterAlert.prefab +76 -46
- package/Resources/Prefabs/XDCodeUnbindAlert.prefab +56 -34
- package/Resources/Prefabs/XDEmailAlert.prefab +84 -49
- package/Resources/Prefabs/XDPhoneAlertIO.prefab +129 -65
- package/Resources/Prefabs/XDPhoneNumberInputAlert.prefab +46 -28
- package/Resources/Prefabs/XDRiskControlAlert.prefab +12 -7
- package/Resources/Prefabs/XDSDKUI.prefab +3 -3
- package/Resources/Prefabs/XDVerifyCodeInputAlert.prefab +47 -28
- package/Resources/Prefabs/XDWebBridgeView.prefab +11 -11
- package/Resources/Prefabs/XDWebViewAlert.prefab +10 -10
- package/Resources/Shaders/UI/UI-Default-Gamma.shader +129 -0
- package/Resources/Shaders/UI/UI-Default-Gamma.shader.meta +9 -0
- package/Resources/Shaders/UI/UI_Default-Gamma.mat +36 -0
- package/Resources/Shaders/UI/UI_Default-Gamma.mat.meta +8 -0
- package/Resources/Shaders/UI/UI_Default-Mask.mat +36 -0
- package/Resources/Shaders/UI/UI_Default-Mask.mat.meta +8 -0
- package/Resources/Shaders/UI.meta +8 -0
- package/Resources/Shaders.meta +8 -0
- package/Runtime/Internal/Events/XDGEventBus.cs +135 -13
- package/Runtime/Internal/Standalone/Http/Interceptor/MacAuthenticationInterceptor.cs +4 -4
- package/Runtime/Internal/Standalone/Track/AliyunTrack.cs +36 -29
- package/Runtime/Internal/Standalone/UI/Base/UIManager.cs +1 -1
- package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs +107 -0
- package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs.meta +11 -0
- package/Runtime/Internal/Standalone/Web/Function/CloseWebFunction.cs +10 -1
- package/Runtime/Internal/Standalone/Web/WebRequest.cs +1 -1
- package/package.json +2 -2
- package/Plugins/Android/libs/XDGCommon_7.1.2.aar +0 -0
- /package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar.meta → XDGBridgeCommon_v7_7.2.0.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDGCommon_7.1.2.aar.meta → XDGCommon_7.2.0.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar.meta → XDGTapTapWrapperInternal_7.2.0.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar.meta → XDTapTapWrapper_7.2.0.aar.meta} +0 -0
|
@@ -28,9 +28,9 @@ RectTransform:
|
|
|
28
28
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
29
29
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
30
30
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
31
|
+
m_ConstrainProportionsScale: 0
|
|
31
32
|
m_Children: []
|
|
32
33
|
m_Father: {fileID: 5018397771723610370}
|
|
33
|
-
m_RootOrder: 3
|
|
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,9 +57,10 @@ MonoBehaviour:
|
|
|
57
57
|
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
|
|
58
58
|
m_Name:
|
|
59
59
|
m_EditorClassIdentifier:
|
|
60
|
-
m_Material: {fileID:
|
|
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:
|
|
@@ -161,9 +162,9 @@ RectTransform:
|
|
|
161
162
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
162
163
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
163
164
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
165
|
+
m_ConstrainProportionsScale: 0
|
|
164
166
|
m_Children: []
|
|
165
167
|
m_Father: {fileID: 1075250629400738201}
|
|
166
|
-
m_RootOrder: 0
|
|
167
168
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
168
169
|
m_AnchorMin: {x: 0, y: 0}
|
|
169
170
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -190,9 +191,10 @@ MonoBehaviour:
|
|
|
190
191
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
191
192
|
m_Name:
|
|
192
193
|
m_EditorClassIdentifier:
|
|
193
|
-
m_Material: {fileID:
|
|
194
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
194
195
|
m_Color: {r: 0.7490196, g: 0.7490196, b: 0.7490196, a: 1}
|
|
195
196
|
m_RaycastTarget: 1
|
|
197
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
196
198
|
m_Maskable: 1
|
|
197
199
|
m_OnCullStateChanged:
|
|
198
200
|
m_PersistentCalls:
|
|
@@ -239,9 +241,9 @@ RectTransform:
|
|
|
239
241
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
240
242
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
241
243
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
244
|
+
m_ConstrainProportionsScale: 0
|
|
242
245
|
m_Children: []
|
|
243
246
|
m_Father: {fileID: 720024215126133561}
|
|
244
|
-
m_RootOrder: 0
|
|
245
247
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
246
248
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
247
249
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -268,9 +270,10 @@ MonoBehaviour:
|
|
|
268
270
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
269
271
|
m_Name:
|
|
270
272
|
m_EditorClassIdentifier:
|
|
271
|
-
m_Material: {fileID:
|
|
273
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
272
274
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
273
275
|
m_RaycastTarget: 1
|
|
276
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
274
277
|
m_Maskable: 1
|
|
275
278
|
m_OnCullStateChanged:
|
|
276
279
|
m_PersistentCalls:
|
|
@@ -317,9 +320,9 @@ RectTransform:
|
|
|
317
320
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
318
321
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
319
322
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
323
|
+
m_ConstrainProportionsScale: 0
|
|
320
324
|
m_Children: []
|
|
321
325
|
m_Father: {fileID: 1075250629400738201}
|
|
322
|
-
m_RootOrder: 1
|
|
323
326
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
324
327
|
m_AnchorMin: {x: 0, y: 0}
|
|
325
328
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -346,9 +349,10 @@ MonoBehaviour:
|
|
|
346
349
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
347
350
|
m_Name:
|
|
348
351
|
m_EditorClassIdentifier:
|
|
349
|
-
m_Material: {fileID:
|
|
352
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
350
353
|
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
351
354
|
m_RaycastTarget: 1
|
|
355
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
352
356
|
m_Maskable: 1
|
|
353
357
|
m_OnCullStateChanged:
|
|
354
358
|
m_PersistentCalls:
|
|
@@ -395,9 +399,9 @@ RectTransform:
|
|
|
395
399
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
396
400
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
397
401
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
402
|
+
m_ConstrainProportionsScale: 0
|
|
398
403
|
m_Children: []
|
|
399
404
|
m_Father: {fileID: 4758066801170060837}
|
|
400
|
-
m_RootOrder: 1
|
|
401
405
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
402
406
|
m_AnchorMin: {x: 1, y: 0.5}
|
|
403
407
|
m_AnchorMax: {x: 1, y: 0.5}
|
|
@@ -424,9 +428,10 @@ MonoBehaviour:
|
|
|
424
428
|
m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3}
|
|
425
429
|
m_Name:
|
|
426
430
|
m_EditorClassIdentifier:
|
|
427
|
-
m_Material: {fileID:
|
|
431
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
428
432
|
m_Color: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
429
433
|
m_RaycastTarget: 1
|
|
434
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
430
435
|
m_Maskable: 1
|
|
431
436
|
m_OnCullStateChanged:
|
|
432
437
|
m_PersistentCalls:
|
|
@@ -466,9 +471,9 @@ RectTransform:
|
|
|
466
471
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
467
472
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
468
473
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
474
|
+
m_ConstrainProportionsScale: 0
|
|
469
475
|
m_Children: []
|
|
470
476
|
m_Father: {fileID: 4758066801170060837}
|
|
471
|
-
m_RootOrder: 3
|
|
472
477
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
473
478
|
m_AnchorMin: {x: 0, y: 1}
|
|
474
479
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -495,9 +500,10 @@ MonoBehaviour:
|
|
|
495
500
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
496
501
|
m_Name:
|
|
497
502
|
m_EditorClassIdentifier:
|
|
498
|
-
m_Material: {fileID:
|
|
503
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
499
504
|
m_Color: {r: 0.9647059, g: 0.29803923, b: 0.29803923, a: 1}
|
|
500
505
|
m_RaycastTarget: 1
|
|
506
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
501
507
|
m_Maskable: 1
|
|
502
508
|
m_OnCullStateChanged:
|
|
503
509
|
m_PersistentCalls:
|
|
@@ -544,13 +550,13 @@ RectTransform:
|
|
|
544
550
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
545
551
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
546
552
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
553
|
+
m_ConstrainProportionsScale: 0
|
|
547
554
|
m_Children:
|
|
548
555
|
- {fileID: 1075250629400738201}
|
|
549
556
|
- {fileID: 5612824589684719816}
|
|
550
557
|
- {fileID: 2689422909935002207}
|
|
551
558
|
- {fileID: 307698343128932062}
|
|
552
559
|
m_Father: {fileID: 5018397771723610370}
|
|
553
|
-
m_RootOrder: 4
|
|
554
560
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
555
561
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
556
562
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -577,9 +583,10 @@ MonoBehaviour:
|
|
|
577
583
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
578
584
|
m_Name:
|
|
579
585
|
m_EditorClassIdentifier:
|
|
580
|
-
m_Material: {fileID:
|
|
586
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
581
587
|
m_Color: {r: 0.8509804, g: 0.8509804, b: 0.8509804, a: 1}
|
|
582
588
|
m_RaycastTarget: 1
|
|
589
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
583
590
|
m_Maskable: 1
|
|
584
591
|
m_OnCullStateChanged:
|
|
585
592
|
m_PersistentCalls:
|
|
@@ -623,10 +630,10 @@ RectTransform:
|
|
|
623
630
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
624
631
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
625
632
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
633
|
+
m_ConstrainProportionsScale: 0
|
|
626
634
|
m_Children:
|
|
627
635
|
- {fileID: 8067546415886852786}
|
|
628
636
|
m_Father: {fileID: 5018397771723610370}
|
|
629
|
-
m_RootOrder: 5
|
|
630
637
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
631
638
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
632
639
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -653,9 +660,10 @@ MonoBehaviour:
|
|
|
653
660
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
654
661
|
m_Name:
|
|
655
662
|
m_EditorClassIdentifier:
|
|
656
|
-
m_Material: {fileID:
|
|
663
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
657
664
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
658
665
|
m_RaycastTarget: 1
|
|
666
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
659
667
|
m_Maskable: 1
|
|
660
668
|
m_OnCullStateChanged:
|
|
661
669
|
m_PersistentCalls:
|
|
@@ -684,6 +692,7 @@ MonoBehaviour:
|
|
|
684
692
|
m_EditorClassIdentifier:
|
|
685
693
|
m_Navigation:
|
|
686
694
|
m_Mode: 3
|
|
695
|
+
m_WrapAround: 0
|
|
687
696
|
m_SelectOnUp: {fileID: 0}
|
|
688
697
|
m_SelectOnDown: {fileID: 0}
|
|
689
698
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -742,9 +751,9 @@ RectTransform:
|
|
|
742
751
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
743
752
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
744
753
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
754
|
+
m_ConstrainProportionsScale: 0
|
|
745
755
|
m_Children: []
|
|
746
756
|
m_Father: {fileID: 5018397771723610370}
|
|
747
|
-
m_RootOrder: 0
|
|
748
757
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
749
758
|
m_AnchorMin: {x: 1, y: 1}
|
|
750
759
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -771,9 +780,10 @@ MonoBehaviour:
|
|
|
771
780
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
772
781
|
m_Name:
|
|
773
782
|
m_EditorClassIdentifier:
|
|
774
|
-
m_Material: {fileID:
|
|
783
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
775
784
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
776
785
|
m_RaycastTarget: 1
|
|
786
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
777
787
|
m_Maskable: 1
|
|
778
788
|
m_OnCullStateChanged:
|
|
779
789
|
m_PersistentCalls:
|
|
@@ -802,6 +812,7 @@ MonoBehaviour:
|
|
|
802
812
|
m_EditorClassIdentifier:
|
|
803
813
|
m_Navigation:
|
|
804
814
|
m_Mode: 3
|
|
815
|
+
m_WrapAround: 0
|
|
805
816
|
m_SelectOnUp: {fileID: 0}
|
|
806
817
|
m_SelectOnDown: {fileID: 0}
|
|
807
818
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -859,9 +870,9 @@ RectTransform:
|
|
|
859
870
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
860
871
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
861
872
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
873
|
+
m_ConstrainProportionsScale: 0
|
|
862
874
|
m_Children: []
|
|
863
875
|
m_Father: {fileID: 639651558060255743}
|
|
864
|
-
m_RootOrder: 0
|
|
865
876
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
866
877
|
m_AnchorMin: {x: 0, y: 0}
|
|
867
878
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -888,9 +899,10 @@ MonoBehaviour:
|
|
|
888
899
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
889
900
|
m_Name:
|
|
890
901
|
m_EditorClassIdentifier:
|
|
891
|
-
m_Material: {fileID:
|
|
902
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
892
903
|
m_Color: {r: 0, g: 0, b: 0, a: 0.23529412}
|
|
893
904
|
m_RaycastTarget: 1
|
|
905
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
894
906
|
m_Maskable: 1
|
|
895
907
|
m_OnCullStateChanged:
|
|
896
908
|
m_PersistentCalls:
|
|
@@ -933,9 +945,9 @@ RectTransform:
|
|
|
933
945
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
934
946
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
935
947
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
948
|
+
m_ConstrainProportionsScale: 0
|
|
936
949
|
m_Children: []
|
|
937
950
|
m_Father: {fileID: 5018397771723610370}
|
|
938
|
-
m_RootOrder: 1
|
|
939
951
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
940
952
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
941
953
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -962,9 +974,10 @@ MonoBehaviour:
|
|
|
962
974
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
963
975
|
m_Name:
|
|
964
976
|
m_EditorClassIdentifier:
|
|
965
|
-
m_Material: {fileID:
|
|
977
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
966
978
|
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
967
979
|
m_RaycastTarget: 1
|
|
980
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
968
981
|
m_Maskable: 1
|
|
969
982
|
m_OnCullStateChanged:
|
|
970
983
|
m_PersistentCalls:
|
|
@@ -1014,11 +1027,11 @@ RectTransform:
|
|
|
1014
1027
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1015
1028
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1016
1029
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1030
|
+
m_ConstrainProportionsScale: 0
|
|
1017
1031
|
m_Children:
|
|
1018
1032
|
- {fileID: 5540777692444829884}
|
|
1019
1033
|
- {fileID: 7676872848961478182}
|
|
1020
1034
|
m_Father: {fileID: 4758066801170060837}
|
|
1021
|
-
m_RootOrder: 0
|
|
1022
1035
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1023
1036
|
m_AnchorMin: {x: 1, y: 0.5}
|
|
1024
1037
|
m_AnchorMax: {x: 1, y: 0.5}
|
|
@@ -1047,6 +1060,7 @@ MonoBehaviour:
|
|
|
1047
1060
|
m_EditorClassIdentifier:
|
|
1048
1061
|
m_Navigation:
|
|
1049
1062
|
m_Mode: 3
|
|
1063
|
+
m_WrapAround: 0
|
|
1050
1064
|
m_SelectOnUp: {fileID: 0}
|
|
1051
1065
|
m_SelectOnDown: {fileID: 0}
|
|
1052
1066
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -1078,12 +1092,15 @@ MonoBehaviour:
|
|
|
1078
1092
|
m_ContentType: 2
|
|
1079
1093
|
m_InputType: 0
|
|
1080
1094
|
m_AsteriskChar: 42
|
|
1081
|
-
m_KeyboardType:
|
|
1095
|
+
m_KeyboardType: 2
|
|
1082
1096
|
m_LineType: 0
|
|
1083
1097
|
m_HideMobileInput: 0
|
|
1084
1098
|
m_CharacterValidation: 1
|
|
1085
1099
|
m_CharacterLimit: 0
|
|
1086
|
-
|
|
1100
|
+
m_OnSubmit:
|
|
1101
|
+
m_PersistentCalls:
|
|
1102
|
+
m_Calls: []
|
|
1103
|
+
m_OnDidEndEdit:
|
|
1087
1104
|
m_PersistentCalls:
|
|
1088
1105
|
m_Calls: []
|
|
1089
1106
|
m_OnValueChanged:
|
|
@@ -1138,9 +1155,9 @@ RectTransform:
|
|
|
1138
1155
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1139
1156
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1140
1157
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1158
|
+
m_ConstrainProportionsScale: 0
|
|
1141
1159
|
m_Children: []
|
|
1142
1160
|
m_Father: {fileID: 5018397771723610370}
|
|
1143
|
-
m_RootOrder: 2
|
|
1144
1161
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1145
1162
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
1146
1163
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -1167,9 +1184,10 @@ MonoBehaviour:
|
|
|
1167
1184
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1168
1185
|
m_Name:
|
|
1169
1186
|
m_EditorClassIdentifier:
|
|
1170
|
-
m_Material: {fileID:
|
|
1187
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1171
1188
|
m_Color: {r: 0.39400002, g: 0.39400002, b: 0.39400002, a: 1}
|
|
1172
1189
|
m_RaycastTarget: 1
|
|
1190
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1173
1191
|
m_Maskable: 1
|
|
1174
1192
|
m_OnCullStateChanged:
|
|
1175
1193
|
m_PersistentCalls:
|
|
@@ -1217,9 +1235,9 @@ RectTransform:
|
|
|
1217
1235
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1218
1236
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1219
1237
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1238
|
+
m_ConstrainProportionsScale: 0
|
|
1220
1239
|
m_Children: []
|
|
1221
1240
|
m_Father: {fileID: 4758066801170060837}
|
|
1222
|
-
m_RootOrder: 2
|
|
1223
1241
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1224
1242
|
m_AnchorMin: {x: 1, y: 0.5}
|
|
1225
1243
|
m_AnchorMax: {x: 1, y: 0.5}
|
|
@@ -1246,9 +1264,10 @@ MonoBehaviour:
|
|
|
1246
1264
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1247
1265
|
m_Name:
|
|
1248
1266
|
m_EditorClassIdentifier:
|
|
1249
|
-
m_Material: {fileID:
|
|
1267
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1250
1268
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1251
1269
|
m_RaycastTarget: 1
|
|
1270
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1252
1271
|
m_Maskable: 1
|
|
1253
1272
|
m_OnCullStateChanged:
|
|
1254
1273
|
m_PersistentCalls:
|
|
@@ -1281,6 +1300,7 @@ MonoBehaviour:
|
|
|
1281
1300
|
m_EditorClassIdentifier:
|
|
1282
1301
|
m_Navigation:
|
|
1283
1302
|
m_Mode: 3
|
|
1303
|
+
m_WrapAround: 0
|
|
1284
1304
|
m_SelectOnUp: {fileID: 0}
|
|
1285
1305
|
m_SelectOnDown: {fileID: 0}
|
|
1286
1306
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -1338,6 +1358,7 @@ RectTransform:
|
|
|
1338
1358
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1339
1359
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1340
1360
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1361
|
+
m_ConstrainProportionsScale: 0
|
|
1341
1362
|
m_Children:
|
|
1342
1363
|
- {fileID: 1954624523670969163}
|
|
1343
1364
|
- {fileID: 7926448663259676008}
|
|
@@ -1347,7 +1368,6 @@ RectTransform:
|
|
|
1347
1368
|
- {fileID: 720024215126133561}
|
|
1348
1369
|
- {fileID: 7449323878916527366}
|
|
1349
1370
|
m_Father: {fileID: 639651558060255743}
|
|
1350
|
-
m_RootOrder: 1
|
|
1351
1371
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1352
1372
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1353
1373
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -1374,9 +1394,10 @@ MonoBehaviour:
|
|
|
1374
1394
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1375
1395
|
m_Name:
|
|
1376
1396
|
m_EditorClassIdentifier:
|
|
1377
|
-
m_Material: {fileID:
|
|
1397
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1378
1398
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1379
1399
|
m_RaycastTarget: 1
|
|
1400
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1380
1401
|
m_Maskable: 1
|
|
1381
1402
|
m_OnCullStateChanged:
|
|
1382
1403
|
m_PersistentCalls:
|
|
@@ -1417,11 +1438,11 @@ RectTransform:
|
|
|
1417
1438
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1418
1439
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1419
1440
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1441
|
+
m_ConstrainProportionsScale: 0
|
|
1420
1442
|
m_Children:
|
|
1421
1443
|
- {fileID: 1122624791655884368}
|
|
1422
1444
|
- {fileID: 5018397771723610370}
|
|
1423
1445
|
m_Father: {fileID: 0}
|
|
1424
|
-
m_RootOrder: 0
|
|
1425
1446
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1426
1447
|
m_AnchorMin: {x: 0, y: 0}
|
|
1427
1448
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1456,9 +1477,9 @@ RectTransform:
|
|
|
1456
1477
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1457
1478
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1458
1479
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1480
|
+
m_ConstrainProportionsScale: 0
|
|
1459
1481
|
m_Children: []
|
|
1460
1482
|
m_Father: {fileID: 5018397771723610370}
|
|
1461
|
-
m_RootOrder: 6
|
|
1462
1483
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1463
1484
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
1464
1485
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -1485,9 +1506,10 @@ MonoBehaviour:
|
|
|
1485
1506
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1486
1507
|
m_Name:
|
|
1487
1508
|
m_EditorClassIdentifier:
|
|
1488
|
-
m_Material: {fileID:
|
|
1509
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1489
1510
|
m_Color: {r: 0.401, g: 0.401, b: 0.401, a: 1}
|
|
1490
1511
|
m_RaycastTarget: 1
|
|
1512
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1491
1513
|
m_Maskable: 1
|
|
1492
1514
|
m_OnCullStateChanged:
|
|
1493
1515
|
m_PersistentCalls:
|