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: 720024215126133561}
|
|
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:
|
|
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:
|
|
@@ -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: 6896427038639248526}
|
|
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: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
136
137
|
m_Name:
|
|
137
138
|
m_EditorClassIdentifier:
|
|
138
|
-
m_Material: {fileID:
|
|
139
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
139
140
|
m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, 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:
|
|
@@ -184,9 +186,9 @@ RectTransform:
|
|
|
184
186
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
185
187
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
186
188
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
189
|
+
m_ConstrainProportionsScale: 0
|
|
187
190
|
m_Children: []
|
|
188
191
|
m_Father: {fileID: 5018397771723610370}
|
|
189
|
-
m_RootOrder: 0
|
|
190
192
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
191
193
|
m_AnchorMin: {x: 0, y: 1}
|
|
192
194
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -213,9 +215,10 @@ MonoBehaviour:
|
|
|
213
215
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
214
216
|
m_Name:
|
|
215
217
|
m_EditorClassIdentifier:
|
|
216
|
-
m_Material: {fileID:
|
|
218
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
217
219
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
218
220
|
m_RaycastTarget: 1
|
|
221
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
219
222
|
m_Maskable: 1
|
|
220
223
|
m_OnCullStateChanged:
|
|
221
224
|
m_PersistentCalls:
|
|
@@ -258,9 +261,9 @@ RectTransform:
|
|
|
258
261
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
259
262
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
260
263
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
264
|
+
m_ConstrainProportionsScale: 0
|
|
261
265
|
m_Children: []
|
|
262
266
|
m_Father: {fileID: 4627950731712415376}
|
|
263
|
-
m_RootOrder: 1
|
|
264
267
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
265
268
|
m_AnchorMin: {x: 0, y: 0}
|
|
266
269
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -287,9 +290,10 @@ MonoBehaviour:
|
|
|
287
290
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
288
291
|
m_Name:
|
|
289
292
|
m_EditorClassIdentifier:
|
|
290
|
-
m_Material: {fileID:
|
|
293
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
291
294
|
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
292
295
|
m_RaycastTarget: 1
|
|
296
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
293
297
|
m_Maskable: 1
|
|
294
298
|
m_OnCullStateChanged:
|
|
295
299
|
m_PersistentCalls:
|
|
@@ -337,10 +341,10 @@ RectTransform:
|
|
|
337
341
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
338
342
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
339
343
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
344
|
+
m_ConstrainProportionsScale: 0
|
|
340
345
|
m_Children:
|
|
341
346
|
- {fileID: 8067546415886852786}
|
|
342
347
|
m_Father: {fileID: 5018397771723610370}
|
|
343
|
-
m_RootOrder: 5
|
|
344
348
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
345
349
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
346
350
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -367,9 +371,10 @@ MonoBehaviour:
|
|
|
367
371
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
368
372
|
m_Name:
|
|
369
373
|
m_EditorClassIdentifier:
|
|
370
|
-
m_Material: {fileID:
|
|
374
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
371
375
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
372
376
|
m_RaycastTarget: 1
|
|
377
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
373
378
|
m_Maskable: 1
|
|
374
379
|
m_OnCullStateChanged:
|
|
375
380
|
m_PersistentCalls:
|
|
@@ -398,6 +403,7 @@ MonoBehaviour:
|
|
|
398
403
|
m_EditorClassIdentifier:
|
|
399
404
|
m_Navigation:
|
|
400
405
|
m_Mode: 3
|
|
406
|
+
m_WrapAround: 0
|
|
401
407
|
m_SelectOnUp: {fileID: 0}
|
|
402
408
|
m_SelectOnDown: {fileID: 0}
|
|
403
409
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -455,11 +461,11 @@ RectTransform:
|
|
|
455
461
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
456
462
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
457
463
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
464
|
+
m_ConstrainProportionsScale: 0
|
|
458
465
|
m_Children:
|
|
459
466
|
- {fileID: 3089291363213981504}
|
|
460
467
|
- {fileID: 4627950731712415376}
|
|
461
468
|
m_Father: {fileID: 5018397771723610370}
|
|
462
|
-
m_RootOrder: 3
|
|
463
469
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
464
470
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
465
471
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -486,9 +492,10 @@ MonoBehaviour:
|
|
|
486
492
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
487
493
|
m_Name:
|
|
488
494
|
m_EditorClassIdentifier:
|
|
489
|
-
m_Material: {fileID:
|
|
495
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
490
496
|
m_Color: {r: 0.8509804, g: 0.8509804, b: 0.8509804, a: 1}
|
|
491
497
|
m_RaycastTarget: 1
|
|
498
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
492
499
|
m_Maskable: 1
|
|
493
500
|
m_OnCullStateChanged:
|
|
494
501
|
m_PersistentCalls:
|
|
@@ -532,9 +539,9 @@ RectTransform:
|
|
|
532
539
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
533
540
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
534
541
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
542
|
+
m_ConstrainProportionsScale: 0
|
|
535
543
|
m_Children: []
|
|
536
544
|
m_Father: {fileID: 5018397771723610370}
|
|
537
|
-
m_RootOrder: 1
|
|
538
545
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
539
546
|
m_AnchorMin: {x: 1, y: 1}
|
|
540
547
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -561,9 +568,10 @@ MonoBehaviour:
|
|
|
561
568
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
562
569
|
m_Name:
|
|
563
570
|
m_EditorClassIdentifier:
|
|
564
|
-
m_Material: {fileID:
|
|
571
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
565
572
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
566
573
|
m_RaycastTarget: 1
|
|
574
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
567
575
|
m_Maskable: 1
|
|
568
576
|
m_OnCullStateChanged:
|
|
569
577
|
m_PersistentCalls:
|
|
@@ -592,6 +600,7 @@ MonoBehaviour:
|
|
|
592
600
|
m_EditorClassIdentifier:
|
|
593
601
|
m_Navigation:
|
|
594
602
|
m_Mode: 3
|
|
603
|
+
m_WrapAround: 0
|
|
595
604
|
m_SelectOnUp: {fileID: 0}
|
|
596
605
|
m_SelectOnDown: {fileID: 0}
|
|
597
606
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -649,9 +658,9 @@ RectTransform:
|
|
|
649
658
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
650
659
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
651
660
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
661
|
+
m_ConstrainProportionsScale: 0
|
|
652
662
|
m_Children: []
|
|
653
663
|
m_Father: {fileID: 639651558060255743}
|
|
654
|
-
m_RootOrder: 0
|
|
655
664
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
656
665
|
m_AnchorMin: {x: 0, y: 0}
|
|
657
666
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -678,9 +687,10 @@ MonoBehaviour:
|
|
|
678
687
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
679
688
|
m_Name:
|
|
680
689
|
m_EditorClassIdentifier:
|
|
681
|
-
m_Material: {fileID:
|
|
690
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
682
691
|
m_Color: {r: 0, g: 0, b: 0, a: 0.23529412}
|
|
683
692
|
m_RaycastTarget: 1
|
|
693
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
684
694
|
m_Maskable: 1
|
|
685
695
|
m_OnCullStateChanged:
|
|
686
696
|
m_PersistentCalls:
|
|
@@ -723,9 +733,9 @@ RectTransform:
|
|
|
723
733
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
724
734
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
725
735
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
736
|
+
m_ConstrainProportionsScale: 0
|
|
726
737
|
m_Children: []
|
|
727
738
|
m_Father: {fileID: 5018397771723610370}
|
|
728
|
-
m_RootOrder: 2
|
|
729
739
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
730
740
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
731
741
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -752,9 +762,10 @@ MonoBehaviour:
|
|
|
752
762
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
753
763
|
m_Name:
|
|
754
764
|
m_EditorClassIdentifier:
|
|
755
|
-
m_Material: {fileID:
|
|
765
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
756
766
|
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
757
767
|
m_RaycastTarget: 1
|
|
768
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
758
769
|
m_Maskable: 1
|
|
759
770
|
m_OnCullStateChanged:
|
|
760
771
|
m_PersistentCalls:
|
|
@@ -801,9 +812,9 @@ RectTransform:
|
|
|
801
812
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
802
813
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
803
814
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
815
|
+
m_ConstrainProportionsScale: 0
|
|
804
816
|
m_Children: []
|
|
805
817
|
m_Father: {fileID: 4627950731712415376}
|
|
806
|
-
m_RootOrder: 0
|
|
807
818
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
808
819
|
m_AnchorMin: {x: 0, y: 0}
|
|
809
820
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -830,9 +841,10 @@ MonoBehaviour:
|
|
|
830
841
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
831
842
|
m_Name:
|
|
832
843
|
m_EditorClassIdentifier:
|
|
833
|
-
m_Material: {fileID:
|
|
844
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
834
845
|
m_Color: {r: 0.7490196, g: 0.7490196, b: 0.7490196, a: 1}
|
|
835
846
|
m_RaycastTarget: 1
|
|
847
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
836
848
|
m_Maskable: 1
|
|
837
849
|
m_OnCullStateChanged:
|
|
838
850
|
m_PersistentCalls:
|
|
@@ -879,11 +891,11 @@ RectTransform:
|
|
|
879
891
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
880
892
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
881
893
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
894
|
+
m_ConstrainProportionsScale: 0
|
|
882
895
|
m_Children:
|
|
883
896
|
- {fileID: 9134993221823760649}
|
|
884
897
|
- {fileID: 7294807780124224622}
|
|
885
898
|
m_Father: {fileID: 6896427038639248526}
|
|
886
|
-
m_RootOrder: 1
|
|
887
899
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
888
900
|
m_AnchorMin: {x: 0, y: 0.5}
|
|
889
901
|
m_AnchorMax: {x: 0, y: 0.5}
|
|
@@ -912,6 +924,7 @@ MonoBehaviour:
|
|
|
912
924
|
m_EditorClassIdentifier:
|
|
913
925
|
m_Navigation:
|
|
914
926
|
m_Mode: 3
|
|
927
|
+
m_WrapAround: 0
|
|
915
928
|
m_SelectOnUp: {fileID: 0}
|
|
916
929
|
m_SelectOnDown: {fileID: 0}
|
|
917
930
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -943,12 +956,15 @@ MonoBehaviour:
|
|
|
943
956
|
m_ContentType: 2
|
|
944
957
|
m_InputType: 0
|
|
945
958
|
m_AsteriskChar: 42
|
|
946
|
-
m_KeyboardType:
|
|
959
|
+
m_KeyboardType: 2
|
|
947
960
|
m_LineType: 0
|
|
948
961
|
m_HideMobileInput: 0
|
|
949
962
|
m_CharacterValidation: 1
|
|
950
963
|
m_CharacterLimit: 0
|
|
951
|
-
|
|
964
|
+
m_OnSubmit:
|
|
965
|
+
m_PersistentCalls:
|
|
966
|
+
m_Calls: []
|
|
967
|
+
m_OnDidEndEdit:
|
|
952
968
|
m_PersistentCalls:
|
|
953
969
|
m_Calls: []
|
|
954
970
|
m_OnValueChanged:
|
|
@@ -990,6 +1006,7 @@ RectTransform:
|
|
|
990
1006
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
991
1007
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
992
1008
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1009
|
+
m_ConstrainProportionsScale: 0
|
|
993
1010
|
m_Children:
|
|
994
1011
|
- {fileID: 8355436992696411812}
|
|
995
1012
|
- {fileID: 1954624523670969163}
|
|
@@ -998,7 +1015,6 @@ RectTransform:
|
|
|
998
1015
|
- {fileID: 2042992510964801540}
|
|
999
1016
|
- {fileID: 720024215126133561}
|
|
1000
1017
|
m_Father: {fileID: 639651558060255743}
|
|
1001
|
-
m_RootOrder: 1
|
|
1002
1018
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1003
1019
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1004
1020
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -1025,9 +1041,10 @@ MonoBehaviour:
|
|
|
1025
1041
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1026
1042
|
m_Name:
|
|
1027
1043
|
m_EditorClassIdentifier:
|
|
1028
|
-
m_Material: {fileID:
|
|
1044
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1029
1045
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1030
1046
|
m_RaycastTarget: 1
|
|
1047
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1031
1048
|
m_Maskable: 1
|
|
1032
1049
|
m_OnCullStateChanged:
|
|
1033
1050
|
m_PersistentCalls:
|
|
@@ -1070,9 +1087,9 @@ RectTransform:
|
|
|
1070
1087
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1071
1088
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1072
1089
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1090
|
+
m_ConstrainProportionsScale: 0
|
|
1073
1091
|
m_Children: []
|
|
1074
1092
|
m_Father: {fileID: 5018397771723610370}
|
|
1075
|
-
m_RootOrder: 4
|
|
1076
1093
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1077
1094
|
m_AnchorMin: {x: 0, y: 1}
|
|
1078
1095
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -1099,9 +1116,10 @@ MonoBehaviour:
|
|
|
1099
1116
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1100
1117
|
m_Name:
|
|
1101
1118
|
m_EditorClassIdentifier:
|
|
1102
|
-
m_Material: {fileID:
|
|
1119
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1103
1120
|
m_Color: {r: 0.9647059, g: 0.29803923, b: 0.29803923, a: 1}
|
|
1104
1121
|
m_RaycastTarget: 1
|
|
1122
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1105
1123
|
m_Maskable: 1
|
|
1106
1124
|
m_OnCullStateChanged:
|
|
1107
1125
|
m_PersistentCalls:
|
|
@@ -1146,11 +1164,11 @@ RectTransform:
|
|
|
1146
1164
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1147
1165
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1148
1166
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1167
|
+
m_ConstrainProportionsScale: 0
|
|
1149
1168
|
m_Children:
|
|
1150
1169
|
- {fileID: 1122624791655884368}
|
|
1151
1170
|
- {fileID: 5018397771723610370}
|
|
1152
1171
|
m_Father: {fileID: 0}
|
|
1153
|
-
m_RootOrder: 0
|
|
1154
1172
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1155
1173
|
m_AnchorMin: {x: 0, y: 0}
|
|
1156
1174
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -29,9 +29,9 @@ 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
|
m_Father: {fileID: 5464736193714494104}
|
|
34
|
-
m_RootOrder: 1
|
|
35
35
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
36
36
|
m_AnchorMin: {x: 0, y: 1}
|
|
37
37
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -58,9 +58,10 @@ MonoBehaviour:
|
|
|
58
58
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
59
59
|
m_Name:
|
|
60
60
|
m_EditorClassIdentifier:
|
|
61
|
-
m_Material: {fileID:
|
|
61
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
62
62
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
63
63
|
m_RaycastTarget: 1
|
|
64
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
64
65
|
m_Maskable: 1
|
|
65
66
|
m_OnCullStateChanged:
|
|
66
67
|
m_PersistentCalls:
|
|
@@ -89,6 +90,7 @@ MonoBehaviour:
|
|
|
89
90
|
m_EditorClassIdentifier:
|
|
90
91
|
m_Navigation:
|
|
91
92
|
m_Mode: 3
|
|
93
|
+
m_WrapAround: 0
|
|
92
94
|
m_SelectOnUp: {fileID: 0}
|
|
93
95
|
m_SelectOnDown: {fileID: 0}
|
|
94
96
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -144,9 +146,9 @@ RectTransform:
|
|
|
144
146
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
145
147
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
146
148
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
149
|
+
m_ConstrainProportionsScale: 0
|
|
147
150
|
m_Children: []
|
|
148
151
|
m_Father: {fileID: 5464736193714494104}
|
|
149
|
-
m_RootOrder: 0
|
|
150
152
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
151
153
|
m_AnchorMin: {x: 0, y: 0}
|
|
152
154
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -181,12 +183,12 @@ RectTransform:
|
|
|
181
183
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
182
184
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
183
185
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
186
|
+
m_ConstrainProportionsScale: 0
|
|
184
187
|
m_Children:
|
|
185
188
|
- {fileID: 3499936825282023336}
|
|
186
189
|
- {fileID: 5703040545277197489}
|
|
187
190
|
- {fileID: 286584148626083788}
|
|
188
191
|
m_Father: {fileID: 0}
|
|
189
|
-
m_RootOrder: 0
|
|
190
192
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
191
193
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
192
194
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -213,9 +215,10 @@ MonoBehaviour:
|
|
|
213
215
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
214
216
|
m_Name:
|
|
215
217
|
m_EditorClassIdentifier:
|
|
216
|
-
m_Material: {fileID:
|
|
218
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
217
219
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
218
220
|
m_RaycastTarget: 1
|
|
221
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
219
222
|
m_Maskable: 1
|
|
220
223
|
m_OnCullStateChanged:
|
|
221
224
|
m_PersistentCalls:
|
|
@@ -259,9 +262,9 @@ RectTransform:
|
|
|
259
262
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
260
263
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
261
264
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
265
|
+
m_ConstrainProportionsScale: 0
|
|
262
266
|
m_Children: []
|
|
263
267
|
m_Father: {fileID: 5464736193714494104}
|
|
264
|
-
m_RootOrder: 2
|
|
265
268
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
266
269
|
m_AnchorMin: {x: 1, y: 1}
|
|
267
270
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -288,9 +291,10 @@ MonoBehaviour:
|
|
|
288
291
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
289
292
|
m_Name:
|
|
290
293
|
m_EditorClassIdentifier:
|
|
291
|
-
m_Material: {fileID:
|
|
294
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
292
295
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
293
296
|
m_RaycastTarget: 1
|
|
297
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
294
298
|
m_Maskable: 1
|
|
295
299
|
m_OnCullStateChanged:
|
|
296
300
|
m_PersistentCalls:
|
|
@@ -319,6 +323,7 @@ MonoBehaviour:
|
|
|
319
323
|
m_EditorClassIdentifier:
|
|
320
324
|
m_Navigation:
|
|
321
325
|
m_Mode: 3
|
|
326
|
+
m_WrapAround: 0
|
|
322
327
|
m_SelectOnUp: {fileID: 0}
|
|
323
328
|
m_SelectOnDown: {fileID: 0}
|
|
324
329
|
m_SelectOnLeft: {fileID: 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:
|
|
60
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
61
61
|
m_Color: {r: 0, g: 0, b: 0, a: 0.27450982}
|
|
62
62
|
m_RaycastTarget: 1
|
|
63
63
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -237,7 +237,7 @@ MonoBehaviour:
|
|
|
237
237
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
238
238
|
m_Name:
|
|
239
239
|
m_EditorClassIdentifier:
|
|
240
|
-
m_Material: {fileID:
|
|
240
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
241
241
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
242
242
|
m_RaycastTarget: 1
|
|
243
243
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -319,7 +319,7 @@ MonoBehaviour:
|
|
|
319
319
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
320
320
|
m_Name:
|
|
321
321
|
m_EditorClassIdentifier:
|
|
322
|
-
m_Material: {fileID:
|
|
322
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
323
323
|
m_Color: {r: 0, g: 0, b: 0, a: 1}
|
|
324
324
|
m_RaycastTarget: 1
|
|
325
325
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|