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: 7407958207728739430}
|
|
33
|
-
m_RootOrder: 0
|
|
34
34
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
35
35
|
m_AnchorMin: {x: 0, y: 0}
|
|
36
36
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -57,7 +57,7 @@ MonoBehaviour:
|
|
|
57
57
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
58
58
|
m_Name:
|
|
59
59
|
m_EditorClassIdentifier:
|
|
60
|
-
m_Material: {fileID:
|
|
60
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
61
61
|
m_Color: {r: 0, g: 0, b: 0, a: 0.11764706}
|
|
62
62
|
m_RaycastTarget: 1
|
|
63
63
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -101,9 +101,9 @@ RectTransform:
|
|
|
101
101
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
102
102
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
103
103
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
104
|
+
m_ConstrainProportionsScale: 0
|
|
104
105
|
m_Children: []
|
|
105
106
|
m_Father: {fileID: 8911633370094331161}
|
|
106
|
-
m_RootOrder: 3
|
|
107
107
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
108
108
|
m_AnchorMin: {x: 0, y: 0}
|
|
109
109
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -138,10 +138,10 @@ RectTransform:
|
|
|
138
138
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
139
139
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
140
140
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
141
|
+
m_ConstrainProportionsScale: 0
|
|
141
142
|
m_Children:
|
|
142
143
|
- {fileID: 4334549123137274155}
|
|
143
144
|
m_Father: {fileID: 8911633370094331161}
|
|
144
|
-
m_RootOrder: 2
|
|
145
145
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
146
146
|
m_AnchorMin: {x: 0, y: 0}
|
|
147
147
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -214,9 +214,9 @@ RectTransform:
|
|
|
214
214
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
215
215
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
216
216
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
217
|
+
m_ConstrainProportionsScale: 0
|
|
217
218
|
m_Children: []
|
|
218
219
|
m_Father: {fileID: 8911633370094331161}
|
|
219
|
-
m_RootOrder: 1
|
|
220
220
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
221
221
|
m_AnchorMin: {x: 0, y: 0}
|
|
222
222
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -249,10 +249,10 @@ RectTransform:
|
|
|
249
249
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
250
250
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
251
251
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
252
|
+
m_ConstrainProportionsScale: 0
|
|
252
253
|
m_Children:
|
|
253
254
|
- {fileID: 6278888980004274068}
|
|
254
255
|
m_Father: {fileID: 8911633370094331161}
|
|
255
|
-
m_RootOrder: 4
|
|
256
256
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
257
257
|
m_AnchorMin: {x: 0, y: 0}
|
|
258
258
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -285,11 +285,11 @@ RectTransform:
|
|
|
285
285
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
286
286
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
287
287
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
288
|
+
m_ConstrainProportionsScale: 0
|
|
288
289
|
m_Children:
|
|
289
290
|
- {fileID: 4022967235608522493}
|
|
290
291
|
- {fileID: 2858236877153474890}
|
|
291
292
|
m_Father: {fileID: 8911633370094331161}
|
|
292
|
-
m_RootOrder: 0
|
|
293
293
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
294
294
|
m_AnchorMin: {x: 0, y: 0}
|
|
295
295
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -325,9 +325,9 @@ RectTransform:
|
|
|
325
325
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
326
326
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
327
327
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
328
|
+
m_ConstrainProportionsScale: 0
|
|
328
329
|
m_Children: []
|
|
329
330
|
m_Father: {fileID: 2608047991300285211}
|
|
330
|
-
m_RootOrder: 0
|
|
331
331
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
332
332
|
m_AnchorMin: {x: 0, y: 0}
|
|
333
333
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -354,7 +354,7 @@ MonoBehaviour:
|
|
|
354
354
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
355
355
|
m_Name:
|
|
356
356
|
m_EditorClassIdentifier:
|
|
357
|
-
m_Material: {fileID:
|
|
357
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
358
358
|
m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
|
|
359
359
|
m_RaycastTarget: 1
|
|
360
360
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -419,9 +419,9 @@ RectTransform:
|
|
|
419
419
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
420
420
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
421
421
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
422
|
+
m_ConstrainProportionsScale: 0
|
|
422
423
|
m_Children: []
|
|
423
424
|
m_Father: {fileID: 2552434992833156611}
|
|
424
|
-
m_RootOrder: 1
|
|
425
425
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
426
426
|
m_AnchorMin: {x: 0, y: 1}
|
|
427
427
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -448,7 +448,7 @@ MonoBehaviour:
|
|
|
448
448
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
449
449
|
m_Name:
|
|
450
450
|
m_EditorClassIdentifier:
|
|
451
|
-
m_Material: {fileID:
|
|
451
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
452
452
|
m_Color: {r: 0, g: 0, b: 0, a: 1}
|
|
453
453
|
m_RaycastTarget: 1
|
|
454
454
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -499,9 +499,9 @@ RectTransform:
|
|
|
499
499
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
500
500
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
501
501
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
502
|
+
m_ConstrainProportionsScale: 0
|
|
502
503
|
m_Children: []
|
|
503
504
|
m_Father: {fileID: 2552434992833156611}
|
|
504
|
-
m_RootOrder: 0
|
|
505
505
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
506
506
|
m_AnchorMin: {x: 1, y: 1}
|
|
507
507
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -528,7 +528,7 @@ MonoBehaviour:
|
|
|
528
528
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
529
529
|
m_Name:
|
|
530
530
|
m_EditorClassIdentifier:
|
|
531
|
-
m_Material: {fileID:
|
|
531
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
532
532
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
533
533
|
m_RaycastTarget: 1
|
|
534
534
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -618,9 +618,9 @@ RectTransform:
|
|
|
618
618
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
619
619
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
620
620
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
621
|
+
m_ConstrainProportionsScale: 0
|
|
621
622
|
m_Children: []
|
|
622
623
|
m_Father: {fileID: 6278888980004274068}
|
|
623
|
-
m_RootOrder: 0
|
|
624
624
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
625
625
|
m_AnchorMin: {x: 0, y: 0}
|
|
626
626
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -647,7 +647,7 @@ MonoBehaviour:
|
|
|
647
647
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
648
648
|
m_Name:
|
|
649
649
|
m_EditorClassIdentifier:
|
|
650
|
-
m_Material: {fileID:
|
|
650
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
651
651
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
652
652
|
m_RaycastTarget: 1
|
|
653
653
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -698,10 +698,10 @@ RectTransform:
|
|
|
698
698
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
699
699
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
700
700
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
701
|
+
m_ConstrainProportionsScale: 0
|
|
701
702
|
m_Children:
|
|
702
703
|
- {fileID: 6917785898443611763}
|
|
703
704
|
m_Father: {fileID: 3750976232100691371}
|
|
704
|
-
m_RootOrder: 0
|
|
705
705
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
706
706
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
707
707
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -728,7 +728,7 @@ MonoBehaviour:
|
|
|
728
728
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
729
729
|
m_Name:
|
|
730
730
|
m_EditorClassIdentifier:
|
|
731
|
-
m_Material: {fileID:
|
|
731
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
732
732
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
733
733
|
m_RaycastTarget: 1
|
|
734
734
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -822,6 +822,7 @@ RectTransform:
|
|
|
822
822
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
823
823
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
824
824
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
825
|
+
m_ConstrainProportionsScale: 0
|
|
825
826
|
m_Children:
|
|
826
827
|
- {fileID: 2552434992833156611}
|
|
827
828
|
- {fileID: 5657753476870701899}
|
|
@@ -829,7 +830,6 @@ RectTransform:
|
|
|
829
830
|
- {fileID: 7880928353211398416}
|
|
830
831
|
- {fileID: 3750976232100691371}
|
|
831
832
|
m_Father: {fileID: 7407958207728739430}
|
|
832
|
-
m_RootOrder: 1
|
|
833
833
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
834
834
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
835
835
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -856,7 +856,7 @@ MonoBehaviour:
|
|
|
856
856
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
857
857
|
m_Name:
|
|
858
858
|
m_EditorClassIdentifier:
|
|
859
|
-
m_Material: {fileID:
|
|
859
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
860
860
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
861
861
|
m_RaycastTarget: 1
|
|
862
862
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -956,11 +956,11 @@ RectTransform:
|
|
|
956
956
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
957
957
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
958
958
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
959
|
+
m_ConstrainProportionsScale: 0
|
|
959
960
|
m_Children:
|
|
960
961
|
- {fileID: 4901509228010000928}
|
|
961
962
|
- {fileID: 8911633370094331161}
|
|
962
963
|
m_Father: {fileID: 0}
|
|
963
|
-
m_RootOrder: 0
|
|
964
964
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
965
965
|
m_AnchorMin: {x: 0, y: 0}
|
|
966
966
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -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: 2019166994716535826}
|
|
33
|
-
m_RootOrder: 0
|
|
34
34
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
35
35
|
m_AnchorMin: {x: 0, y: 0}
|
|
36
36
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -57,7 +57,7 @@ MonoBehaviour:
|
|
|
57
57
|
m_Script: {fileID: 11500000, guid: 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: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
|
|
62
62
|
m_RaycastTarget: 1
|
|
63
63
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -108,10 +108,10 @@ RectTransform:
|
|
|
108
108
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
109
109
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
110
110
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
111
|
+
m_ConstrainProportionsScale: 0
|
|
111
112
|
m_Children:
|
|
112
113
|
- {fileID: 870370801979860162}
|
|
113
114
|
m_Father: {fileID: 8729048522951925173}
|
|
114
|
-
m_RootOrder: 0
|
|
115
115
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
116
116
|
m_AnchorMin: {x: 0, y: 0}
|
|
117
117
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -138,7 +138,7 @@ MonoBehaviour:
|
|
|
138
138
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
139
139
|
m_Name:
|
|
140
140
|
m_EditorClassIdentifier:
|
|
141
|
-
m_Material: {fileID:
|
|
141
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
142
142
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
143
143
|
m_RaycastTarget: 1
|
|
144
144
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -241,9 +241,9 @@ RectTransform:
|
|
|
241
241
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
242
242
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
243
243
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
244
|
+
m_ConstrainProportionsScale: 0
|
|
244
245
|
m_Children: []
|
|
245
246
|
m_Father: {fileID: 304349254991459486}
|
|
246
|
-
m_RootOrder: 2
|
|
247
247
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
248
248
|
m_AnchorMin: {x: 1, y: 1}
|
|
249
249
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -270,7 +270,7 @@ MonoBehaviour:
|
|
|
270
270
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
271
271
|
m_Name:
|
|
272
272
|
m_EditorClassIdentifier:
|
|
273
|
-
m_Material: {fileID:
|
|
273
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
274
274
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
275
275
|
m_RaycastTarget: 1
|
|
276
276
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -360,13 +360,13 @@ RectTransform:
|
|
|
360
360
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
361
361
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
362
362
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
363
|
+
m_ConstrainProportionsScale: 0
|
|
363
364
|
m_Children:
|
|
364
365
|
- {fileID: 5006088131812694419}
|
|
365
366
|
- {fileID: 5258967387585705955}
|
|
366
367
|
- {fileID: 7680402289725856619}
|
|
367
368
|
- {fileID: 8729048522951925173}
|
|
368
369
|
m_Father: {fileID: 1146180222129618912}
|
|
369
|
-
m_RootOrder: 0
|
|
370
370
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
371
371
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
372
372
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -393,7 +393,7 @@ MonoBehaviour:
|
|
|
393
393
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
394
394
|
m_Name:
|
|
395
395
|
m_EditorClassIdentifier:
|
|
396
|
-
m_Material: {fileID:
|
|
396
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
397
397
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
398
398
|
m_RaycastTarget: 1
|
|
399
399
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -440,10 +440,10 @@ RectTransform:
|
|
|
440
440
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
441
441
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
442
442
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
443
|
+
m_ConstrainProportionsScale: 0
|
|
443
444
|
m_Children:
|
|
444
445
|
- {fileID: 5396578688464801318}
|
|
445
446
|
m_Father: {fileID: 5280102102629679794}
|
|
446
|
-
m_RootOrder: 0
|
|
447
447
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
448
448
|
m_AnchorMin: {x: 0, y: 0}
|
|
449
449
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -470,7 +470,7 @@ MonoBehaviour:
|
|
|
470
470
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
471
471
|
m_Name:
|
|
472
472
|
m_EditorClassIdentifier:
|
|
473
|
-
m_Material: {fileID:
|
|
473
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
474
474
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
475
475
|
m_RaycastTarget: 1
|
|
476
476
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -573,11 +573,11 @@ RectTransform:
|
|
|
573
573
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
574
574
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
575
575
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
576
|
+
m_ConstrainProportionsScale: 0
|
|
576
577
|
m_Children:
|
|
577
578
|
- {fileID: 304349254991459486}
|
|
578
579
|
- {fileID: 4324644272337576322}
|
|
579
580
|
m_Father: {fileID: 0}
|
|
580
|
-
m_RootOrder: 0
|
|
581
581
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
582
582
|
m_AnchorMin: {x: 0, y: 0}
|
|
583
583
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -604,7 +604,7 @@ MonoBehaviour:
|
|
|
604
604
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
605
605
|
m_Name:
|
|
606
606
|
m_EditorClassIdentifier:
|
|
607
|
-
m_Material: {fileID:
|
|
607
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
608
608
|
m_Color: {r: 0, g: 0, b: 0, a: 0.078431375}
|
|
609
609
|
m_RaycastTarget: 1
|
|
610
610
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -651,9 +651,9 @@ RectTransform:
|
|
|
651
651
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
652
652
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
653
653
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
654
|
+
m_ConstrainProportionsScale: 0
|
|
654
655
|
m_Children: []
|
|
655
656
|
m_Father: {fileID: 4324644272337576322}
|
|
656
|
-
m_RootOrder: 2
|
|
657
657
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
658
658
|
m_AnchorMin: {x: 1, y: 1}
|
|
659
659
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -680,7 +680,7 @@ MonoBehaviour:
|
|
|
680
680
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
681
681
|
m_Name:
|
|
682
682
|
m_EditorClassIdentifier:
|
|
683
|
-
m_Material: {fileID:
|
|
683
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
684
684
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
685
685
|
m_RaycastTarget: 1
|
|
686
686
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -770,9 +770,9 @@ RectTransform:
|
|
|
770
770
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
771
771
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
772
772
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
773
|
+
m_ConstrainProportionsScale: 0
|
|
773
774
|
m_Children: []
|
|
774
775
|
m_Father: {fileID: 4167713110607955558}
|
|
775
|
-
m_RootOrder: 0
|
|
776
776
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
777
777
|
m_AnchorMin: {x: 0, y: 0}
|
|
778
778
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -799,7 +799,7 @@ MonoBehaviour:
|
|
|
799
799
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
800
800
|
m_Name:
|
|
801
801
|
m_EditorClassIdentifier:
|
|
802
|
-
m_Material: {fileID:
|
|
802
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
803
803
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 0.5}
|
|
804
804
|
m_RaycastTarget: 1
|
|
805
805
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -849,9 +849,9 @@ RectTransform:
|
|
|
849
849
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
850
850
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
851
851
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
852
|
+
m_ConstrainProportionsScale: 0
|
|
852
853
|
m_Children: []
|
|
853
854
|
m_Father: {fileID: 304349254991459486}
|
|
854
|
-
m_RootOrder: 1
|
|
855
855
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
856
856
|
m_AnchorMin: {x: 0, y: 1}
|
|
857
857
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -878,7 +878,7 @@ MonoBehaviour:
|
|
|
878
878
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
879
879
|
m_Name:
|
|
880
880
|
m_EditorClassIdentifier:
|
|
881
|
-
m_Material: {fileID:
|
|
881
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
882
882
|
m_Color: {r: 0.6, g: 0.6, b: 0.6, a: 1}
|
|
883
883
|
m_RaycastTarget: 1
|
|
884
884
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -928,9 +928,9 @@ RectTransform:
|
|
|
928
928
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
929
929
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
930
930
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
931
|
+
m_ConstrainProportionsScale: 0
|
|
931
932
|
m_Children: []
|
|
932
933
|
m_Father: {fileID: 4324644272337576322}
|
|
933
|
-
m_RootOrder: 1
|
|
934
934
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
935
935
|
m_AnchorMin: {x: 0, y: 1}
|
|
936
936
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -957,7 +957,7 @@ MonoBehaviour:
|
|
|
957
957
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
958
958
|
m_Name:
|
|
959
959
|
m_EditorClassIdentifier:
|
|
960
|
-
m_Material: {fileID:
|
|
960
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
961
961
|
m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
|
|
962
962
|
m_RaycastTarget: 1
|
|
963
963
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1006,11 +1006,11 @@ RectTransform:
|
|
|
1006
1006
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1007
1007
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1008
1008
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1009
|
+
m_ConstrainProportionsScale: 0
|
|
1009
1010
|
m_Children:
|
|
1010
1011
|
- {fileID: 2019166994716535826}
|
|
1011
1012
|
- {fileID: 3168875623853952574}
|
|
1012
1013
|
m_Father: {fileID: 4324644272337576322}
|
|
1013
|
-
m_RootOrder: 5
|
|
1014
1014
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1015
1015
|
m_AnchorMin: {x: 0, y: 0}
|
|
1016
1016
|
m_AnchorMax: {x: 1, y: 0}
|
|
@@ -1071,9 +1071,9 @@ RectTransform:
|
|
|
1071
1071
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1072
1072
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1073
1073
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1074
|
+
m_ConstrainProportionsScale: 0
|
|
1074
1075
|
m_Children: []
|
|
1075
1076
|
m_Father: {fileID: 304349254991459486}
|
|
1076
|
-
m_RootOrder: 0
|
|
1077
1077
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1078
1078
|
m_AnchorMin: {x: 0, y: 1}
|
|
1079
1079
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -1100,7 +1100,7 @@ MonoBehaviour:
|
|
|
1100
1100
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1101
1101
|
m_Name:
|
|
1102
1102
|
m_EditorClassIdentifier:
|
|
1103
|
-
m_Material: {fileID:
|
|
1103
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1104
1104
|
m_Color: {r: 0, g: 0, b: 0, a: 1}
|
|
1105
1105
|
m_RaycastTarget: 1
|
|
1106
1106
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1149,11 +1149,11 @@ RectTransform:
|
|
|
1149
1149
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1150
1150
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1151
1151
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1152
|
+
m_ConstrainProportionsScale: 0
|
|
1152
1153
|
m_Children:
|
|
1153
1154
|
- {fileID: 2241251048101500345}
|
|
1154
1155
|
- {fileID: 3132286745125016733}
|
|
1155
1156
|
m_Father: {fileID: 304349254991459486}
|
|
1156
|
-
m_RootOrder: 3
|
|
1157
1157
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1158
1158
|
m_AnchorMin: {x: 0, y: 0}
|
|
1159
1159
|
m_AnchorMax: {x: 1, y: 0}
|
|
@@ -1214,9 +1214,9 @@ RectTransform:
|
|
|
1214
1214
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1215
1215
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1216
1216
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1217
|
+
m_ConstrainProportionsScale: 0
|
|
1217
1218
|
m_Children: []
|
|
1218
1219
|
m_Father: {fileID: 4324644272337576322}
|
|
1219
|
-
m_RootOrder: 0
|
|
1220
1220
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1221
1221
|
m_AnchorMin: {x: 0, y: 1}
|
|
1222
1222
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -1243,7 +1243,7 @@ MonoBehaviour:
|
|
|
1243
1243
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1244
1244
|
m_Name:
|
|
1245
1245
|
m_EditorClassIdentifier:
|
|
1246
|
-
m_Material: {fileID:
|
|
1246
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1247
1247
|
m_Color: {r: 0, g: 0, b: 0, a: 1}
|
|
1248
1248
|
m_RaycastTarget: 1
|
|
1249
1249
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1293,9 +1293,9 @@ RectTransform:
|
|
|
1293
1293
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1294
1294
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1295
1295
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1296
|
+
m_ConstrainProportionsScale: 0
|
|
1296
1297
|
m_Children: []
|
|
1297
1298
|
m_Father: {fileID: 4167713110607955558}
|
|
1298
|
-
m_RootOrder: 1
|
|
1299
1299
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1300
1300
|
m_AnchorMin: {x: 0, y: 0}
|
|
1301
1301
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1322,7 +1322,7 @@ MonoBehaviour:
|
|
|
1322
1322
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1323
1323
|
m_Name:
|
|
1324
1324
|
m_EditorClassIdentifier:
|
|
1325
|
-
m_Material: {fileID:
|
|
1325
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1326
1326
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
|
|
1327
1327
|
m_RaycastTarget: 1
|
|
1328
1328
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1373,10 +1373,10 @@ RectTransform:
|
|
|
1373
1373
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1374
1374
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1375
1375
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1376
|
+
m_ConstrainProportionsScale: 0
|
|
1376
1377
|
m_Children:
|
|
1377
1378
|
- {fileID: 7501306770660821285}
|
|
1378
1379
|
m_Father: {fileID: 5280102102629679794}
|
|
1379
|
-
m_RootOrder: 1
|
|
1380
1380
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1381
1381
|
m_AnchorMin: {x: 0, y: 0}
|
|
1382
1382
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -1403,7 +1403,7 @@ MonoBehaviour:
|
|
|
1403
1403
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1404
1404
|
m_Name:
|
|
1405
1405
|
m_EditorClassIdentifier:
|
|
1406
|
-
m_Material: {fileID:
|
|
1406
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1407
1407
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1408
1408
|
m_RaycastTarget: 1
|
|
1409
1409
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1506,6 +1506,7 @@ RectTransform:
|
|
|
1506
1506
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1507
1507
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1508
1508
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1509
|
+
m_ConstrainProportionsScale: 0
|
|
1509
1510
|
m_Children:
|
|
1510
1511
|
- {fileID: 166911093504670456}
|
|
1511
1512
|
- {fileID: 6072801690247928696}
|
|
@@ -1514,7 +1515,6 @@ RectTransform:
|
|
|
1514
1515
|
- {fileID: 6522772831521431543}
|
|
1515
1516
|
- {fileID: 5280102102629679794}
|
|
1516
1517
|
m_Father: {fileID: 1146180222129618912}
|
|
1517
|
-
m_RootOrder: 1
|
|
1518
1518
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1519
1519
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1520
1520
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -1541,7 +1541,7 @@ MonoBehaviour:
|
|
|
1541
1541
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1542
1542
|
m_Name:
|
|
1543
1543
|
m_EditorClassIdentifier:
|
|
1544
|
-
m_Material: {fileID:
|
|
1544
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1545
1545
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1546
1546
|
m_RaycastTarget: 1
|
|
1547
1547
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1588,11 +1588,11 @@ RectTransform:
|
|
|
1588
1588
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1589
1589
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1590
1590
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1591
|
+
m_ConstrainProportionsScale: 0
|
|
1591
1592
|
m_Children:
|
|
1592
1593
|
- {fileID: 7997824412367390463}
|
|
1593
1594
|
- {fileID: 7131082244610020481}
|
|
1594
1595
|
m_Father: {fileID: 4324644272337576322}
|
|
1595
|
-
m_RootOrder: 3
|
|
1596
1596
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1597
1597
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
1598
1598
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -1619,7 +1619,7 @@ MonoBehaviour:
|
|
|
1619
1619
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1620
1620
|
m_Name:
|
|
1621
1621
|
m_EditorClassIdentifier:
|
|
1622
|
-
m_Material: {fileID:
|
|
1622
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1623
1623
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1624
1624
|
m_RaycastTarget: 1
|
|
1625
1625
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1688,7 +1688,10 @@ MonoBehaviour:
|
|
|
1688
1688
|
m_HideMobileInput: 0
|
|
1689
1689
|
m_CharacterValidation: 0
|
|
1690
1690
|
m_CharacterLimit: 0
|
|
1691
|
-
|
|
1691
|
+
m_OnSubmit:
|
|
1692
|
+
m_PersistentCalls:
|
|
1693
|
+
m_Calls: []
|
|
1694
|
+
m_OnDidEndEdit:
|
|
1692
1695
|
m_PersistentCalls:
|
|
1693
1696
|
m_Calls: []
|
|
1694
1697
|
m_OnValueChanged:
|
|
@@ -1730,9 +1733,9 @@ RectTransform:
|
|
|
1730
1733
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1731
1734
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1732
1735
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1736
|
+
m_ConstrainProportionsScale: 0
|
|
1733
1737
|
m_Children: []
|
|
1734
1738
|
m_Father: {fileID: 4324644272337576322}
|
|
1735
|
-
m_RootOrder: 4
|
|
1736
1739
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1737
1740
|
m_AnchorMin: {x: 0, y: 1}
|
|
1738
1741
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -1759,7 +1762,7 @@ MonoBehaviour:
|
|
|
1759
1762
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1760
1763
|
m_Name:
|
|
1761
1764
|
m_EditorClassIdentifier:
|
|
1762
|
-
m_Material: {fileID:
|
|
1765
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1763
1766
|
m_Color: {r: 0.83137256, g: 0, b: 0, a: 1}
|
|
1764
1767
|
m_RaycastTarget: 1
|
|
1765
1768
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1809,9 +1812,9 @@ RectTransform:
|
|
|
1809
1812
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1810
1813
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1811
1814
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1815
|
+
m_ConstrainProportionsScale: 0
|
|
1812
1816
|
m_Children: []
|
|
1813
1817
|
m_Father: {fileID: 3168875623853952574}
|
|
1814
|
-
m_RootOrder: 0
|
|
1815
1818
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1816
1819
|
m_AnchorMin: {x: 0, y: 1}
|
|
1817
1820
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -1838,7 +1841,7 @@ MonoBehaviour:
|
|
|
1838
1841
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1839
1842
|
m_Name:
|
|
1840
1843
|
m_EditorClassIdentifier:
|
|
1841
|
-
m_Material: {fileID:
|
|
1844
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1842
1845
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1843
1846
|
m_RaycastTarget: 1
|
|
1844
1847
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1888,9 +1891,9 @@ RectTransform:
|
|
|
1888
1891
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1889
1892
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1890
1893
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1894
|
+
m_ConstrainProportionsScale: 0
|
|
1891
1895
|
m_Children: []
|
|
1892
1896
|
m_Father: {fileID: 3132286745125016733}
|
|
1893
|
-
m_RootOrder: 0
|
|
1894
1897
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1895
1898
|
m_AnchorMin: {x: 0, y: 0}
|
|
1896
1899
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -1917,7 +1920,7 @@ MonoBehaviour:
|
|
|
1917
1920
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1918
1921
|
m_Name:
|
|
1919
1922
|
m_EditorClassIdentifier:
|
|
1920
|
-
m_Material: {fileID:
|
|
1923
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1921
1924
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1922
1925
|
m_RaycastTarget: 1
|
|
1923
1926
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1967,9 +1970,9 @@ RectTransform:
|
|
|
1967
1970
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1968
1971
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1969
1972
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1973
|
+
m_ConstrainProportionsScale: 0
|
|
1970
1974
|
m_Children: []
|
|
1971
1975
|
m_Father: {fileID: 2241251048101500345}
|
|
1972
|
-
m_RootOrder: 0
|
|
1973
1976
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1974
1977
|
m_AnchorMin: {x: 0, y: 0}
|
|
1975
1978
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1996,7 +1999,7 @@ MonoBehaviour:
|
|
|
1996
1999
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1997
2000
|
m_Name:
|
|
1998
2001
|
m_EditorClassIdentifier:
|
|
1999
|
-
m_Material: {fileID:
|
|
2002
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
2000
2003
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
|
|
2001
2004
|
m_RaycastTarget: 1
|
|
2002
2005
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -2049,10 +2052,10 @@ RectTransform:
|
|
|
2049
2052
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2050
2053
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2051
2054
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2055
|
+
m_ConstrainProportionsScale: 0
|
|
2052
2056
|
m_Children:
|
|
2053
2057
|
- {fileID: 7377637684709674165}
|
|
2054
2058
|
m_Father: {fileID: 8729048522951925173}
|
|
2055
|
-
m_RootOrder: 1
|
|
2056
2059
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2057
2060
|
m_AnchorMin: {x: 0, y: 0}
|
|
2058
2061
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -2079,7 +2082,7 @@ MonoBehaviour:
|
|
|
2079
2082
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
2080
2083
|
m_Name:
|
|
2081
2084
|
m_EditorClassIdentifier:
|
|
2082
|
-
m_Material: {fileID:
|
|
2085
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
2083
2086
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
2084
2087
|
m_RaycastTarget: 1
|
|
2085
2088
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|