com.xd.sdk.tap 4.9.0-xd.6 → 4.10.2-xd.1
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/Compliance/Runtime/Public/TapTapCompliance.cs +2 -2
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab +18 -20
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab +83 -49
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab +81 -41
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab +64 -24
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthReminderPanel.prefab +68 -28
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapComplianceQuickVerifyTipController.cs +0 -24
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthPaymentController.cs +1 -39
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthReminderController.cs +1 -26
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceIDInputController.cs +0 -24
- package/Compliance/package.json +10 -10
- package/Core/Editor/TapSDKCoreCompile.cs +14 -2
- package/Core/Mobile/Runtime/TapCoreMobile.cs +85 -25
- package/Core/Resources/Fonts/tapsdk_shader.shader +127 -0
- package/Core/Resources/Fonts/tapsdk_shader.shader.meta +10 -0
- package/Core/Resources/Fonts/tapsdk_text_material.mat +97 -0
- package/{Compliance/Resources/Prefabs/Mobile.meta → Core/Resources/Fonts/tapsdk_text_material.mat.meta} +3 -3
- package/Core/Resources/Loading.prefab +5 -9
- package/Core/Resources/TapCommonTip.prefab +3 -6
- package/Core/Resources/TapCommonToastBlack.prefab +11 -18
- package/Core/Resources/TapCommonToastWhite.prefab +9 -14
- package/Core/Resources/TapMessage.prefab +6 -25
- package/Core/Resources/TapMessage.prefab.meta +0 -0
- package/Core/Resources/TapSDKConstantUIRoot.prefab +2 -18
- package/Core/Resources/TapSDKUIRoot.prefab +1 -17
- package/Core/Resources/tap_toast_background.png +0 -0
- package/Core/Resources/tap_toast_background1.png +0 -0
- package/Core/Runtime/Internal/Platform/ITapCorePlatform.cs +20 -4
- package/Core/Runtime/Internal/Utils/BridgeUtils.cs +2 -64
- package/Core/Runtime/Internal/Utils/TapLoom.cs +97 -28
- package/Core/Runtime/Internal/Utils/TapMessage.cs +0 -0
- package/Core/Runtime/Internal/Utils/TapMessage.cs.meta +0 -0
- package/Core/Runtime/Public/DataStorage.cs +8 -0
- package/Core/Runtime/Public/TapTapPCState.cs +12 -0
- package/Core/Runtime/Public/TapTapPCState.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapSDK.cs +37 -13
- package/Core/Runtime/Public/TapTapSdkOptions.cs +21 -45
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo +0 -0
- package/Core/Standalone/Plugins/macOS/libtapsdkcorecpp.dylib +0 -0
- package/Core/Standalone/Plugins/x86/tapsdkcore.dll +0 -0
- package/Core/Standalone/Plugins/x86_64/tapsdkcore.dll +0 -0
- package/Core/Standalone/Plugins/x86_64/taptap_api.dll +0 -0
- package/Core/Standalone/Resources/Prefabs/TapClient/TapClientConnectTipPanel.prefab +20 -33
- package/Core/Standalone/Runtime/Internal/DeviceInfo.cs +17 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttp.cs +15 -45
- package/Core/Standalone/Runtime/Internal/Http/TapHttpUtils.cs +1 -1
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStandalone.cs +106 -51
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogWrapper.cs +46 -2
- package/Core/Standalone/Runtime/Internal/TapClientBridge.cs +41 -213
- package/Core/{Runtime/Public → Standalone/Runtime/Internal}/TapLocalizeManager.cs +31 -31
- package/Core/Standalone/Runtime/Internal/Tracker.cs +7 -43
- package/Core/Standalone/Runtime/Public/TapClientStandalone.cs +173 -156
- package/Core/Standalone/Runtime/Public/TapCoreStandalone.cs +28 -1
- package/Core/Standalone/Runtime/Public/TapEventStandalone.cs +29 -17
- package/Core/package.json +6 -9
- package/Editor/Android/TapWrapperAndroidGradleProcessor.cs +13 -10
- package/Editor/XD.SDK.Tap.Editor.asmdef +1 -1
- package/License/Mobile/Runtime/TapLicenseMobile.cs +0 -9
- package/License/Runtime/Internal/ITapLicenseBridge.cs +0 -3
- package/License/Runtime/Public/TapTapLicense.cs +2 -10
- package/License/Standalone/Runtime/TapLicenseClientBridge.cs +199 -0
- package/License/Standalone/Runtime/TapLicenseClientBridge.cs.meta +11 -0
- package/License/Standalone/Runtime/TapLicenseStandalone.cs +69 -40
- package/License/package.json +9 -9
- package/Login/Mobile/Editor/TapLoginIOSProcessor.cs +107 -49
- package/Login/Mobile/Runtime/AccountWrapper.cs +1 -39
- package/Login/Mobile/Runtime/TapTapLoginImpl.cs +10 -28
- package/{Compliance/Resources/Prefabs.meta → Login/Plugins/iOS.meta} +1 -1
- package/Login/Runtime/Public/TapTapLogin.cs +1 -1
- package/Login/Runtime/Public/TapTapSdk.cs +0 -1
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginPanel.prefab +6 -21
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginWithPermissionPanel.prefab +4 -18
- package/Login/Standalone/Resources/Prefabs/TapLogin/PermissionItem.prefab +7 -7
- package/Login/Standalone/Resources/Prefabs/TapLogin/QRCodeContainer.prefab +34 -34
- package/Login/Standalone/Resources/Prefabs/TapLogin/Tips.prefab +6 -6
- package/Login/Standalone/Resources/Prefabs/TapLogin/TopBar.prefab +11 -11
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebContainer.prefab +11 -11
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebWithPermissionContainer.prefab +20 -20
- package/Login/Standalone/Resources/Prefabs/TapTapSdkWindow.prefab +120 -137
- package/Login/Standalone/Resources/Sprites/taptap-login-button-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-error.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-info.png +0 -0
- package/Login/Standalone/Runtime/Internal/LoginLanguage.cs +1 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginClientBridge.cs +177 -37
- package/Login/Standalone/Runtime/Internal2/TapLoginStandaloneImpl.cs +1 -1
- package/Login/package.json +9 -9
- package/Moment/Runtime/Public/TapTapMoment.cs +2 -2
- package/Moment/package.json +10 -10
- package/Review/Runtime/Public/TapTapReview.cs +2 -2
- package/Review/package.json +9 -9
- package/Runtime/Internal/Mobile/XDGTapBridgeConstants.cs +7 -0
- package/Runtime/Internal/Mobile/XDGTapSDKInternalImpl.cs +220 -2
- package/Runtime/Internal/Standalone/XDGTapSDKInternalImpl.cs +109 -2
- package/Runtime/Internal/XDGTapSDKInternal.cs +103 -3
- package/Runtime/Public/IDynamicProperties.cs +17 -0
- package/Runtime/Public/IDynamicProperties.cs.meta +11 -0
- package/Runtime/Public/IXDGTapSDK.cs +45 -2
- package/Runtime/Public/TapSDKEventHandler.cs +10 -10
- package/Runtime/Public/XDGTapSDK.cs +109 -3
- package/Update/Runtime/Public/TapTapUpdate.cs +2 -2
- package/Update/package.json +9 -9
- package/package.json +1 -1
- package/Compliance/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab +0 -814
- package/Compliance/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab.meta +0 -7
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab +0 -830
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab.meta +0 -7
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab +0 -1000
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab.meta +0 -7
- package/Compliance/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab +0 -3176
- package/Compliance/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab.meta +0 -7
- package/License/Mobile/Plugins/libs/XDGBridgeTapLicense_v7_7.3.3.aar +0 -0
- package/License/Mobile/Plugins/libs/XDGBridgeTapLicense_v7_7.3.3.aar.meta +0 -32
- package/License/Mobile/Plugins/libs/XDGTapLicense_7.3.3.aar +0 -0
- package/License/Mobile/Plugins/libs/XDGTapLicense_7.3.3.aar.meta +0 -32
- package/License/Mobile/Plugins/libs.meta +0 -8
- package/License/Mobile/Plugins.meta +0 -8
- package/Moment/Mobile/Plugins/Android/libs/XDGBridgeTapMoment_v7_7.3.3.aar +0 -0
- package/Moment/Mobile/Plugins/Android/libs/XDGBridgeTapMoment_v7_7.3.3.aar.meta +0 -32
- package/Moment/Mobile/Plugins/Android/libs/XDGTapMoment_7.3.3.aar +0 -0
- package/Moment/Mobile/Plugins/Android/libs/XDGTapMoment_7.3.3.aar.meta +0 -32
- package/Moment/Mobile/Plugins/Android/libs.meta +0 -8
- package/Moment/Mobile/Plugins/Android.meta +0 -8
- package/Moment/Mobile/Plugins.meta +0 -8
- package/Review/Mobile/Plugins/Android/libs/XDGBridgeTapReview_v7_7.3.3.aar +0 -0
- package/Review/Mobile/Plugins/Android/libs/XDGBridgeTapReview_v7_7.3.3.aar.meta +0 -32
- package/Review/Mobile/Plugins/Android/libs/XDGTapReview_7.3.3.aar +0 -0
- package/Review/Mobile/Plugins/Android/libs/XDGTapReview_7.3.3.aar.meta +0 -32
- package/Review/Mobile/Plugins/Android/libs.meta +0 -8
- package/Review/Mobile/Plugins/Android.meta +0 -8
- package/Review/Mobile/Plugins.meta +0 -8
- package/Update/Mobile/Plugins/libs/XDGBridgeTapUpdate_v7_7.3.3.aar +0 -0
- package/Update/Mobile/Plugins/libs/XDGBridgeTapUpdate_v7_7.3.3.aar.meta +0 -32
- package/Update/Mobile/Plugins/libs/XDGTapUpdate_7.3.3.aar +0 -0
- package/Update/Mobile/Plugins/libs/XDGTapUpdate_7.3.3.aar.meta +0 -32
- package/Update/Mobile/Plugins/libs.meta +0 -8
- package/Update/Mobile/Plugins.meta +0 -8
- /package/Core/{Runtime/Public → Standalone/Runtime/Internal}/TapLocalizeManager.cs.meta +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
using System;
|
|
2
2
|
using TapSDK.Core;
|
|
3
3
|
using TapSDK.Compliance.Model;
|
|
4
4
|
using TapSDK.Compliance.Internal;
|
|
@@ -10,7 +10,7 @@ namespace TapSDK.Compliance
|
|
|
10
10
|
public static class TapTapCompliance
|
|
11
11
|
{
|
|
12
12
|
|
|
13
|
-
public static readonly string Version = "4.
|
|
13
|
+
public static readonly string Version = "4.10.2";
|
|
14
14
|
|
|
15
15
|
public static void RegisterComplianceCallback(Action<int, string> callback)
|
|
16
16
|
{
|
package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab
CHANGED
|
@@ -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
|
|
32
31
|
m_Children: []
|
|
33
32
|
m_Father: {fileID: 3018198356678799280}
|
|
33
|
+
m_RootOrder: 0
|
|
34
34
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
35
35
|
m_AnchorMin: {x: 0, y: 1}
|
|
36
36
|
m_AnchorMax: {x: 0, 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: 2100000, guid:
|
|
60
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, 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}
|
|
@@ -105,11 +105,11 @@ RectTransform:
|
|
|
105
105
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
106
106
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
107
107
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
108
|
-
m_ConstrainProportionsScale: 0
|
|
109
108
|
m_Children:
|
|
110
109
|
- {fileID: 606419830508116541}
|
|
111
110
|
- {fileID: 8152418032368909056}
|
|
112
111
|
m_Father: {fileID: 3018198356678799280}
|
|
112
|
+
m_RootOrder: 2
|
|
113
113
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
114
114
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
115
115
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -146,12 +146,12 @@ RectTransform:
|
|
|
146
146
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
147
147
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
148
148
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
149
|
-
m_ConstrainProportionsScale: 0
|
|
150
149
|
m_Children:
|
|
151
150
|
- {fileID: 347516699165024325}
|
|
152
151
|
- {fileID: 5493183507584923452}
|
|
153
152
|
- {fileID: 8039644701450143132}
|
|
154
153
|
m_Father: {fileID: 9092229873398676693}
|
|
154
|
+
m_RootOrder: 1
|
|
155
155
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
156
156
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
157
157
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -178,7 +178,7 @@ MonoBehaviour:
|
|
|
178
178
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
179
179
|
m_Name:
|
|
180
180
|
m_EditorClassIdentifier:
|
|
181
|
-
m_Material: {fileID:
|
|
181
|
+
m_Material: {fileID: 0}
|
|
182
182
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
183
183
|
m_RaycastTarget: 1
|
|
184
184
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -254,9 +254,9 @@ RectTransform:
|
|
|
254
254
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
255
255
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
256
256
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
257
|
-
m_ConstrainProportionsScale: 0
|
|
258
257
|
m_Children: []
|
|
259
258
|
m_Father: {fileID: 9092229873398676693}
|
|
259
|
+
m_RootOrder: 0
|
|
260
260
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
261
261
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
262
262
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -283,7 +283,7 @@ MonoBehaviour:
|
|
|
283
283
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
284
284
|
m_Name:
|
|
285
285
|
m_EditorClassIdentifier:
|
|
286
|
-
m_Material: {fileID:
|
|
286
|
+
m_Material: {fileID: 0}
|
|
287
287
|
m_Color: {r: 1, g: 1, b: 1, a: 0}
|
|
288
288
|
m_RaycastTarget: 1
|
|
289
289
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -329,9 +329,9 @@ RectTransform:
|
|
|
329
329
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
330
330
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
331
331
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
332
|
-
m_ConstrainProportionsScale: 0
|
|
333
332
|
m_Children: []
|
|
334
333
|
m_Father: {fileID: 5493183507584923452}
|
|
334
|
+
m_RootOrder: 0
|
|
335
335
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
336
336
|
m_AnchorMin: {x: 0, y: 0}
|
|
337
337
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -358,7 +358,7 @@ MonoBehaviour:
|
|
|
358
358
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
359
359
|
m_Name:
|
|
360
360
|
m_EditorClassIdentifier:
|
|
361
|
-
m_Material: {fileID: 2100000, guid:
|
|
361
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, type: 2}
|
|
362
362
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
363
363
|
m_RaycastTarget: 1
|
|
364
364
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -408,9 +408,9 @@ RectTransform:
|
|
|
408
408
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
409
409
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
410
410
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
411
|
-
m_ConstrainProportionsScale: 0
|
|
412
411
|
m_Children: []
|
|
413
412
|
m_Father: {fileID: 8039644701450143132}
|
|
413
|
+
m_RootOrder: 0
|
|
414
414
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
415
415
|
m_AnchorMin: {x: 0, y: 0.5}
|
|
416
416
|
m_AnchorMax: {x: 1, y: 0.5}
|
|
@@ -437,7 +437,7 @@ MonoBehaviour:
|
|
|
437
437
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
438
438
|
m_Name:
|
|
439
439
|
m_EditorClassIdentifier:
|
|
440
|
-
m_Material: {fileID: 2100000, guid:
|
|
440
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, type: 2}
|
|
441
441
|
m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
|
|
442
442
|
m_RaycastTarget: 1
|
|
443
443
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -489,10 +489,10 @@ RectTransform:
|
|
|
489
489
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
490
490
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
491
491
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
492
|
-
m_ConstrainProportionsScale: 0
|
|
493
492
|
m_Children:
|
|
494
493
|
- {fileID: 9092229873398676693}
|
|
495
494
|
m_Father: {fileID: 0}
|
|
495
|
+
m_RootOrder: 0
|
|
496
496
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
497
497
|
m_AnchorMin: {x: 0, y: 0}
|
|
498
498
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -516,9 +516,7 @@ Canvas:
|
|
|
516
516
|
m_OverrideSorting: 0
|
|
517
517
|
m_OverridePixelPerfect: 0
|
|
518
518
|
m_SortingBucketNormalizedSize: 0
|
|
519
|
-
m_VertexColorAlwaysGammaSpace: 0
|
|
520
519
|
m_AdditionalShaderChannelsFlag: 0
|
|
521
|
-
m_UpdateRectTransformForStandalone: 0
|
|
522
520
|
m_SortingLayerID: 0
|
|
523
521
|
m_SortingOrder: 0
|
|
524
522
|
m_TargetDisplay: 0
|
|
@@ -600,10 +598,10 @@ RectTransform:
|
|
|
600
598
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
601
599
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
602
600
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
603
|
-
m_ConstrainProportionsScale: 0
|
|
604
601
|
m_Children:
|
|
605
602
|
- {fileID: 5857737074481106158}
|
|
606
603
|
m_Father: {fileID: 3018198356678799280}
|
|
604
|
+
m_RootOrder: 1
|
|
607
605
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
608
606
|
m_AnchorMin: {x: 0.5, y: 0}
|
|
609
607
|
m_AnchorMax: {x: 0.5, y: 0}
|
|
@@ -630,7 +628,7 @@ MonoBehaviour:
|
|
|
630
628
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
631
629
|
m_Name:
|
|
632
630
|
m_EditorClassIdentifier:
|
|
633
|
-
m_Material: {fileID:
|
|
631
|
+
m_Material: {fileID: 0}
|
|
634
632
|
m_Color: {r: 0, g: 0.8509804, b: 0.77254903, a: 1}
|
|
635
633
|
m_RaycastTarget: 1
|
|
636
634
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -720,9 +718,9 @@ RectTransform:
|
|
|
720
718
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
721
719
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
722
720
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
723
|
-
m_ConstrainProportionsScale: 0
|
|
724
721
|
m_Children: []
|
|
725
722
|
m_Father: {fileID: 8039644701450143132}
|
|
723
|
+
m_RootOrder: 1
|
|
726
724
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
727
725
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
728
726
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -749,7 +747,7 @@ MonoBehaviour:
|
|
|
749
747
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
750
748
|
m_Name:
|
|
751
749
|
m_EditorClassIdentifier:
|
|
752
|
-
m_Material: {fileID:
|
|
750
|
+
m_Material: {fileID: 0}
|
|
753
751
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
754
752
|
m_RaycastTarget: 1
|
|
755
753
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -795,11 +793,11 @@ RectTransform:
|
|
|
795
793
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
796
794
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
797
795
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
798
|
-
m_ConstrainProportionsScale: 0
|
|
799
796
|
m_Children:
|
|
800
797
|
- {fileID: 3264819832207075509}
|
|
801
798
|
- {fileID: 3018198356678799280}
|
|
802
799
|
m_Father: {fileID: 7091787380276746281}
|
|
800
|
+
m_RootOrder: 0
|
|
803
801
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
804
802
|
m_AnchorMin: {x: 0, y: 0}
|
|
805
803
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -826,7 +824,7 @@ MonoBehaviour:
|
|
|
826
824
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
827
825
|
m_Name:
|
|
828
826
|
m_EditorClassIdentifier:
|
|
829
|
-
m_Material: {fileID:
|
|
827
|
+
m_Material: {fileID: 0}
|
|
830
828
|
m_Color: {r: 0, g: 0, b: 0, a: 0.23529412}
|
|
831
829
|
m_RaycastTarget: 1
|
|
832
830
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -28,13 +28,13 @@ 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
|
|
32
31
|
m_Children: []
|
|
33
32
|
m_Father: {fileID: 6246950521860096709}
|
|
33
|
+
m_RootOrder: 0
|
|
34
34
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
35
|
-
m_AnchorMin: {x: 0
|
|
36
|
-
m_AnchorMax: {x: 0
|
|
37
|
-
m_AnchoredPosition: {x:
|
|
35
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
36
|
+
m_AnchorMax: {x: 0, y: 0}
|
|
37
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
38
38
|
m_SizeDelta: {x: 520, y: 144}
|
|
39
39
|
m_Pivot: {x: 0, y: 1}
|
|
40
40
|
--- !u!222 &3954973391796633949
|
|
@@ -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: 2100000, guid:
|
|
60
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, type: 2}
|
|
61
61
|
m_Color: {r: 0.32156864, g: 0.34117648, b: 0.3647059, 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
|
|
111
110
|
m_Children: []
|
|
112
111
|
m_Father: {fileID: 6485978276119751294}
|
|
112
|
+
m_RootOrder: 1
|
|
113
113
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
114
114
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
115
115
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -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: 0}
|
|
140
140
|
m_Color: {r: 1, g: 1, b: 1, a: 0}
|
|
141
141
|
m_RaycastTarget: 1
|
|
142
142
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -182,9 +182,9 @@ RectTransform:
|
|
|
182
182
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
183
183
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
184
184
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
185
|
-
m_ConstrainProportionsScale: 0
|
|
186
185
|
m_Children: []
|
|
187
186
|
m_Father: {fileID: 7592657744256187258}
|
|
187
|
+
m_RootOrder: 1
|
|
188
188
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
189
189
|
m_AnchorMin: {x: 0, y: 0}
|
|
190
190
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -211,7 +211,7 @@ MonoBehaviour:
|
|
|
211
211
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
212
212
|
m_Name:
|
|
213
213
|
m_EditorClassIdentifier:
|
|
214
|
-
m_Material: {fileID: 2100000, guid:
|
|
214
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, type: 2}
|
|
215
215
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
|
|
216
216
|
m_RaycastTarget: 1
|
|
217
217
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -261,9 +261,9 @@ RectTransform:
|
|
|
261
261
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
262
262
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
263
263
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
264
|
-
m_ConstrainProportionsScale: 0
|
|
265
264
|
m_Children: []
|
|
266
265
|
m_Father: {fileID: 7592657744256187258}
|
|
266
|
+
m_RootOrder: 0
|
|
267
267
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
268
268
|
m_AnchorMin: {x: 0, y: 0}
|
|
269
269
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -290,7 +290,7 @@ MonoBehaviour:
|
|
|
290
290
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
291
291
|
m_Name:
|
|
292
292
|
m_EditorClassIdentifier:
|
|
293
|
-
m_Material: {fileID: 2100000, guid:
|
|
293
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, type: 2}
|
|
294
294
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 0.5}
|
|
295
295
|
m_RaycastTarget: 1
|
|
296
296
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -341,11 +341,11 @@ RectTransform:
|
|
|
341
341
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
342
342
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
343
343
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
344
|
-
m_ConstrainProportionsScale: 0
|
|
345
344
|
m_Children:
|
|
346
345
|
- {fileID: 4237887551381523769}
|
|
347
346
|
- {fileID: 7674437089629337684}
|
|
348
347
|
m_Father: {fileID: 6485978276119751294}
|
|
348
|
+
m_RootOrder: 7
|
|
349
349
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
350
350
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
351
351
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -372,7 +372,7 @@ MonoBehaviour:
|
|
|
372
372
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
373
373
|
m_Name:
|
|
374
374
|
m_EditorClassIdentifier:
|
|
375
|
-
m_Material: {fileID:
|
|
375
|
+
m_Material: {fileID: 0}
|
|
376
376
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
377
377
|
m_RaycastTarget: 1
|
|
378
378
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -441,10 +441,7 @@ MonoBehaviour:
|
|
|
441
441
|
m_HideMobileInput: 0
|
|
442
442
|
m_CharacterValidation: 3
|
|
443
443
|
m_CharacterLimit: 0
|
|
444
|
-
|
|
445
|
-
m_PersistentCalls:
|
|
446
|
-
m_Calls: []
|
|
447
|
-
m_OnDidEndEdit:
|
|
444
|
+
m_OnEndEdit:
|
|
448
445
|
m_PersistentCalls:
|
|
449
446
|
m_Calls: []
|
|
450
447
|
m_OnValueChanged:
|
|
@@ -486,9 +483,9 @@ RectTransform:
|
|
|
486
483
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
487
484
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
488
485
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
489
|
-
m_ConstrainProportionsScale: 0
|
|
490
486
|
m_Children: []
|
|
491
487
|
m_Father: {fileID: 7332685324264694216}
|
|
488
|
+
m_RootOrder: 1
|
|
492
489
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
493
490
|
m_AnchorMin: {x: 0, y: 0}
|
|
494
491
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -515,7 +512,7 @@ MonoBehaviour:
|
|
|
515
512
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
516
513
|
m_Name:
|
|
517
514
|
m_EditorClassIdentifier:
|
|
518
|
-
m_Material: {fileID: 2100000, guid:
|
|
515
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, type: 2}
|
|
519
516
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
|
|
520
517
|
m_RaycastTarget: 1
|
|
521
518
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -566,10 +563,10 @@ RectTransform:
|
|
|
566
563
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
567
564
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
568
565
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
569
|
-
m_ConstrainProportionsScale: 0
|
|
570
566
|
m_Children:
|
|
571
567
|
- {fileID: 3143419761254669628}
|
|
572
568
|
m_Father: {fileID: 6485978276119751294}
|
|
569
|
+
m_RootOrder: 5
|
|
573
570
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
574
571
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
575
572
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -596,7 +593,7 @@ MonoBehaviour:
|
|
|
596
593
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
597
594
|
m_Name:
|
|
598
595
|
m_EditorClassIdentifier:
|
|
599
|
-
m_Material: {fileID:
|
|
596
|
+
m_Material: {fileID: 0}
|
|
600
597
|
m_Color: {r: 0, g: 0.8509804, b: 0.77254903, a: 1}
|
|
601
598
|
m_RaycastTarget: 1
|
|
602
599
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -687,11 +684,11 @@ RectTransform:
|
|
|
687
684
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
688
685
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
689
686
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
690
|
-
m_ConstrainProportionsScale: 0
|
|
691
687
|
m_Children:
|
|
692
688
|
- {fileID: 8105713994623780374}
|
|
693
689
|
- {fileID: 7411890273374980466}
|
|
694
690
|
m_Father: {fileID: 6485978276119751294}
|
|
691
|
+
m_RootOrder: 6
|
|
695
692
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
696
693
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
697
694
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -718,7 +715,7 @@ MonoBehaviour:
|
|
|
718
715
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
719
716
|
m_Name:
|
|
720
717
|
m_EditorClassIdentifier:
|
|
721
|
-
m_Material: {fileID:
|
|
718
|
+
m_Material: {fileID: 0}
|
|
722
719
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
723
720
|
m_RaycastTarget: 1
|
|
724
721
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -787,10 +784,7 @@ MonoBehaviour:
|
|
|
787
784
|
m_HideMobileInput: 0
|
|
788
785
|
m_CharacterValidation: 4
|
|
789
786
|
m_CharacterLimit: 0
|
|
790
|
-
|
|
791
|
-
m_PersistentCalls:
|
|
792
|
-
m_Calls: []
|
|
793
|
-
m_OnDidEndEdit:
|
|
787
|
+
m_OnEndEdit:
|
|
794
788
|
m_PersistentCalls:
|
|
795
789
|
m_Calls: []
|
|
796
790
|
m_OnValueChanged:
|
|
@@ -834,10 +828,10 @@ RectTransform:
|
|
|
834
828
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
835
829
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
836
830
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
837
|
-
m_ConstrainProportionsScale: 0
|
|
838
831
|
m_Children:
|
|
839
832
|
- {fileID: 6485978276119751294}
|
|
840
833
|
m_Father: {fileID: 0}
|
|
834
|
+
m_RootOrder: 0
|
|
841
835
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
842
836
|
m_AnchorMin: {x: 0, y: 0}
|
|
843
837
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -856,14 +850,12 @@ Canvas:
|
|
|
856
850
|
m_RenderMode: 2
|
|
857
851
|
m_Camera: {fileID: 0}
|
|
858
852
|
m_PlaneDistance: 100
|
|
859
|
-
m_PixelPerfect:
|
|
853
|
+
m_PixelPerfect: 1
|
|
860
854
|
m_ReceivesEvents: 1
|
|
861
855
|
m_OverrideSorting: 0
|
|
862
|
-
m_OverridePixelPerfect:
|
|
856
|
+
m_OverridePixelPerfect: 1
|
|
863
857
|
m_SortingBucketNormalizedSize: 0
|
|
864
|
-
m_VertexColorAlwaysGammaSpace: 0
|
|
865
858
|
m_AdditionalShaderChannelsFlag: 0
|
|
866
|
-
m_UpdateRectTransformForStandalone: 0
|
|
867
859
|
m_SortingLayerID: 0
|
|
868
860
|
m_SortingOrder: 0
|
|
869
861
|
m_TargetDisplay: 0
|
|
@@ -952,9 +944,9 @@ RectTransform:
|
|
|
952
944
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
953
945
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
954
946
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
955
|
-
m_ConstrainProportionsScale: 0
|
|
956
947
|
m_Children: []
|
|
957
948
|
m_Father: {fileID: 6485978276119751294}
|
|
949
|
+
m_RootOrder: 0
|
|
958
950
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
959
951
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
960
952
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -981,7 +973,7 @@ MonoBehaviour:
|
|
|
981
973
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
982
974
|
m_Name:
|
|
983
975
|
m_EditorClassIdentifier:
|
|
984
|
-
m_Material: {fileID:
|
|
976
|
+
m_Material: {fileID: 0}
|
|
985
977
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
986
978
|
m_RaycastTarget: 1
|
|
987
979
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1058,10 +1050,10 @@ RectTransform:
|
|
|
1058
1050
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1059
1051
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1060
1052
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1061
|
-
m_ConstrainProportionsScale: 0
|
|
1062
1053
|
m_Children:
|
|
1063
1054
|
- {fileID: 6246950521860096709}
|
|
1064
1055
|
m_Father: {fileID: 4896040250711197406}
|
|
1056
|
+
m_RootOrder: 0
|
|
1065
1057
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1066
1058
|
m_AnchorMin: {x: 0, y: 0}
|
|
1067
1059
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1088,7 +1080,7 @@ MonoBehaviour:
|
|
|
1088
1080
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1089
1081
|
m_Name:
|
|
1090
1082
|
m_EditorClassIdentifier:
|
|
1091
|
-
m_Material: {fileID:
|
|
1083
|
+
m_Material: {fileID: 0}
|
|
1092
1084
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1093
1085
|
m_RaycastTarget: 1
|
|
1094
1086
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1147,9 +1139,9 @@ RectTransform:
|
|
|
1147
1139
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1148
1140
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1149
1141
|
m_LocalScale: {x: 0.5, y: 0.5, z: 1}
|
|
1150
|
-
m_ConstrainProportionsScale: 0
|
|
1151
1142
|
m_Children: []
|
|
1152
1143
|
m_Father: {fileID: 6485978276119751294}
|
|
1144
|
+
m_RootOrder: 2
|
|
1153
1145
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1154
1146
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
1155
1147
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -1176,7 +1168,7 @@ MonoBehaviour:
|
|
|
1176
1168
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1177
1169
|
m_Name:
|
|
1178
1170
|
m_EditorClassIdentifier:
|
|
1179
|
-
m_Material: {fileID: 2100000, guid:
|
|
1171
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, type: 2}
|
|
1180
1172
|
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
1181
1173
|
m_RaycastTarget: 1
|
|
1182
1174
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1226,9 +1218,9 @@ RectTransform:
|
|
|
1226
1218
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1227
1219
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1228
1220
|
m_LocalScale: {x: 0.5, y: 0.5, z: 1}
|
|
1229
|
-
m_ConstrainProportionsScale: 0
|
|
1230
1221
|
m_Children: []
|
|
1231
1222
|
m_Father: {fileID: 2377101162655582466}
|
|
1223
|
+
m_RootOrder: 0
|
|
1232
1224
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1233
1225
|
m_AnchorMin: {x: 0, y: 0}
|
|
1234
1226
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1255,7 +1247,7 @@ MonoBehaviour:
|
|
|
1255
1247
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1256
1248
|
m_Name:
|
|
1257
1249
|
m_EditorClassIdentifier:
|
|
1258
|
-
m_Material: {fileID: 2100000, guid:
|
|
1250
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, type: 2}
|
|
1259
1251
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1260
1252
|
m_RaycastTarget: 1
|
|
1261
1253
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1304,7 +1296,6 @@ RectTransform:
|
|
|
1304
1296
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1305
1297
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1306
1298
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1307
|
-
m_ConstrainProportionsScale: 0
|
|
1308
1299
|
m_Children:
|
|
1309
1300
|
- {fileID: 445424276659734623}
|
|
1310
1301
|
- {fileID: 7822735309382242297}
|
|
@@ -1315,6 +1306,7 @@ RectTransform:
|
|
|
1315
1306
|
- {fileID: 7332685324264694216}
|
|
1316
1307
|
- {fileID: 7592657744256187258}
|
|
1317
1308
|
m_Father: {fileID: 4781091973651006734}
|
|
1309
|
+
m_RootOrder: 0
|
|
1318
1310
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1319
1311
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1320
1312
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -1358,10 +1350,10 @@ RectTransform:
|
|
|
1358
1350
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1359
1351
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1360
1352
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1361
|
-
m_ConstrainProportionsScale: 0
|
|
1362
1353
|
m_Children:
|
|
1363
1354
|
- {fileID: 8642136717836679082}
|
|
1364
1355
|
m_Father: {fileID: 6485978276119751294}
|
|
1356
|
+
m_RootOrder: 3
|
|
1365
1357
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1366
1358
|
m_AnchorMin: {x: 0, y: 0}
|
|
1367
1359
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1388,7 +1380,7 @@ MonoBehaviour:
|
|
|
1388
1380
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1389
1381
|
m_Name:
|
|
1390
1382
|
m_EditorClassIdentifier:
|
|
1391
|
-
m_Material: {fileID:
|
|
1383
|
+
m_Material: {fileID: 0}
|
|
1392
1384
|
m_Color: {r: 1, g: 1, b: 1, a: 0.392}
|
|
1393
1385
|
m_RaycastTarget: 1
|
|
1394
1386
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1464,9 +1456,9 @@ RectTransform:
|
|
|
1464
1456
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1465
1457
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1466
1458
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1467
|
-
m_ConstrainProportionsScale: 0
|
|
1468
1459
|
m_Children: []
|
|
1469
1460
|
m_Father: {fileID: 7332685324264694216}
|
|
1461
|
+
m_RootOrder: 0
|
|
1470
1462
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1471
1463
|
m_AnchorMin: {x: 0, y: 0}
|
|
1472
1464
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1493,7 +1485,7 @@ MonoBehaviour:
|
|
|
1493
1485
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1494
1486
|
m_Name:
|
|
1495
1487
|
m_EditorClassIdentifier:
|
|
1496
|
-
m_Material: {fileID: 2100000, guid:
|
|
1488
|
+
m_Material: {fileID: 2100000, guid: 72783176f276841b3b4560e3ea828263, type: 2}
|
|
1497
1489
|
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 0.5}
|
|
1498
1490
|
m_RaycastTarget: 1
|
|
1499
1491
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
@@ -1524,6 +1516,8 @@ GameObject:
|
|
|
1524
1516
|
serializedVersion: 6
|
|
1525
1517
|
m_Component:
|
|
1526
1518
|
- component: {fileID: 6246950521860096709}
|
|
1519
|
+
- component: {fileID: 5655668608917557192}
|
|
1520
|
+
- component: {fileID: 1558665275775688038}
|
|
1527
1521
|
m_Layer: 5
|
|
1528
1522
|
m_Name: Content
|
|
1529
1523
|
m_TagString: Untagged
|
|
@@ -1541,16 +1535,56 @@ RectTransform:
|
|
|
1541
1535
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1542
1536
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1543
1537
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1544
|
-
m_ConstrainProportionsScale: 0
|
|
1545
1538
|
m_Children:
|
|
1546
1539
|
- {fileID: 4976896185686932357}
|
|
1547
1540
|
m_Father: {fileID: 8642136717836679082}
|
|
1541
|
+
m_RootOrder: 0
|
|
1548
1542
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1549
1543
|
m_AnchorMin: {x: 0, y: 1}
|
|
1550
1544
|
m_AnchorMax: {x: 1, y: 1}
|
|
1551
1545
|
m_AnchoredPosition: {x: 0, y: 0}
|
|
1552
|
-
m_SizeDelta: {x: 0, y:
|
|
1546
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
1553
1547
|
m_Pivot: {x: 0, y: 1}
|
|
1548
|
+
--- !u!114 &5655668608917557192
|
|
1549
|
+
MonoBehaviour:
|
|
1550
|
+
m_ObjectHideFlags: 0
|
|
1551
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1552
|
+
m_PrefabInstance: {fileID: 0}
|
|
1553
|
+
m_PrefabAsset: {fileID: 0}
|
|
1554
|
+
m_GameObject: {fileID: 8534607850543630585}
|
|
1555
|
+
m_Enabled: 1
|
|
1556
|
+
m_EditorHideFlags: 0
|
|
1557
|
+
m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3}
|
|
1558
|
+
m_Name:
|
|
1559
|
+
m_EditorClassIdentifier:
|
|
1560
|
+
m_Padding:
|
|
1561
|
+
m_Left: 10
|
|
1562
|
+
m_Right: 0
|
|
1563
|
+
m_Top: 10
|
|
1564
|
+
m_Bottom: 0
|
|
1565
|
+
m_ChildAlignment: 0
|
|
1566
|
+
m_Spacing: 0
|
|
1567
|
+
m_ChildForceExpandWidth: 1
|
|
1568
|
+
m_ChildForceExpandHeight: 1
|
|
1569
|
+
m_ChildControlWidth: 0
|
|
1570
|
+
m_ChildControlHeight: 0
|
|
1571
|
+
m_ChildScaleWidth: 0
|
|
1572
|
+
m_ChildScaleHeight: 0
|
|
1573
|
+
m_ReverseArrangement: 0
|
|
1574
|
+
--- !u!114 &1558665275775688038
|
|
1575
|
+
MonoBehaviour:
|
|
1576
|
+
m_ObjectHideFlags: 0
|
|
1577
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1578
|
+
m_PrefabInstance: {fileID: 0}
|
|
1579
|
+
m_PrefabAsset: {fileID: 0}
|
|
1580
|
+
m_GameObject: {fileID: 8534607850543630585}
|
|
1581
|
+
m_Enabled: 1
|
|
1582
|
+
m_EditorHideFlags: 0
|
|
1583
|
+
m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3}
|
|
1584
|
+
m_Name:
|
|
1585
|
+
m_EditorClassIdentifier:
|
|
1586
|
+
m_HorizontalFit: 0
|
|
1587
|
+
m_VerticalFit: 2
|
|
1554
1588
|
--- !u!1 &9122427629114257444
|
|
1555
1589
|
GameObject:
|
|
1556
1590
|
m_ObjectHideFlags: 0
|
|
@@ -1580,9 +1614,9 @@ RectTransform:
|
|
|
1580
1614
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1581
1615
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1582
1616
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1583
|
-
m_ConstrainProportionsScale: 0
|
|
1584
1617
|
m_Children: []
|
|
1585
1618
|
m_Father: {fileID: 6485978276119751294}
|
|
1619
|
+
m_RootOrder: 4
|
|
1586
1620
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1587
1621
|
m_AnchorMin: {x: 1, y: 1}
|
|
1588
1622
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1609,7 +1643,7 @@ MonoBehaviour:
|
|
|
1609
1643
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1610
1644
|
m_Name:
|
|
1611
1645
|
m_EditorClassIdentifier:
|
|
1612
|
-
m_Material: {fileID:
|
|
1646
|
+
m_Material: {fileID: 0}
|
|
1613
1647
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1614
1648
|
m_RaycastTarget: 1
|
|
1615
1649
|
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|