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: 6639861183036091484}
|
|
33
|
-
m_RootOrder: 1
|
|
34
34
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
35
35
|
m_AnchorMin: {x: 0, y: 1}
|
|
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.4, g: 0.4, b: 0.4, a: 1}
|
|
62
62
|
m_RaycastTarget: 1
|
|
63
63
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -107,9 +107,9 @@ RectTransform:
|
|
|
107
107
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
108
108
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
109
109
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
110
|
+
m_ConstrainProportionsScale: 0
|
|
110
111
|
m_Children: []
|
|
111
112
|
m_Father: {fileID: 7341509111368311741}
|
|
112
|
-
m_RootOrder: 1
|
|
113
113
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
114
114
|
m_AnchorMin: {x: 0, y: 0}
|
|
115
115
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -136,7 +136,7 @@ MonoBehaviour:
|
|
|
136
136
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
137
137
|
m_Name:
|
|
138
138
|
m_EditorClassIdentifier:
|
|
139
|
-
m_Material: {fileID:
|
|
139
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
140
140
|
m_Color: {r: 0.9647059, g: 0.29803923, b: 0.29803923, a: 1}
|
|
141
141
|
m_RaycastTarget: 1
|
|
142
142
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -186,10 +186,10 @@ RectTransform:
|
|
|
186
186
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
187
187
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
188
188
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
189
|
+
m_ConstrainProportionsScale: 0
|
|
189
190
|
m_Children:
|
|
190
191
|
- {fileID: 7341509111368311741}
|
|
191
192
|
m_Father: {fileID: 6639861183036091484}
|
|
192
|
-
m_RootOrder: 2
|
|
193
193
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
194
194
|
m_AnchorMin: {x: 0, y: 1}
|
|
195
195
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -216,7 +216,7 @@ MonoBehaviour:
|
|
|
216
216
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
217
217
|
m_Name:
|
|
218
218
|
m_EditorClassIdentifier:
|
|
219
|
-
m_Material: {fileID:
|
|
219
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
220
220
|
m_Color: {r: 0.9490196, g: 0.9490196, b: 0.9490196, a: 0.392}
|
|
221
221
|
m_RaycastTarget: 1
|
|
222
222
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -263,13 +263,13 @@ RectTransform:
|
|
|
263
263
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
264
264
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
265
265
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
266
|
+
m_ConstrainProportionsScale: 0
|
|
266
267
|
m_Children:
|
|
267
268
|
- {fileID: 1356140168986061143}
|
|
268
269
|
- {fileID: 2342291863760761234}
|
|
269
270
|
- {fileID: 781718250751174292}
|
|
270
271
|
- {fileID: 8940799204560105745}
|
|
271
272
|
m_Father: {fileID: 0}
|
|
272
|
-
m_RootOrder: 0
|
|
273
273
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
274
274
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
275
275
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -296,7 +296,7 @@ MonoBehaviour:
|
|
|
296
296
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
297
297
|
m_Name:
|
|
298
298
|
m_EditorClassIdentifier:
|
|
299
|
-
m_Material: {fileID:
|
|
299
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
300
300
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
301
301
|
m_RaycastTarget: 1
|
|
302
302
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -354,9 +354,9 @@ RectTransform:
|
|
|
354
354
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
355
355
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
356
356
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
357
|
+
m_ConstrainProportionsScale: 0
|
|
357
358
|
m_Children: []
|
|
358
359
|
m_Father: {fileID: 6639861183036091484}
|
|
359
|
-
m_RootOrder: 3
|
|
360
360
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
361
361
|
m_AnchorMin: {x: 0, y: 0}
|
|
362
362
|
m_AnchorMax: {x: 1, y: 0}
|
|
@@ -383,7 +383,7 @@ MonoBehaviour:
|
|
|
383
383
|
m_Script: {fileID: 11500000, guid: 80464df7c21c4cd098e5458346dff141, type: 3}
|
|
384
384
|
m_Name:
|
|
385
385
|
m_EditorClassIdentifier:
|
|
386
|
-
m_Material: {fileID:
|
|
386
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
387
387
|
m_Color: {r: 0, g: 0, b: 0, a: 1}
|
|
388
388
|
m_RaycastTarget: 1
|
|
389
389
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -408,6 +408,8 @@ MonoBehaviour:
|
|
|
408
408
|
onHrefClickCB:
|
|
409
409
|
m_PersistentCalls:
|
|
410
410
|
m_Calls: []
|
|
411
|
+
colorStartStr:
|
|
412
|
+
colorEndStr:
|
|
411
413
|
--- !u!1 &6723136821571225817
|
|
412
414
|
GameObject:
|
|
413
415
|
m_ObjectHideFlags: 0
|
|
@@ -435,11 +437,11 @@ RectTransform:
|
|
|
435
437
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
436
438
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
437
439
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
440
|
+
m_ConstrainProportionsScale: 0
|
|
438
441
|
m_Children:
|
|
439
442
|
- {fileID: 2657068472181782584}
|
|
440
443
|
- {fileID: 5989146838700438417}
|
|
441
444
|
m_Father: {fileID: 781718250751174292}
|
|
442
|
-
m_RootOrder: 0
|
|
443
445
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
444
446
|
m_AnchorMin: {x: 0, y: 0}
|
|
445
447
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -500,9 +502,9 @@ RectTransform:
|
|
|
500
502
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
501
503
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
502
504
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
505
|
+
m_ConstrainProportionsScale: 0
|
|
503
506
|
m_Children: []
|
|
504
507
|
m_Father: {fileID: 6639861183036091484}
|
|
505
|
-
m_RootOrder: 0
|
|
506
508
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
507
509
|
m_AnchorMin: {x: 0, y: 1}
|
|
508
510
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -529,7 +531,7 @@ MonoBehaviour:
|
|
|
529
531
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
530
532
|
m_Name:
|
|
531
533
|
m_EditorClassIdentifier:
|
|
532
|
-
m_Material: {fileID:
|
|
534
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
533
535
|
m_Color: {r: 0, g: 0, b: 0, a: 1}
|
|
534
536
|
m_RaycastTarget: 1
|
|
535
537
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -579,9 +581,9 @@ RectTransform:
|
|
|
579
581
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
580
582
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
581
583
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
584
|
+
m_ConstrainProportionsScale: 0
|
|
582
585
|
m_Children: []
|
|
583
586
|
m_Father: {fileID: 7341509111368311741}
|
|
584
|
-
m_RootOrder: 0
|
|
585
587
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
586
588
|
m_AnchorMin: {x: 0, y: 0}
|
|
587
589
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -608,7 +610,7 @@ MonoBehaviour:
|
|
|
608
610
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
609
611
|
m_Name:
|
|
610
612
|
m_EditorClassIdentifier:
|
|
611
|
-
m_Material: {fileID:
|
|
613
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
612
614
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
613
615
|
m_RaycastTarget: 1
|
|
614
616
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -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: 7741749707229862310}
|
|
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: 1, y: 1}
|
|
@@ -58,7 +58,7 @@ MonoBehaviour:
|
|
|
58
58
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, 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: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
|
|
63
63
|
m_RaycastTarget: 1
|
|
64
64
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -123,10 +123,10 @@ RectTransform:
|
|
|
123
123
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
124
124
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
125
125
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
126
|
+
m_ConstrainProportionsScale: 0
|
|
126
127
|
m_Children:
|
|
127
128
|
- {fileID: 7649095728271266638}
|
|
128
129
|
m_Father: {fileID: 7741749707229862310}
|
|
129
|
-
m_RootOrder: 2
|
|
130
130
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
131
131
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
132
132
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -153,7 +153,7 @@ MonoBehaviour:
|
|
|
153
153
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
154
154
|
m_Name:
|
|
155
155
|
m_EditorClassIdentifier:
|
|
156
|
-
m_Material: {fileID:
|
|
156
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
157
157
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
158
158
|
m_RaycastTarget: 1
|
|
159
159
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -244,9 +244,9 @@ RectTransform:
|
|
|
244
244
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
245
245
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
246
246
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
247
|
+
m_ConstrainProportionsScale: 0
|
|
247
248
|
m_Children: []
|
|
248
249
|
m_Father: {fileID: 7649095728271266638}
|
|
249
|
-
m_RootOrder: 1
|
|
250
250
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
251
251
|
m_AnchorMin: {x: 0, y: 0}
|
|
252
252
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -273,7 +273,7 @@ MonoBehaviour:
|
|
|
273
273
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
274
274
|
m_Name:
|
|
275
275
|
m_EditorClassIdentifier:
|
|
276
|
-
m_Material: {fileID:
|
|
276
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
277
277
|
m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
|
|
278
278
|
m_RaycastTarget: 1
|
|
279
279
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -337,9 +337,9 @@ RectTransform:
|
|
|
337
337
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
338
338
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
339
339
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
340
|
+
m_ConstrainProportionsScale: 0
|
|
340
341
|
m_Children: []
|
|
341
342
|
m_Father: {fileID: 7741749707229862310}
|
|
342
|
-
m_RootOrder: 0
|
|
343
343
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
344
344
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
345
345
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -366,7 +366,7 @@ MonoBehaviour:
|
|
|
366
366
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
367
367
|
m_Name:
|
|
368
368
|
m_EditorClassIdentifier:
|
|
369
|
-
m_Material: {fileID:
|
|
369
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
370
370
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
371
371
|
m_RaycastTarget: 1
|
|
372
372
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -412,9 +412,9 @@ RectTransform:
|
|
|
412
412
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
413
413
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
414
414
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
415
|
+
m_ConstrainProportionsScale: 0
|
|
415
416
|
m_Children: []
|
|
416
417
|
m_Father: {fileID: 7649095728271266638}
|
|
417
|
-
m_RootOrder: 0
|
|
418
418
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
419
419
|
m_AnchorMin: {x: 0, y: 0}
|
|
420
420
|
m_AnchorMax: {x: 0, y: 0}
|
|
@@ -441,7 +441,7 @@ MonoBehaviour:
|
|
|
441
441
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
442
442
|
m_Name:
|
|
443
443
|
m_EditorClassIdentifier:
|
|
444
|
-
m_Material: {fileID:
|
|
444
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
445
445
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
446
446
|
m_RaycastTarget: 1
|
|
447
447
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -487,11 +487,11 @@ RectTransform:
|
|
|
487
487
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
488
488
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
489
489
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
490
|
+
m_ConstrainProportionsScale: 0
|
|
490
491
|
m_Children:
|
|
491
492
|
- {fileID: 787626440936717527}
|
|
492
493
|
- {fileID: 3762781141622716779}
|
|
493
494
|
m_Father: {fileID: 7097740815681521141}
|
|
494
|
-
m_RootOrder: 0
|
|
495
495
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
496
496
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
497
497
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -567,12 +567,12 @@ RectTransform:
|
|
|
567
567
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
568
568
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
569
569
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
570
|
+
m_ConstrainProportionsScale: 0
|
|
570
571
|
m_Children:
|
|
571
572
|
- {fileID: 3694141725405240081}
|
|
572
573
|
- {fileID: 1327660590800669540}
|
|
573
574
|
- {fileID: 7097740815681521141}
|
|
574
575
|
m_Father: {fileID: 0}
|
|
575
|
-
m_RootOrder: 0
|
|
576
576
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
577
577
|
m_AnchorMin: {x: 0, y: 0}
|
|
578
578
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -599,7 +599,7 @@ MonoBehaviour:
|
|
|
599
599
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
600
600
|
m_Name:
|
|
601
601
|
m_EditorClassIdentifier:
|
|
602
|
-
m_Material: {fileID:
|
|
602
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
603
603
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
604
604
|
m_RaycastTarget: 1
|
|
605
605
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -28,12 +28,12 @@ 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
|
- {fileID: 577345975494918736}
|
|
33
34
|
- {fileID: 2219062217475684621}
|
|
34
35
|
- {fileID: 6132143163424757485}
|
|
35
36
|
m_Father: {fileID: 0}
|
|
36
|
-
m_RootOrder: 0
|
|
37
37
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
38
38
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
39
39
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -60,7 +60,7 @@ MonoBehaviour:
|
|
|
60
60
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
61
61
|
m_Name:
|
|
62
62
|
m_EditorClassIdentifier:
|
|
63
|
-
m_Material: {fileID:
|
|
63
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
64
64
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
65
65
|
m_RaycastTarget: 1
|
|
66
66
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -107,9 +107,9 @@ RectTransform:
|
|
|
107
107
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
108
108
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
109
109
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
110
|
+
m_ConstrainProportionsScale: 0
|
|
110
111
|
m_Children: []
|
|
111
112
|
m_Father: {fileID: 2219062216510881052}
|
|
112
|
-
m_RootOrder: 1
|
|
113
113
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
114
114
|
m_AnchorMin: {x: 1, y: 1}
|
|
115
115
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -136,7 +136,7 @@ MonoBehaviour:
|
|
|
136
136
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
137
137
|
m_Name:
|
|
138
138
|
m_EditorClassIdentifier:
|
|
139
|
-
m_Material: {fileID:
|
|
139
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
140
140
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
141
141
|
m_RaycastTarget: 1
|
|
142
142
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -224,9 +224,9 @@ RectTransform:
|
|
|
224
224
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
225
225
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
226
226
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
227
|
+
m_ConstrainProportionsScale: 0
|
|
227
228
|
m_Children: []
|
|
228
229
|
m_Father: {fileID: 2219062216510881052}
|
|
229
|
-
m_RootOrder: 0
|
|
230
230
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
231
231
|
m_AnchorMin: {x: 0, y: 0}
|
|
232
232
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -238,6 +238,7 @@ PrefabInstance:
|
|
|
238
238
|
m_ObjectHideFlags: 0
|
|
239
239
|
serializedVersion: 2
|
|
240
240
|
m_Modification:
|
|
241
|
+
serializedVersion: 3
|
|
241
242
|
m_TransformParent: {fileID: 2219062216510881052}
|
|
242
243
|
m_Modifications:
|
|
243
244
|
- target: {fileID: 787626440936717527, guid: 49658371b078429384e6634ab3c7a8d8,
|
|
@@ -411,6 +412,9 @@ PrefabInstance:
|
|
|
411
412
|
value: 0
|
|
412
413
|
objectReference: {fileID: 0}
|
|
413
414
|
m_RemovedComponents: []
|
|
415
|
+
m_RemovedGameObjects: []
|
|
416
|
+
m_AddedGameObjects: []
|
|
417
|
+
m_AddedComponents: []
|
|
414
418
|
m_SourcePrefab: {fileID: 100100000, guid: 49658371b078429384e6634ab3c7a8d8, type: 3}
|
|
415
419
|
--- !u!224 &6132143163424757485 stripped
|
|
416
420
|
RectTransform:
|
|
@@ -29,10 +29,10 @@ RectTransform:
|
|
|
29
29
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
30
30
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
31
31
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
32
|
+
m_ConstrainProportionsScale: 0
|
|
32
33
|
m_Children:
|
|
33
34
|
- {fileID: 3343766380532892712}
|
|
34
35
|
m_Father: {fileID: 0}
|
|
35
|
-
m_RootOrder: 0
|
|
36
36
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
37
37
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
38
38
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -59,7 +59,7 @@ MonoBehaviour:
|
|
|
59
59
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
60
60
|
m_Name:
|
|
61
61
|
m_EditorClassIdentifier:
|
|
62
|
-
m_Material: {fileID:
|
|
62
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
63
63
|
m_Color: {r: 0, g: 0, b: 0, a: 0.8627451}
|
|
64
64
|
m_RaycastTarget: 1
|
|
65
65
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -119,9 +119,9 @@ RectTransform:
|
|
|
119
119
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
120
120
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
121
121
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
122
|
+
m_ConstrainProportionsScale: 0
|
|
122
123
|
m_Children: []
|
|
123
124
|
m_Father: {fileID: 2768068594230316874}
|
|
124
|
-
m_RootOrder: 0
|
|
125
125
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
126
126
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
127
127
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -148,7 +148,7 @@ MonoBehaviour:
|
|
|
148
148
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
149
149
|
m_Name:
|
|
150
150
|
m_EditorClassIdentifier:
|
|
151
|
-
m_Material: {fileID:
|
|
151
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
152
152
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
153
153
|
m_RaycastTarget: 1
|
|
154
154
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|