com.xd.sdk.tap 0.0.6-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/Mobile/Editor/TapComplianceMobileProcessBuild.cs +21 -0
- package/Compliance/Mobile/Editor/TapComplianceMobileProcessBuild.cs.meta +3 -0
- package/Compliance/Mobile/Editor/TapSDK.Compliance.Mobile.Editor.asmdef +17 -0
- package/Compliance/Mobile/Editor/TapSDK.Compliance.Mobile.Editor.asmdef.meta +7 -0
- package/Compliance/Mobile/Editor/iOS/BuidPostProcessor.cs +45 -0
- package/Compliance/Mobile/Editor/iOS/BuidPostProcessor.cs.meta +11 -0
- package/Compliance/Mobile/Editor/iOS.meta +8 -0
- package/Compliance/Mobile/Editor.meta +8 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileBridge.cs +320 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileBridge.cs.meta +11 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileOldJob.cs +82 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileOldJob.cs.meta +11 -0
- package/Compliance/Mobile/Runtime/TapSDK.Compliance.Mobile.Runtime.asmdef +19 -0
- package/Compliance/Mobile/Runtime/TapSDK.Compliance.Mobile.Runtime.asmdef.meta +7 -0
- package/Compliance/Mobile/Runtime.meta +3 -0
- package/Compliance/Mobile.meta +8 -0
- package/Compliance/Resources/BillingMode.json +1 -0
- package/Compliance/Resources/BillingMode.json.meta +7 -0
- package/Compliance/Resources/Config/ComplianceLocalization.json +116 -0
- package/Compliance/Resources/Config/ComplianceLocalization.json.meta +7 -0
- package/Compliance/Resources/Config.meta +8 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab +803 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab +820 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab +988 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab +3176 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile.meta +8 -0
- package/Compliance/Resources/Prefabs.meta +8 -0
- package/Compliance/Resources/Textures/Background.png +0 -0
- package/Compliance/Resources/Textures/Background.png.meta +128 -0
- package/Compliance/Resources/Textures/Button.png +0 -0
- package/Compliance/Resources/Textures/Button.png.meta +128 -0
- package/Compliance/Resources/Textures/Checkmark.png +0 -0
- package/Compliance/Resources/Textures/Checkmark.png.meta +128 -0
- package/Compliance/Resources/Textures/Dropdown.png +0 -0
- package/Compliance/Resources/Textures/Dropdown.png.meta +128 -0
- package/Compliance/Resources/Textures/DropdownH.png +0 -0
- package/Compliance/Resources/Textures/DropdownH.png.meta +128 -0
- package/Compliance/Resources/Textures/Loading.png +0 -0
- package/Compliance/Resources/Textures/Loading.png.meta +128 -0
- package/Compliance/Resources/Textures/On.png +0 -0
- package/Compliance/Resources/Textures/On.png.meta +128 -0
- package/Compliance/Resources/Textures/Scrollview.png +0 -0
- package/Compliance/Resources/Textures/Scrollview.png.meta +128 -0
- package/Compliance/Resources/Textures/WhiteButton.png +0 -0
- package/Compliance/Resources/Textures/WhiteButton.png.meta +128 -0
- package/Compliance/Resources/Textures/error_tip.png +0 -0
- package/Compliance/Resources/Textures/error_tip.png.meta +128 -0
- package/Compliance/Resources/Textures/off.png +0 -0
- package/Compliance/Resources/Textures/off.png.meta +128 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-input.png +0 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-input.png.meta +128 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-largebutton.png +0 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-largebutton.png.meta +128 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-mobile-button.png +0 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-mobile-button.png.meta +128 -0
- package/Compliance/Resources/Textures.meta +8 -0
- package/Compliance/Resources.meta +8 -0
- package/Compliance/Runtime/Internal/ComplianceJobManager.cs +86 -0
- package/Compliance/Runtime/Internal/ComplianceJobManager.cs.meta +11 -0
- package/Compliance/Runtime/Internal/ComplianceResult.cs +89 -0
- package/Compliance/Runtime/Internal/ComplianceResult.cs.meta +3 -0
- package/Compliance/Runtime/Internal/IComplianceJob.cs +52 -0
- package/Compliance/Runtime/Internal/IComplianceJob.cs.meta +11 -0
- package/Compliance/Runtime/Internal/Init/ComplianceInitTask.cs +46 -0
- package/Compliance/Runtime/Internal/Init/ComplianceInitTask.cs.meta +3 -0
- package/Compliance/Runtime/Internal/Init.meta +3 -0
- package/Compliance/Runtime/Internal/Model/StartUpResult.cs +28 -0
- package/Compliance/Runtime/Internal/Model/StartUpResult.cs.meta +11 -0
- package/Compliance/Runtime/Internal/Model.meta +8 -0
- package/Compliance/Runtime/Internal.meta +8 -0
- package/Compliance/Runtime/Public/TapTapCompliance.cs +123 -0
- package/Compliance/Runtime/Public/TapTapCompliance.cs.meta +11 -0
- package/Compliance/Runtime/Public/TapTapComplianceOption.cs +48 -0
- package/Compliance/Runtime/Public/TapTapComplianceOption.cs.meta +3 -0
- package/Compliance/Runtime/Public.meta +3 -0
- package/Compliance/Runtime/TapSDK.Compliance.Runtime.asmdef +16 -0
- package/Compliance/Runtime/TapSDK.Compliance.Runtime.asmdef.meta +7 -0
- package/Compliance/Runtime.meta +3 -0
- package/Compliance/Standalone/Editor/TapComplianceStandaloneProcessBuild.cs +20 -0
- package/Compliance/Standalone/Editor/TapComplianceStandaloneProcessBuild.cs.meta +3 -0
- package/Compliance/Standalone/Editor/TapSDK.Compliance.Standalone.Editor.asmdef +17 -0
- package/Compliance/Standalone/Editor/TapSDK.Compliance.Standalone.Editor.asmdef.meta +7 -0
- package/Compliance/Standalone/Editor.meta +3 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab +835 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab +1646 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab +1591 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab +897 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthReminderPanel.prefab +1065 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthReminderPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone.meta +8 -0
- package/Compliance/Standalone/Resources/Prefabs.meta +8 -0
- package/Compliance/Standalone/Resources/Textures/QuickVerifyTip.png +0 -0
- package/Compliance/Standalone/Resources/Textures/QuickVerifyTip.png.meta +128 -0
- package/Compliance/Standalone/Resources/Textures/taptap-antiaddiction-largebutton.png +0 -0
- package/Compliance/Standalone/Resources/Textures/taptap-antiaddiction-largebutton.png.meta +128 -0
- package/Compliance/Standalone/Resources/Textures.meta +8 -0
- package/Compliance/Standalone/Resources.meta +8 -0
- package/Compliance/Standalone/Runtime/ComplianceWorker.cs +464 -0
- package/Compliance/Standalone/Runtime/ComplianceWorker.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/AccessTokenJsonConverter.cs +58 -0
- package/Compliance/Standalone/Runtime/Internal/AccessTokenJsonConverter.cs.meta +3 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceConst.cs +73 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceConst.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceException.cs +24 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceException.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceNewJob.cs +303 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceNewJob.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/CompliancePoll.cs +137 -0
- package/Compliance/Standalone/Runtime/Internal/CompliancePoll.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Config.cs +136 -0
- package/Compliance/Standalone/Runtime/Internal/Config.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Http/ComplianceHttpClient.cs +118 -0
- package/Compliance/Standalone/Runtime/Internal/Http/ComplianceHttpClient.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Http.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/Model/BaseResponse.cs +14 -0
- package/Compliance/Standalone/Runtime/Internal/Model/BaseResponse.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ErrorResponse.cs +27 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ErrorResponse.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Payable.cs +23 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Payable.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Playable.cs +48 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Playable.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/RealNameConfig.cs +73 -0
- package/Compliance/Standalone/Runtime/Internal/Model/RealNameConfig.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ServerTime.cs +19 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ServerTime.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/StandaloneResponse.cs +12 -0
- package/Compliance/Standalone/Runtime/Internal/Model/StandaloneResponse.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/SubmitPayment.cs +8 -0
- package/Compliance/Standalone/Runtime/Internal/Model/SubmitPayment.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/UserComplianceConfig.cs +109 -0
- package/Compliance/Standalone/Runtime/Internal/Model/UserComplianceConfig.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Verification.cs +89 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Verification.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/Network.cs +261 -0
- package/Compliance/Standalone/Runtime/Internal/Network.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Persistence.cs +103 -0
- package/Compliance/Standalone/Runtime/Internal/Persistence.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/TapComplianceUI.cs +68 -0
- package/Compliance/Standalone/Runtime/Internal/TapComplianceUI.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/TapLoginPermissionProvider.cs +24 -0
- package/Compliance/Standalone/Runtime/Internal/TapLoginPermissionProvider.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/TapTapComplianceManager.cs +269 -0
- package/Compliance/Standalone/Runtime/Internal/TapTapComplianceManager.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Tool.cs +212 -0
- package/Compliance/Standalone/Runtime/Internal/Tool.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Tracker/TapComplianceTracker.cs +109 -0
- package/Compliance/Standalone/Runtime/Internal/Tracker/TapComplianceTracker.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Tracker.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapChinaVerifyFinishPanelController.cs +81 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapChinaVerifyFinishPanelController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapComplianceQuickVerifyTipController.cs +120 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapComplianceQuickVerifyTipController.cs.meta +3 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthPaymentController.cs +105 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthPaymentController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthReminderController.cs +130 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthReminderController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceIDInputController.cs +251 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceIDInputController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceRetryAlertController.cs +46 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceRetryAlertController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/UI.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/Verification.cs +304 -0
- package/Compliance/Standalone/Runtime/Internal/Verification.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Worker/BaseComplianceWorker.cs +537 -0
- package/Compliance/Standalone/Runtime/Internal/Worker/BaseComplianceWorker.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Worker.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal.meta +3 -0
- package/Compliance/Standalone/Runtime/TapTap.AntiAddiction.Standalone.Runtime.asmdef +26 -0
- package/Compliance/Standalone/Runtime/TapTap.AntiAddiction.Standalone.Runtime.asmdef.meta +3 -0
- package/Compliance/Standalone/Runtime/gen/ComplianceLocalizationItems.cs +121 -0
- package/Compliance/Standalone/Runtime/gen/ComplianceLocalizationItems.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/gen.meta +8 -0
- package/Compliance/Standalone/Runtime.meta +3 -0
- package/Compliance/Standalone.meta +3 -0
- package/Compliance/link.xml +5 -0
- package/Compliance/link.xml.meta +7 -0
- package/Compliance.meta +8 -0
- package/Core/Editor/BuildTargetUtils.cs +14 -0
- package/Core/Editor/BuildTargetUtils.cs.meta +11 -0
- package/Core/Editor/LinkXMLGenerator.cs +70 -0
- package/Core/Editor/LinkXMLGenerator.cs.meta +11 -0
- package/Core/Editor/Plist.cs +954 -0
- package/Core/Editor/Plist.cs.meta +3 -0
- package/Core/Editor/SDKLinkProcessBuild.cs +119 -0
- package/Core/Editor/SDKLinkProcessBuild.cs.meta +11 -0
- package/Core/Editor/TapFileHelper.cs +168 -0
- package/Core/Editor/TapFileHelper.cs.meta +3 -0
- package/Core/Editor/TapSDK.Core.Editor.asmdef +15 -0
- package/Core/Editor/TapSDK.Core.Editor.asmdef.meta +7 -0
- package/Core/Editor/TapSDKCoreCompile.cs +299 -0
- package/Core/Editor/TapSDKCoreCompile.cs.meta +3 -0
- package/Core/Editor/TapSDKCoreIOSProcessor.cs +74 -0
- package/Core/Editor/TapSDKCoreIOSProcessor.cs.meta +3 -0
- package/Core/Editor/UI/ScrollViewEditor.cs +267 -0
- package/Core/Editor/UI/ScrollViewEditor.cs.meta +12 -0
- package/Core/Editor/UI/ScrollViewExEditor.cs +34 -0
- package/Core/Editor/UI/ScrollViewExEditor.cs.meta +12 -0
- package/Core/Editor/UI/TapSDK.UI.Editor.asmdef +17 -0
- package/Core/Editor/UI/TapSDK.UI.Editor.asmdef.meta +7 -0
- package/Core/Editor/UI.meta +9 -0
- package/Core/Editor.meta +8 -0
- package/Core/Mobile/Editor/TapCommonMobileProcessBuild.cs +20 -0
- package/Core/Mobile/Editor/TapCommonMobileProcessBuild.cs.meta +11 -0
- package/Core/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef +17 -0
- package/Core/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef.meta +7 -0
- package/Core/Mobile/Editor.meta +8 -0
- package/Core/Mobile/Runtime/AndroidNativeWrapper.cs +51 -0
- package/Core/Mobile/Runtime/AndroidNativeWrapper.cs.meta +11 -0
- package/Core/Mobile/Runtime/Bridge.cs +84 -0
- package/Core/Mobile/Runtime/Bridge.cs.meta +11 -0
- package/Core/Mobile/Runtime/BridgeAndroid.cs +74 -0
- package/Core/Mobile/Runtime/BridgeAndroid.cs.meta +11 -0
- package/Core/Mobile/Runtime/BridgeCallback.cs +35 -0
- package/Core/Mobile/Runtime/BridgeCallback.cs.meta +11 -0
- package/Core/Mobile/Runtime/BridgeIOS.cs +112 -0
- package/Core/Mobile/Runtime/BridgeIOS.cs.meta +11 -0
- package/Core/Mobile/Runtime/Command.cs +119 -0
- package/Core/Mobile/Runtime/Command.cs.meta +11 -0
- package/Core/Mobile/Runtime/Constants.cs +9 -0
- package/Core/Mobile/Runtime/Constants.cs.meta +11 -0
- package/Core/Mobile/Runtime/EngineBridgeInitializer.cs +34 -0
- package/Core/Mobile/Runtime/EngineBridgeInitializer.cs.meta +11 -0
- package/Core/Mobile/Runtime/IBridge.cs +15 -0
- package/Core/Mobile/Runtime/IBridge.cs.meta +11 -0
- package/Core/Mobile/Runtime/IOSNativeWrapper.cs +50 -0
- package/Core/Mobile/Runtime/IOSNativeWrapper.cs.meta +11 -0
- package/Core/Mobile/Runtime/Result.cs +37 -0
- package/Core/Mobile/Runtime/Result.cs.meta +11 -0
- package/Core/Mobile/Runtime/TapCoreMobile.cs +77 -0
- package/Core/Mobile/Runtime/TapCoreMobile.cs.meta +11 -0
- package/Core/Mobile/Runtime/TapEventMobile.cs +291 -0
- package/Core/Mobile/Runtime/TapEventMobile.cs.meta +11 -0
- package/Core/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef +18 -0
- package/Core/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef.meta +7 -0
- package/Core/Mobile/Runtime/TapUUID.cs +9 -0
- package/Core/Mobile/Runtime/TapUUID.cs.meta +11 -0
- package/Core/Mobile/Runtime.meta +8 -0
- package/Core/Mobile.meta +8 -0
- package/Core/Resources/Fonts/taptap-sdk-bold.ttf +0 -0
- package/Core/Resources/Fonts/taptap-sdk-bold.ttf.meta +22 -0
- package/Core/Resources/Fonts/taptap-sdk.ttf +0 -0
- package/Core/Resources/Fonts/taptap-sdk.ttf.meta +21 -0
- package/Core/Resources/Fonts.meta +8 -0
- package/Core/Resources/Loading.prefab +260 -0
- package/Core/Resources/Loading.prefab.meta +7 -0
- package/Core/Resources/TapCommonTip.prefab +194 -0
- package/Core/Resources/TapCommonTip.prefab.meta +7 -0
- package/Core/Resources/TapCommonToastBlack.prefab +528 -0
- package/Core/Resources/TapCommonToastBlack.prefab.meta +7 -0
- package/Core/Resources/TapCommonToastWhite.prefab +411 -0
- package/Core/Resources/TapCommonToastWhite.prefab.meta +7 -0
- package/Core/Resources/TapMessage.prefab +352 -0
- package/Core/Resources/TapMessage.prefab.meta +10 -0
- package/Core/Resources/TapSDKCommonTapIcon-v2.png +0 -0
- package/Core/Resources/TapSDKCommonTapIcon-v2.png.meta +128 -0
- package/Core/Resources/TapSDKCommonTapIcon.png +0 -0
- package/Core/Resources/TapSDKCommonTapIcon.png.meta +128 -0
- package/Core/Resources/TapSDKCommonToastBg.png +0 -0
- package/Core/Resources/TapSDKCommonToastBg.png.meta +128 -0
- package/Core/Resources/TapSDKConstantUIRoot.prefab +100 -0
- package/Core/Resources/TapSDKConstantUIRoot.prefab.meta +7 -0
- package/Core/Resources/TapSDKUIRoot.prefab +100 -0
- package/Core/Resources/TapSDKUIRoot.prefab.meta +7 -0
- package/Core/Resources/TapTapBtn_White.png +0 -0
- package/Core/Resources/TapTapBtn_White.png.meta +128 -0
- package/Core/Resources/TapTapBtn_White_2.png +0 -0
- package/Core/Resources/TapTapBtn_White_2.png.meta +128 -0
- package/Core/Resources/ToastBackground.png +0 -0
- package/Core/Resources/ToastBackground.png.meta +128 -0
- package/Core/Resources/detail_bg.png +0 -0
- package/Core/Resources/detail_bg.png.meta +92 -0
- package/Core/Resources/success.png +0 -0
- package/Core/Resources/success.png.meta +128 -0
- package/Core/Resources/tap_toast_background.png +0 -0
- package/Core/Resources/tap_toast_background.png.meta +128 -0
- package/Core/Resources/tap_toast_background1.png +0 -0
- package/Core/Resources/tap_toast_background1.png.meta +128 -0
- package/Core/Resources/taptap-bg.png +0 -0
- package/Core/Resources/taptap-bg.png.meta +140 -0
- package/Core/Resources/taptap-close.png +0 -0
- package/Core/Resources/taptap-close.png.meta +146 -0
- package/Core/Resources/taptap-router-v2.png +0 -0
- package/Core/Resources/taptap-router-v2.png.meta +128 -0
- package/Core/Resources/taptap-router.png +0 -0
- package/Core/Resources/taptap-router.png.meta +146 -0
- package/Core/Resources/taptap-sdk-refresh 1.png +0 -0
- package/Core/Resources/taptap-sdk-refresh 1.png.meta +128 -0
- package/Core/Resources/taptap-toast-error.png +0 -0
- package/Core/Resources/taptap-toast-error.png.meta +128 -0
- package/Core/Resources/taptap-toast-info.png +0 -0
- package/Core/Resources/taptap-toast-info.png.meta +128 -0
- package/Core/Resources/taptap-toast-success.png +0 -0
- package/Core/Resources/taptap-toast-success.png.meta +128 -0
- package/Core/Resources/taptap-toast-warning.png +0 -0
- package/Core/Resources/taptap-toast-warning.png.meta +128 -0
- package/Core/Resources.meta +8 -0
- package/Core/Runtime/Internal/Http/TapHttpClient.cs +177 -0
- package/Core/Runtime/Internal/Http/TapHttpClient.cs.meta +11 -0
- package/Core/Runtime/Internal/Http/TapHttpUtils.cs +84 -0
- package/Core/Runtime/Internal/Http/TapHttpUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Http.meta +8 -0
- package/Core/Runtime/Internal/Init/IInitTask.cs +18 -0
- package/Core/Runtime/Internal/Init/IInitTask.cs.meta +11 -0
- package/Core/Runtime/Internal/Init.meta +8 -0
- package/Core/Runtime/Internal/Json/TapJsonConverter.cs +40 -0
- package/Core/Runtime/Internal/Json/TapJsonConverter.cs.meta +11 -0
- package/Core/Runtime/Internal/Json.meta +8 -0
- package/Core/Runtime/Internal/Log/TapLog.cs +150 -0
- package/Core/Runtime/Internal/Log/TapLog.cs.meta +11 -0
- package/Core/Runtime/Internal/Log.meta +8 -0
- package/Core/Runtime/Internal/Platform/ITapCorePlatform.cs +14 -0
- package/Core/Runtime/Internal/Platform/ITapCorePlatform.cs.meta +11 -0
- package/Core/Runtime/Internal/Platform/ITapEventPlatform.cs +44 -0
- package/Core/Runtime/Internal/Platform/ITapEventPlatform.cs.meta +11 -0
- package/Core/Runtime/Internal/Platform/PlatformTypeUtils.cs +42 -0
- package/Core/Runtime/Internal/Platform/PlatformTypeUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Platform.meta +8 -0
- package/Core/Runtime/Internal/UI/Base/Const.cs +27 -0
- package/Core/Runtime/Internal/UI/Base/Const.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs +240 -0
- package/Core/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs.meta +3 -0
- package/Core/Runtime/Internal/UI/Base/LoadingPanelController.cs +29 -0
- package/Core/Runtime/Internal/UI/Base/LoadingPanelController.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/MonoSingleton.cs +102 -0
- package/Core/Runtime/Internal/UI/Base/MonoSingleton.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/Singleton.cs +29 -0
- package/Core/Runtime/Internal/UI/Base/Singleton.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/TipPanelController.cs +45 -0
- package/Core/Runtime/Internal/UI/Base/TipPanelController.cs.meta +3 -0
- package/Core/Runtime/Internal/UI/Base/ToastBlackPanelController.cs +95 -0
- package/Core/Runtime/Internal/UI/Base/ToastBlackPanelController.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/ToastWhitePanelController.cs +79 -0
- package/Core/Runtime/Internal/UI/Base/ToastWhitePanelController.cs.meta +3 -0
- package/Core/Runtime/Internal/UI/Base/UIManager.cs +725 -0
- package/Core/Runtime/Internal/UI/Base/UIManager.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base.meta +8 -0
- package/Core/Runtime/Internal/UI/BasePanel/BasePanelController.cs +386 -0
- package/Core/Runtime/Internal/UI/BasePanel/BasePanelController.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/BasePanel.meta +8 -0
- package/Core/Runtime/Internal/UI/Params/BasePanelConfig.cs +18 -0
- package/Core/Runtime/Internal/UI/Params/BasePanelConfig.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Params/IOpenPanelParameter.cs +7 -0
- package/Core/Runtime/Internal/UI/Params/IOpenPanelParameter.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Params.meta +8 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs +76 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs.meta +12 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ObjPool.meta +9 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs +828 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs.meta +12 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs +245 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs.meta +12 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView.meta +9 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx.meta +8 -0
- package/Core/Runtime/Internal/UI.meta +8 -0
- package/Core/Runtime/Internal/Utils/BridgeUtils.cs +148 -0
- package/Core/Runtime/Internal/Utils/BridgeUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/EventManager.cs +47 -0
- package/Core/Runtime/Internal/Utils/EventManager.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/ImageUtils.cs +158 -0
- package/Core/Runtime/Internal/Utils/ImageUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/TapLoom.cs +172 -0
- package/Core/Runtime/Internal/Utils/TapLoom.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/TapMessage.cs +69 -0
- package/Core/Runtime/Internal/Utils/TapMessage.cs.meta +13 -0
- package/Core/Runtime/Internal/Utils/TapVerifyInitStateUtils.cs +21 -0
- package/Core/Runtime/Internal/Utils/TapVerifyInitStateUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/UrlUtils.cs +34 -0
- package/Core/Runtime/Internal/Utils/UrlUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils.meta +8 -0
- package/Core/Runtime/Internal.meta +8 -0
- package/Core/Runtime/Public/DataStorage.cs +173 -0
- package/Core/Runtime/Public/DataStorage.cs.meta +11 -0
- package/Core/Runtime/Public/ITapPropertiesProxy.cs +6 -0
- package/Core/Runtime/Public/ITapPropertiesProxy.cs.meta +11 -0
- package/Core/Runtime/Public/Json.cs +636 -0
- package/Core/Runtime/Public/Json.cs.meta +11 -0
- package/Core/Runtime/Public/Log/TapLogLevel.cs +7 -0
- package/Core/Runtime/Public/Log/TapLogLevel.cs.meta +11 -0
- package/Core/Runtime/Public/Log/TapLogger.cs +48 -0
- package/Core/Runtime/Public/Log/TapLogger.cs.meta +11 -0
- package/Core/Runtime/Public/Log.meta +8 -0
- package/Core/Runtime/Public/Platform.cs +27 -0
- package/Core/Runtime/Public/Platform.cs.meta +11 -0
- package/Core/Runtime/Public/RegionType.cs +8 -0
- package/Core/Runtime/Public/RegionType.cs.meta +11 -0
- package/Core/Runtime/Public/SafeDictionary.cs +27 -0
- package/Core/Runtime/Public/SafeDictionary.cs.meta +11 -0
- package/Core/Runtime/Public/TapEngineBridgeResult.cs +14 -0
- package/Core/Runtime/Public/TapEngineBridgeResult.cs.meta +3 -0
- package/Core/Runtime/Public/TapError.cs +62 -0
- package/Core/Runtime/Public/TapError.cs.meta +11 -0
- package/Core/Runtime/Public/TapErrorCode.cs +44 -0
- package/Core/Runtime/Public/TapErrorCode.cs.meta +11 -0
- package/Core/Runtime/Public/TapException.cs +24 -0
- package/Core/Runtime/Public/TapException.cs.meta +11 -0
- package/Core/Runtime/Public/TapLanguage.cs +21 -0
- package/Core/Runtime/Public/TapLanguage.cs.meta +11 -0
- package/Core/Runtime/Public/TapLocalizeManager.cs +128 -0
- package/Core/Runtime/Public/TapLocalizeManager.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapEvent.cs +107 -0
- package/Core/Runtime/Public/TapTapEvent.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapSDK.cs +150 -0
- package/Core/Runtime/Public/TapTapSDK.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapSdkOptions.cs +167 -0
- package/Core/Runtime/Public/TapTapSdkOptions.cs.meta +11 -0
- package/Core/Runtime/Public.meta +8 -0
- package/Core/Runtime/TapSDK.Core.Runtime.asmdef +3 -0
- package/Core/Runtime/TapSDK.Core.Runtime.asmdef.meta +7 -0
- package/Core/Runtime.meta +8 -0
- package/Core/Standalone/Editor/TapCoreStandaloneProcessBuild.cs +20 -0
- package/Core/Standalone/Editor/TapCoreStandaloneProcessBuild.cs.meta +11 -0
- package/Core/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef +17 -0
- package/Core/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef.meta +7 -0
- package/Core/Standalone/Editor.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist +46 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist.meta +7 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo +0 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo.meta +7 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources +115 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources.meta +7 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle.meta +33 -0
- package/Core/Standalone/Plugins/macOS/libtapsdkcorecpp.dylib +0 -0
- package/Core/Standalone/Plugins/macOS/libtapsdkcorecpp.dylib.meta +80 -0
- package/Core/Standalone/Plugins/macOS.meta +8 -0
- package/Core/Standalone/Plugins/x86/tapsdkcore.dll +0 -0
- package/Core/Standalone/Plugins/x86/tapsdkcore.dll.meta +63 -0
- package/Core/Standalone/Plugins/x86.meta +8 -0
- package/Core/Standalone/Plugins/x86_64/tapsdkcore.dll +0 -0
- package/Core/Standalone/Plugins/x86_64/tapsdkcore.dll.meta +63 -0
- package/Core/Standalone/Plugins/x86_64/taptap_api.dll +0 -0
- package/Core/Standalone/Plugins/x86_64/taptap_api.dll.meta +80 -0
- package/Core/Standalone/Plugins/x86_64.meta +8 -0
- package/Core/Standalone/Plugins.meta +8 -0
- package/Core/Standalone/Resources/Prefabs/TapClient/TapClientConnectTipPanel.prefab +983 -0
- package/Core/Standalone/Resources/Prefabs/TapClient/TapClientConnectTipPanel.prefab.meta +7 -0
- package/Core/Standalone/Resources/Prefabs/TapClient.meta +8 -0
- package/Core/Standalone/Resources/Prefabs.meta +8 -0
- package/Core/Standalone/Resources/Texures/TapClientConnectError.png +0 -0
- package/Core/Standalone/Resources/Texures/TapClientConnectError.png.meta +128 -0
- package/Core/Standalone/Resources/Texures.meta +8 -0
- package/Core/Standalone/Resources.meta +8 -0
- package/Core/Standalone/Runtime/Internal/Bean/TapGatekeeper.cs +42 -0
- package/Core/Standalone/Runtime/Internal/Bean/TapGatekeeper.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Bean.meta +8 -0
- package/Core/Standalone/Runtime/Internal/Constants.cs +20 -0
- package/Core/Standalone/Runtime/Internal/Constants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/DeviceInfo.cs +137 -0
- package/Core/Standalone/Runtime/Internal/DeviceInfo.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/EventSender.cs +266 -0
- package/Core/Standalone/Runtime/Internal/EventSender.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttp.cs +437 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttp.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpBuilder.cs +92 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpBuilder.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpErrorConstants.cs +114 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpErrorConstants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpException.cs +79 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpException.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpParser.cs +136 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpParser.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResponse.cs +37 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResponse.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResult.cs +99 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResult.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpRetryStrategy.cs +237 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpRetryStrategy.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpSign.cs +141 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpSign.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpUtils.cs +196 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpUtils.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http.meta +8 -0
- package/Core/Standalone/Runtime/Internal/Identity.cs +43 -0
- package/Core/Standalone/Runtime/Internal/Identity.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapAppDurationStandalone.cs +121 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapAppDurationStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapCoreTracker.cs +107 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapCoreTracker.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogParamConstants.cs +102 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogParamConstants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStandalone.cs +234 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStartParamConstants.cs +23 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStartParamConstants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogWrapper.cs +178 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogWrapper.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog.meta +8 -0
- package/Core/Standalone/Runtime/Internal/PlayRecorder.cs +53 -0
- package/Core/Standalone/Runtime/Internal/PlayRecorder.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Prefs.cs +97 -0
- package/Core/Standalone/Runtime/Internal/Prefs.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridge.cs +315 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridge.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridgePoll.cs +35 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridgePoll.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Tracker.cs +319 -0
- package/Core/Standalone/Runtime/Internal/Tracker.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/UI/TapClientConnectTipController.cs +59 -0
- package/Core/Standalone/Runtime/Internal/UI/TapClientConnectTipController.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/UI/TapUnderLineText.cs +76 -0
- package/Core/Standalone/Runtime/Internal/UI/TapUnderLineText.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/UI.meta +8 -0
- package/Core/Standalone/Runtime/Internal/User.cs +51 -0
- package/Core/Standalone/Runtime/Internal/User.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/service/ITapLoginService.cs +9 -0
- package/Core/Standalone/Runtime/Internal/service/ITapLoginService.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/service.meta +8 -0
- package/Core/Standalone/Runtime/Internal.meta +8 -0
- package/Core/Standalone/Runtime/Public/TapClientStandalone.cs +352 -0
- package/Core/Standalone/Runtime/Public/TapClientStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Public/TapCoreStandalone.cs +257 -0
- package/Core/Standalone/Runtime/Public/TapCoreStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Public/TapEventStandalone.cs +419 -0
- package/Core/Standalone/Runtime/Public/TapEventStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Public.meta +8 -0
- package/Core/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef +20 -0
- package/Core/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef.meta +7 -0
- package/Core/Standalone/Runtime.meta +8 -0
- package/Core/Standalone.meta +8 -0
- package/Core/link.xml +4 -0
- package/Core/link.xml.meta +7 -0
- package/Core.meta +8 -0
- package/Editor/Android/TapWrapperAndroidGradleProcessor.cs +38 -0
- package/Editor/Android/TapWrapperAndroidGradleProcessor.cs.meta +11 -0
- package/Editor/Android.meta +8 -0
- package/Editor.meta +8 -0
- package/License/Mobile/Editor/TapLicenseMobileProcessBuild.cs +20 -0
- package/License/Mobile/Editor/TapLicenseMobileProcessBuild.cs.meta +11 -0
- package/License/Mobile/Editor/TapSDK.License.Mobile.Editor.asmdef +17 -0
- package/License/Mobile/Editor/TapSDK.License.Mobile.Editor.asmdef.meta +7 -0
- package/License/Mobile/Editor.meta +8 -0
- package/License/Mobile/Runtime/TapLicenseMobile.cs +164 -0
- package/License/Mobile/Runtime/TapLicenseMobile.cs.meta +11 -0
- package/License/Mobile/Runtime/TapSDK.License.Mobile.Runtime.asmdef +19 -0
- package/License/Mobile/Runtime/TapSDK.License.Mobile.Runtime.asmdef.meta +7 -0
- package/License/Mobile/Runtime.meta +8 -0
- package/License/Mobile.meta +8 -0
- package/License/Runtime/Internal/ITapLicenseBridge.cs +21 -0
- package/License/Runtime/Internal/ITapLicenseBridge.cs.meta +11 -0
- package/License/Runtime/Internal/TapLicenseInitTask.cs +22 -0
- package/License/Runtime/Internal/TapLicenseInitTask.cs.meta +11 -0
- package/License/Runtime/Internal.meta +8 -0
- package/License/Runtime/Public/ITapDlcCallback.cs +8 -0
- package/License/Runtime/Public/ITapDlcCallback.cs.meta +11 -0
- package/License/Runtime/Public/ITapLicenseCallback.cs +8 -0
- package/License/Runtime/Public/ITapLicenseCallback.cs.meta +11 -0
- package/License/Runtime/Public/TapLicenseCode.cs +48 -0
- package/License/Runtime/Public/TapLicenseCode.cs.meta +11 -0
- package/License/Runtime/Public/TapTapLicense.cs +60 -0
- package/License/Runtime/Public/TapTapLicense.cs.meta +11 -0
- package/License/Runtime/Public.meta +8 -0
- package/License/Runtime/TapSDK.License.Runtime.asmdef +19 -0
- package/License/Runtime/TapSDK.License.Runtime.asmdef.meta +7 -0
- package/License/Runtime.meta +8 -0
- package/License/Standalone/Editor/TapLicenseStandaloneProcessBuild.cs +20 -0
- package/License/Standalone/Editor/TapLicenseStandaloneProcessBuild.cs.meta +11 -0
- package/License/Standalone/Editor/TapSDK.License.Standalone.Editor.asmdef +17 -0
- package/License/Standalone/Editor/TapSDK.License.Standalone.Editor.asmdef.meta +7 -0
- package/License/Standalone/Editor.meta +8 -0
- package/License/Standalone/Runtime/TapLicenseStandalone.cs +229 -0
- package/License/Standalone/Runtime/TapLicenseStandalone.cs.meta +11 -0
- package/License/Standalone/Runtime/TapLicenseTracker.cs +106 -0
- package/License/Standalone/Runtime/TapLicenseTracker.cs.meta +11 -0
- package/License/Standalone/Runtime/TapSDK.License.Standalone.Runtime.asmdef +20 -0
- package/License/Standalone/Runtime/TapSDK.License.Standalone.Runtime.asmdef.meta +7 -0
- package/License/Standalone/Runtime.meta +8 -0
- package/License/Standalone.meta +8 -0
- package/License/link.xml +4 -0
- package/License/link.xml.meta +7 -0
- package/License.meta +8 -0
- package/Login/Mobile/Editor/TapLoginIOSProcessor.cs +91 -0
- package/Login/Mobile/Editor/TapLoginIOSProcessor.cs.meta +11 -0
- package/Login/Mobile/Editor/TapLoginMobileProcessBuild.cs +20 -0
- package/Login/Mobile/Editor/TapLoginMobileProcessBuild.cs.meta +11 -0
- package/Login/Mobile/Editor/TapSDK.Login.Mobile.Editor.asmdef +17 -0
- package/Login/Mobile/Editor/TapSDK.Login.Mobile.Editor.asmdef.meta +7 -0
- package/Login/Mobile/Editor.meta +8 -0
- package/Login/Mobile/Runtime/AccountWrapper.cs +32 -0
- package/Login/Mobile/Runtime/AccountWrapper.cs.meta +3 -0
- package/Login/Mobile/Runtime/TapSDK.Login.Mobile.Runtime.asmdef +20 -0
- package/Login/Mobile/Runtime/TapSDK.Login.Mobile.Runtime.asmdef.meta +7 -0
- package/Login/Mobile/Runtime/TapTapLoginImpl.cs +84 -0
- package/Login/Mobile/Runtime/TapTapLoginImpl.cs.meta +3 -0
- package/Login/Mobile/Runtime.meta +8 -0
- package/Login/Mobile.meta +8 -0
- package/Login/Plugins/iOS/TapTapSDKLoginAppDelegate.mm +41 -0
- package/Login/Plugins/iOS/TapTapSDKLoginAppDelegate.mm.meta +37 -0
- package/Login/Plugins/iOS.meta +8 -0
- package/Login/Plugins/zxing.unity.dll +0 -0
- package/Login/Plugins/zxing.unity.dll.meta +33 -0
- package/Login/Plugins.meta +8 -0
- package/Login/Runtime/Internal/ITapTapLoginPlatform.cs +15 -0
- package/Login/Runtime/Internal/ITapTapLoginPlatform.cs.meta +3 -0
- package/Login/Runtime/Internal/Init/LoginInitTask.cs +20 -0
- package/Login/Runtime/Internal/Init/LoginInitTask.cs.meta +11 -0
- package/Login/Runtime/Internal/Init.meta +8 -0
- package/Login/Runtime/Internal/Region.cs +86 -0
- package/Login/Runtime/Internal/Region.cs.meta +11 -0
- package/Login/Runtime/Internal/TapTapLoginManager.cs +38 -0
- package/Login/Runtime/Internal/TapTapLoginManager.cs.meta +3 -0
- package/Login/Runtime/Internal.meta +8 -0
- package/Login/Runtime/Public/AccessToken.cs +83 -0
- package/Login/Runtime/Public/AccessToken.cs.meta +11 -0
- package/Login/Runtime/Public/Profile.cs +51 -0
- package/Login/Runtime/Public/Profile.cs.meta +11 -0
- package/Login/Runtime/Public/TapTapAccount.cs +70 -0
- package/Login/Runtime/Public/TapTapAccount.cs.meta +3 -0
- package/Login/Runtime/Public/TapTapLogin.cs +42 -0
- package/Login/Runtime/Public/TapTapLogin.cs.meta +3 -0
- package/Login/Runtime/Public/TapTapSdk.cs +21 -0
- package/Login/Runtime/Public/TapTapSdk.cs.meta +11 -0
- package/Login/Runtime/Public.meta +8 -0
- package/Login/Runtime/TapSDK.Login.Runtime.asmdef +15 -0
- package/Login/Runtime/TapSDK.Login.Runtime.asmdef.meta +7 -0
- package/Login/Runtime.meta +8 -0
- package/Login/Standalone/Editor/TapLoginStandaloneProcessBuild.cs +22 -0
- package/Login/Standalone/Editor/TapLoginStandaloneProcessBuild.cs.meta +11 -0
- package/Login/Standalone/Editor/TapSDK.Login.Standalone.Editor.asmdef +17 -0
- package/Login/Standalone/Editor/TapSDK.Login.Standalone.Editor.asmdef.meta +7 -0
- package/Login/Standalone/Editor.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginPanel.prefab +811 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginPanel.prefab.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginWithPermissionPanel.prefab +820 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginWithPermissionPanel.prefab.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/PermissionItem.prefab +314 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/PermissionItem.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/QRCodeContainer.prefab +1501 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/QRCodeContainer.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/Tips.prefab +286 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/Tips.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/TopBar.prefab +485 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/TopBar.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebContainer.prefab +514 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebContainer.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebWithPermissionContainer.prefab +988 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebWithPermissionContainer.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapTapSdkWindow.prefab +175 -0
- package/Login/Standalone/Resources/Prefabs/TapTapSdkWindow.prefab.meta +8 -0
- package/Login/Standalone/Resources/Prefabs.meta +8 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-android.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-android.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-ios.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-ios.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-android.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-android.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-ios.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-ios.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/taptap-client-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-client-bg.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/taptap-divider.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-divider.png.meta +146 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked-v2.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked-v2.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-unchecked.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-unchecked.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-button-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-button-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-confirm-triangle.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-confirm-triangle.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-tips-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-tips-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-logo.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-logo.png.meta +130 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-error.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-error.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-info.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-info.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-success.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-success.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-warning.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-warning.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-cancel.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-cancel.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-guide.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-guide.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-logo.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-logo.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg-grey.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg-grey.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh-btn-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh-btn-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-log-v2.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-log-v2.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-logo.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-logo.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon-v2.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon-v2.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login.png.meta +146 -0
- package/Login/Standalone/Resources/Sprites.meta +8 -0
- package/Login/Standalone/Resources.meta +8 -0
- package/Login/Standalone/Runtime/Internal/ContainerWindow.cs +67 -0
- package/Login/Standalone/Runtime/Internal/ContainerWindow.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/LoginLanguage.cs +1117 -0
- package/Login/Standalone/Runtime/Internal/LoginLanguage.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/Tracker/TapLoginTracker.cs +114 -0
- package/Login/Standalone/Runtime/Internal/Tracker/TapLoginTracker.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/Tracker.meta +8 -0
- package/Login/Standalone/Runtime/Internal/UI.cs +22 -0
- package/Login/Standalone/Runtime/Internal/UI.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIAnimator.cs +77 -0
- package/Login/Standalone/Runtime/Internal/UIAnimator.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIBase.cs +27 -0
- package/Login/Standalone/Runtime/Internal/UIBase.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIElement.cs +185 -0
- package/Login/Standalone/Runtime/Internal/UIElement.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIManager.cs +101 -0
- package/Login/Standalone/Runtime/Internal/UIManager.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/WebLoginRequestManager.cs +186 -0
- package/Login/Standalone/Runtime/Internal/WebLoginRequestManager.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal.meta +8 -0
- package/Login/Standalone/Runtime/Internal2/AccountManager.cs +113 -0
- package/Login/Standalone/Runtime/Internal2/AccountManager.cs.meta +3 -0
- package/Login/Standalone/Runtime/Internal2/AuthorizationProviderImpl.cs +13 -0
- package/Login/Standalone/Runtime/Internal2/AuthorizationProviderImpl.cs.meta +3 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/ProfileResponse.cs +23 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/ProfileResponse.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/QRCodeResponse.cs +17 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/QRCodeResponse.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/TokenResponse.cs +28 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/TokenResponse.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response.meta +8 -0
- package/Login/Standalone/Runtime/Internal2/Http/TapLoginSign.cs +27 -0
- package/Login/Standalone/Runtime/Internal2/Http/TapLoginSign.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http.meta +8 -0
- package/Login/Standalone/Runtime/Internal2/LoginService.cs +192 -0
- package/Login/Standalone/Runtime/Internal2/LoginService.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/QRCodeUtils.cs +50 -0
- package/Login/Standalone/Runtime/Internal2/QRCodeUtils.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginClientBridge.cs +87 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginClientBridge.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginService.cs +45 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginService.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginStandaloneImpl.cs +439 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginStandaloneImpl.cs.meta +3 -0
- package/Login/Standalone/Runtime/Internal2/UI/ClientButtonListener.cs +20 -0
- package/Login/Standalone/Runtime/Internal2/UI/ClientButtonListener.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/LoginPanelController.cs +72 -0
- package/Login/Standalone/Runtime/Internal2/UI/LoginPanelController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/QRCodeController.cs +180 -0
- package/Login/Standalone/Runtime/Internal2/UI/QRCodeController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/TitleController.cs +20 -0
- package/Login/Standalone/Runtime/Internal2/UI/TitleController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/WebController.cs +128 -0
- package/Login/Standalone/Runtime/Internal2/UI/WebController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI.meta +8 -0
- package/Login/Standalone/Runtime/Internal2.meta +8 -0
- package/Login/Standalone/Runtime/Public/IAuthorizationProvider.cs +9 -0
- package/Login/Standalone/Runtime/Public/IAuthorizationProvider.cs.meta +3 -0
- package/Login/Standalone/Runtime/Public/IComplianceProvider.cs +7 -0
- package/Login/Standalone/Runtime/Public/IComplianceProvider.cs.meta +3 -0
- package/Login/Standalone/Runtime/Public/TapTapLoginStandalone.cs +51 -0
- package/Login/Standalone/Runtime/Public/TapTapLoginStandalone.cs.meta +3 -0
- package/Login/Standalone/Runtime/Public.meta +8 -0
- package/Login/Standalone/Runtime/TapSDK.Login.Standalone.Runtime.asmdef +24 -0
- package/Login/Standalone/Runtime/TapSDK.Login.Standalone.Runtime.asmdef.meta +7 -0
- package/Login/Standalone/Runtime.meta +8 -0
- package/Login/Standalone.meta +8 -0
- package/Login/link.xml +4 -0
- package/Login/link.xml.meta +7 -0
- package/Login.meta +8 -0
- package/Moment/Mobile/Editor/TapMomentIOSProcessor.cs +49 -0
- package/Moment/Mobile/Editor/TapMomentIOSProcessor.cs.meta +3 -0
- package/Moment/Mobile/Editor/TapMomentMobileProcessBuild.cs +20 -0
- package/Moment/Mobile/Editor/TapMomentMobileProcessBuild.cs.meta +11 -0
- package/Moment/Mobile/Editor/TapTap.Moment.Mobile.Editor.asmdef +17 -0
- package/Moment/Mobile/Editor/TapTap.Moment.Mobile.Editor.asmdef.meta +7 -0
- package/Moment/Mobile/Editor.meta +3 -0
- package/Moment/Mobile/Runtime/TapSDK.Moment.Mobile.Runtime.asmdef +20 -0
- package/Moment/Mobile/Runtime/TapSDK.Moment.Mobile.Runtime.asmdef.meta +7 -0
- package/Moment/Mobile/Runtime/TapTapMomentImpl.cs +147 -0
- package/Moment/Mobile/Runtime/TapTapMomentImpl.cs.meta +11 -0
- package/Moment/Mobile/Runtime.meta +8 -0
- package/Moment/Mobile.meta +8 -0
- package/Moment/Runtime/Internal/ITapTapMomentPlatform.cs +26 -0
- package/Moment/Runtime/Internal/ITapTapMomentPlatform.cs.meta +11 -0
- package/Moment/Runtime/Internal/Init/MomentInitTask.cs +18 -0
- package/Moment/Runtime/Internal/Init/MomentInitTask.cs.meta +11 -0
- package/Moment/Runtime/Internal/Init.meta +8 -0
- package/Moment/Runtime/Internal/TapTapMomentManager.cs +69 -0
- package/Moment/Runtime/Internal/TapTapMomentManager.cs.meta +11 -0
- package/Moment/Runtime/Internal.meta +8 -0
- package/Moment/Runtime/Public/DisplayInfo.cs +22 -0
- package/Moment/Runtime/Public/DisplayInfo.cs.meta +11 -0
- package/Moment/Runtime/Public/PublishMetaData.cs +23 -0
- package/Moment/Runtime/Public/PublishMetaData.cs.meta +11 -0
- package/Moment/Runtime/Public/TapTapMoment.cs +90 -0
- package/Moment/Runtime/Public/TapTapMoment.cs.meta +11 -0
- package/Moment/Runtime/Public.meta +8 -0
- package/Moment/Runtime/TapSDK.Moment.Runtime.asmdef +15 -0
- package/Moment/Runtime/TapSDK.Moment.Runtime.asmdef.meta +7 -0
- package/Moment/Runtime.meta +8 -0
- package/Moment/Standalone/Editor/TapMomentStandaloneProcessBuild.cs +20 -0
- package/Moment/Standalone/Editor/TapMomentStandaloneProcessBuild.cs.meta +11 -0
- package/Moment/Standalone/Editor/TapSDK.Moment.Standalone.Editor.asmdef +17 -0
- package/Moment/Standalone/Editor/TapSDK.Moment.Standalone.Editor.asmdef.meta +7 -0
- package/Moment/Standalone/Editor.meta +8 -0
- package/Moment/Standalone/Runtime/TapMomentStandalone.cs +60 -0
- package/Moment/Standalone/Runtime/TapMomentStandalone.cs.meta +11 -0
- package/Moment/Standalone/Runtime/TapSDK.Moment.Standalone.Runtime.asmdef +22 -0
- package/Moment/Standalone/Runtime/TapSDK.Moment.Standalone.Runtime.asmdef.meta +7 -0
- package/Moment/Standalone/Runtime.meta +8 -0
- package/Moment/Standalone.meta +8 -0
- package/Moment/link.xml +4 -0
- package/Moment/link.xml.meta +7 -0
- package/Moment.meta +8 -0
- package/Review/Mobile/Editor/TapReviewMobileProcessBuild.cs +19 -0
- package/Review/Mobile/Editor/TapReviewMobileProcessBuild.cs.meta +11 -0
- package/Review/Mobile/Editor/TapSDK.Review.Mobile.Editor.asmdef +17 -0
- package/Review/Mobile/Editor/TapSDK.Review.Mobile.Editor.asmdef.meta +7 -0
- package/Review/Mobile/Editor.meta +8 -0
- package/Review/Mobile/Runtime/TapReviewBridge.cs +35 -0
- package/Review/Mobile/Runtime/TapReviewBridge.cs.meta +11 -0
- package/Review/Mobile/Runtime/TapSDK.Review.Mobile.Runtime.asmdef +21 -0
- package/Review/Mobile/Runtime/TapSDK.Review.Mobile.Runtime.asmdef.meta +7 -0
- package/Review/Mobile/Runtime.meta +8 -0
- package/Review/Mobile.meta +8 -0
- package/Review/Runtime/Internal/ITapReviewBridge.cs +5 -0
- package/Review/Runtime/Internal/ITapReviewBridge.cs.meta +11 -0
- package/Review/Runtime/Internal/TapReviewInitTask.cs +18 -0
- package/Review/Runtime/Internal/TapReviewInitTask.cs.meta +11 -0
- package/Review/Runtime/Internal/TapTapReviewInner.cs +25 -0
- package/Review/Runtime/Internal/TapTapReviewInner.cs.meta +11 -0
- package/Review/Runtime/Internal.meta +8 -0
- package/Review/Runtime/Public/TapTapReview.cs +15 -0
- package/Review/Runtime/Public/TapTapReview.cs.meta +11 -0
- package/Review/Runtime/Public.meta +8 -0
- package/Review/Runtime/TapSDK.Review.Runtime.asmdef +15 -0
- package/Review/Runtime/TapSDK.Review.Runtime.asmdef.meta +7 -0
- package/Review/Runtime.meta +8 -0
- package/Review/link.xml +3 -0
- package/Review/link.xml.meta +7 -0
- package/Review.meta +8 -0
- package/Runtime/Internal/TapComplianceHelper.cs +174 -0
- package/Runtime/Internal/TapComplianceHelper.cs.meta +11 -0
- package/Runtime/Internal/TapConvertExtension.cs +44 -0
- package/Runtime/Internal/TapConvertExtension.cs.meta +11 -0
- package/Runtime/Internal/TapLicenseFuncProxy.cs +54 -0
- package/Runtime/Internal/TapLicenseFuncProxy.cs.meta +11 -0
- package/Runtime/Internal.meta +8 -0
- package/Runtime/Public/TapSDKEventHandler.cs +235 -0
- package/Runtime/Public/TapSDKEventHandler.cs.meta +11 -0
- package/Runtime/Public/XDGTapSDK.cs +102 -0
- package/Runtime/Public/XDGTapSDK.cs.meta +3 -0
- package/Runtime/Public.meta +8 -0
- package/Runtime/XD.SDK.Tap.asmdef +25 -0
- package/Runtime/XD.SDK.Tap.asmdef.meta +7 -0
- package/Runtime.meta +8 -0
- package/Update/Mobile/Editor/TapAndroidProvider.txt +58 -0
- package/Update/Mobile/Editor/TapAndroidProvider.txt.meta +7 -0
- package/Update/Mobile/Editor/TapSDK.Update.Mobile.Editor.asmdef +17 -0
- package/Update/Mobile/Editor/TapSDK.Update.Mobile.Editor.asmdef.meta +7 -0
- package/Update/Mobile/Editor/TapUpdateMobileProcessBuild.cs +20 -0
- package/Update/Mobile/Editor/TapUpdateMobileProcessBuild.cs.meta +11 -0
- package/Update/Mobile/Editor.meta +8 -0
- package/Update/Mobile/Runtime/TapSDK.Update.Mobile.Runtime.asmdef +21 -0
- package/Update/Mobile/Runtime/TapSDK.Update.Mobile.Runtime.asmdef.meta +7 -0
- package/Update/Mobile/Runtime/TapUpdateMobile.cs +55 -0
- package/Update/Mobile/Runtime/TapUpdateMobile.cs.meta +11 -0
- package/Update/Mobile/Runtime.meta +8 -0
- package/Update/Mobile.meta +8 -0
- package/Update/Runtime/Internal/ITapUpdateBridge.cs +9 -0
- package/Update/Runtime/Internal/ITapUpdateBridge.cs.meta +11 -0
- package/Update/Runtime/Internal/TapUpdateInitTask.cs +25 -0
- package/Update/Runtime/Internal/TapUpdateInitTask.cs.meta +11 -0
- package/Update/Runtime/Internal.meta +8 -0
- package/Update/Runtime/Public/TapTapUpdate.cs +31 -0
- package/Update/Runtime/Public/TapTapUpdate.cs.meta +11 -0
- package/Update/Runtime/Public.meta +8 -0
- package/Update/Runtime/TapSDK.Update.Runtime.asmdef +15 -0
- package/Update/Runtime/TapSDK.Update.Runtime.asmdef.meta +7 -0
- package/Update/Runtime.meta +8 -0
- package/Update/link.xml +3 -0
- package/Update/link.xml.meta +7 -0
- package/Update.meta +8 -0
- package/package.json +6 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,3176 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &151327818682112788
|
|
4
|
+
GameObject:
|
|
5
|
+
m_ObjectHideFlags: 0
|
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
|
9
|
+
serializedVersion: 6
|
|
10
|
+
m_Component:
|
|
11
|
+
- component: {fileID: 3299116364086320644}
|
|
12
|
+
- component: {fileID: 4945726223118330480}
|
|
13
|
+
- component: {fileID: 3956481558600350948}
|
|
14
|
+
- component: {fileID: 3840544983608502627}
|
|
15
|
+
m_Layer: 5
|
|
16
|
+
m_Name: MonthToggle
|
|
17
|
+
m_TagString: Untagged
|
|
18
|
+
m_Icon: {fileID: 0}
|
|
19
|
+
m_NavMeshLayer: 0
|
|
20
|
+
m_StaticEditorFlags: 0
|
|
21
|
+
m_IsActive: 1
|
|
22
|
+
--- !u!224 &3299116364086320644
|
|
23
|
+
RectTransform:
|
|
24
|
+
m_ObjectHideFlags: 0
|
|
25
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
26
|
+
m_PrefabInstance: {fileID: 0}
|
|
27
|
+
m_PrefabAsset: {fileID: 0}
|
|
28
|
+
m_GameObject: {fileID: 151327818682112788}
|
|
29
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
30
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
31
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
32
|
+
m_Children:
|
|
33
|
+
- {fileID: 5228438313907925810}
|
|
34
|
+
- {fileID: 2283651671357563872}
|
|
35
|
+
- {fileID: 8263548231710719524}
|
|
36
|
+
m_Father: {fileID: 7875174870289251695}
|
|
37
|
+
m_RootOrder: 6
|
|
38
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
39
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
40
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
41
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
42
|
+
m_SizeDelta: {x: 269, y: 109}
|
|
43
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
44
|
+
--- !u!222 &4945726223118330480
|
|
45
|
+
CanvasRenderer:
|
|
46
|
+
m_ObjectHideFlags: 0
|
|
47
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
48
|
+
m_PrefabInstance: {fileID: 0}
|
|
49
|
+
m_PrefabAsset: {fileID: 0}
|
|
50
|
+
m_GameObject: {fileID: 151327818682112788}
|
|
51
|
+
m_CullTransparentMesh: 0
|
|
52
|
+
--- !u!114 &3956481558600350948
|
|
53
|
+
MonoBehaviour:
|
|
54
|
+
m_ObjectHideFlags: 0
|
|
55
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
56
|
+
m_PrefabInstance: {fileID: 0}
|
|
57
|
+
m_PrefabAsset: {fileID: 0}
|
|
58
|
+
m_GameObject: {fileID: 151327818682112788}
|
|
59
|
+
m_Enabled: 1
|
|
60
|
+
m_EditorHideFlags: 0
|
|
61
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
62
|
+
m_Name:
|
|
63
|
+
m_EditorClassIdentifier:
|
|
64
|
+
m_Material: {fileID: 0}
|
|
65
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
66
|
+
m_RaycastTarget: 1
|
|
67
|
+
m_Maskable: 1
|
|
68
|
+
m_OnCullStateChanged:
|
|
69
|
+
m_PersistentCalls:
|
|
70
|
+
m_Calls: []
|
|
71
|
+
m_Sprite: {fileID: 21300000, guid: dd9d671541ba74178a9139a1c7d7de5c, type: 3}
|
|
72
|
+
m_Type: 1
|
|
73
|
+
m_PreserveAspect: 0
|
|
74
|
+
m_FillCenter: 1
|
|
75
|
+
m_FillMethod: 4
|
|
76
|
+
m_FillAmount: 1
|
|
77
|
+
m_FillClockwise: 1
|
|
78
|
+
m_FillOrigin: 0
|
|
79
|
+
m_UseSpriteMesh: 0
|
|
80
|
+
m_PixelsPerUnitMultiplier: 1
|
|
81
|
+
--- !u!114 &3840544983608502627
|
|
82
|
+
MonoBehaviour:
|
|
83
|
+
m_ObjectHideFlags: 0
|
|
84
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
85
|
+
m_PrefabInstance: {fileID: 0}
|
|
86
|
+
m_PrefabAsset: {fileID: 0}
|
|
87
|
+
m_GameObject: {fileID: 151327818682112788}
|
|
88
|
+
m_Enabled: 1
|
|
89
|
+
m_EditorHideFlags: 0
|
|
90
|
+
m_Script: {fileID: 11500000, guid: 9085046f02f69544eb97fd06b6048fe2, type: 3}
|
|
91
|
+
m_Name:
|
|
92
|
+
m_EditorClassIdentifier:
|
|
93
|
+
m_Navigation:
|
|
94
|
+
m_Mode: 3
|
|
95
|
+
m_SelectOnUp: {fileID: 0}
|
|
96
|
+
m_SelectOnDown: {fileID: 0}
|
|
97
|
+
m_SelectOnLeft: {fileID: 0}
|
|
98
|
+
m_SelectOnRight: {fileID: 0}
|
|
99
|
+
m_Transition: 2
|
|
100
|
+
m_Colors:
|
|
101
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
102
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
103
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
104
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
105
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
106
|
+
m_ColorMultiplier: 1
|
|
107
|
+
m_FadeDuration: 0.1
|
|
108
|
+
m_SpriteState:
|
|
109
|
+
m_HighlightedSprite: {fileID: 21300000, guid: ce22a2d229beb43bca381ce30310cc0b,
|
|
110
|
+
type: 3}
|
|
111
|
+
m_PressedSprite: {fileID: 21300000, guid: ce22a2d229beb43bca381ce30310cc0b, type: 3}
|
|
112
|
+
m_SelectedSprite: {fileID: 21300000, guid: ce22a2d229beb43bca381ce30310cc0b, type: 3}
|
|
113
|
+
m_DisabledSprite: {fileID: 0}
|
|
114
|
+
m_AnimationTriggers:
|
|
115
|
+
m_NormalTrigger: Normal
|
|
116
|
+
m_HighlightedTrigger: Highlighted
|
|
117
|
+
m_PressedTrigger: Pressed
|
|
118
|
+
m_SelectedTrigger: Selected
|
|
119
|
+
m_DisabledTrigger: Disabled
|
|
120
|
+
m_Interactable: 1
|
|
121
|
+
m_TargetGraphic: {fileID: 3956481558600350948}
|
|
122
|
+
toggleTransition: 1
|
|
123
|
+
graphic: {fileID: 0}
|
|
124
|
+
m_Group: {fileID: 0}
|
|
125
|
+
onValueChanged:
|
|
126
|
+
m_PersistentCalls:
|
|
127
|
+
m_Calls: []
|
|
128
|
+
m_IsOn: 0
|
|
129
|
+
--- !u!1 &261165856964570894
|
|
130
|
+
GameObject:
|
|
131
|
+
m_ObjectHideFlags: 0
|
|
132
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
133
|
+
m_PrefabInstance: {fileID: 0}
|
|
134
|
+
m_PrefabAsset: {fileID: 0}
|
|
135
|
+
serializedVersion: 6
|
|
136
|
+
m_Component:
|
|
137
|
+
- component: {fileID: 5648304877689297069}
|
|
138
|
+
- component: {fileID: 4928045252041131414}
|
|
139
|
+
- component: {fileID: 2645422209056295664}
|
|
140
|
+
m_Layer: 5
|
|
141
|
+
m_Name: Arrow
|
|
142
|
+
m_TagString: Untagged
|
|
143
|
+
m_Icon: {fileID: 0}
|
|
144
|
+
m_NavMeshLayer: 0
|
|
145
|
+
m_StaticEditorFlags: 0
|
|
146
|
+
m_IsActive: 1
|
|
147
|
+
--- !u!224 &5648304877689297069
|
|
148
|
+
RectTransform:
|
|
149
|
+
m_ObjectHideFlags: 0
|
|
150
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
151
|
+
m_PrefabInstance: {fileID: 0}
|
|
152
|
+
m_PrefabAsset: {fileID: 0}
|
|
153
|
+
m_GameObject: {fileID: 261165856964570894}
|
|
154
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
155
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
156
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
157
|
+
m_Children: []
|
|
158
|
+
m_Father: {fileID: 1337835421574198668}
|
|
159
|
+
m_RootOrder: 0
|
|
160
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
161
|
+
m_AnchorMin: {x: 1, y: 0.5}
|
|
162
|
+
m_AnchorMax: {x: 1, y: 0.5}
|
|
163
|
+
m_AnchoredPosition: {x: -57.01, y: -0.96}
|
|
164
|
+
m_SizeDelta: {x: 29.12481, y: 18.206726}
|
|
165
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
166
|
+
--- !u!222 &4928045252041131414
|
|
167
|
+
CanvasRenderer:
|
|
168
|
+
m_ObjectHideFlags: 0
|
|
169
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
170
|
+
m_PrefabInstance: {fileID: 0}
|
|
171
|
+
m_PrefabAsset: {fileID: 0}
|
|
172
|
+
m_GameObject: {fileID: 261165856964570894}
|
|
173
|
+
m_CullTransparentMesh: 0
|
|
174
|
+
--- !u!114 &2645422209056295664
|
|
175
|
+
MonoBehaviour:
|
|
176
|
+
m_ObjectHideFlags: 0
|
|
177
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
178
|
+
m_PrefabInstance: {fileID: 0}
|
|
179
|
+
m_PrefabAsset: {fileID: 0}
|
|
180
|
+
m_GameObject: {fileID: 261165856964570894}
|
|
181
|
+
m_Enabled: 1
|
|
182
|
+
m_EditorHideFlags: 0
|
|
183
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
184
|
+
m_Name:
|
|
185
|
+
m_EditorClassIdentifier:
|
|
186
|
+
m_Material: {fileID: 0}
|
|
187
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
188
|
+
m_RaycastTarget: 1
|
|
189
|
+
m_Maskable: 1
|
|
190
|
+
m_OnCullStateChanged:
|
|
191
|
+
m_PersistentCalls:
|
|
192
|
+
m_Calls: []
|
|
193
|
+
m_Sprite: {fileID: 21300000, guid: df4abd00de251427dab96190fa96d931, type: 3}
|
|
194
|
+
m_Type: 0
|
|
195
|
+
m_PreserveAspect: 0
|
|
196
|
+
m_FillCenter: 1
|
|
197
|
+
m_FillMethod: 4
|
|
198
|
+
m_FillAmount: 1
|
|
199
|
+
m_FillClockwise: 1
|
|
200
|
+
m_FillOrigin: 0
|
|
201
|
+
m_UseSpriteMesh: 0
|
|
202
|
+
m_PixelsPerUnitMultiplier: 1
|
|
203
|
+
--- !u!1 &482473053246793676
|
|
204
|
+
GameObject:
|
|
205
|
+
m_ObjectHideFlags: 0
|
|
206
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
207
|
+
m_PrefabInstance: {fileID: 0}
|
|
208
|
+
m_PrefabAsset: {fileID: 0}
|
|
209
|
+
serializedVersion: 6
|
|
210
|
+
m_Component:
|
|
211
|
+
- component: {fileID: 8294344063686146391}
|
|
212
|
+
- component: {fileID: 2229441839049904863}
|
|
213
|
+
- component: {fileID: 8586772877326822556}
|
|
214
|
+
m_Layer: 5
|
|
215
|
+
m_Name: Label
|
|
216
|
+
m_TagString: Untagged
|
|
217
|
+
m_Icon: {fileID: 0}
|
|
218
|
+
m_NavMeshLayer: 0
|
|
219
|
+
m_StaticEditorFlags: 0
|
|
220
|
+
m_IsActive: 1
|
|
221
|
+
--- !u!224 &8294344063686146391
|
|
222
|
+
RectTransform:
|
|
223
|
+
m_ObjectHideFlags: 0
|
|
224
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
225
|
+
m_PrefabInstance: {fileID: 0}
|
|
226
|
+
m_PrefabAsset: {fileID: 0}
|
|
227
|
+
m_GameObject: {fileID: 482473053246793676}
|
|
228
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
229
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
230
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
231
|
+
m_Children: []
|
|
232
|
+
m_Father: {fileID: 7327072821673827424}
|
|
233
|
+
m_RootOrder: 0
|
|
234
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
235
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
236
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
237
|
+
m_AnchoredPosition: {x: 0, y: -10}
|
|
238
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
239
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
240
|
+
--- !u!222 &2229441839049904863
|
|
241
|
+
CanvasRenderer:
|
|
242
|
+
m_ObjectHideFlags: 0
|
|
243
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
244
|
+
m_PrefabInstance: {fileID: 0}
|
|
245
|
+
m_PrefabAsset: {fileID: 0}
|
|
246
|
+
m_GameObject: {fileID: 482473053246793676}
|
|
247
|
+
m_CullTransparentMesh: 0
|
|
248
|
+
--- !u!114 &8586772877326822556
|
|
249
|
+
MonoBehaviour:
|
|
250
|
+
m_ObjectHideFlags: 0
|
|
251
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
252
|
+
m_PrefabInstance: {fileID: 0}
|
|
253
|
+
m_PrefabAsset: {fileID: 0}
|
|
254
|
+
m_GameObject: {fileID: 482473053246793676}
|
|
255
|
+
m_Enabled: 1
|
|
256
|
+
m_EditorHideFlags: 0
|
|
257
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
258
|
+
m_Name:
|
|
259
|
+
m_EditorClassIdentifier:
|
|
260
|
+
m_Material: {fileID: 0}
|
|
261
|
+
m_Color: {r: 0.4, g: 0.4, b: 0.4, a: 1}
|
|
262
|
+
m_RaycastTarget: 0
|
|
263
|
+
m_Maskable: 1
|
|
264
|
+
m_OnCullStateChanged:
|
|
265
|
+
m_PersistentCalls:
|
|
266
|
+
m_Calls: []
|
|
267
|
+
m_FontData:
|
|
268
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
269
|
+
m_FontSize: 39
|
|
270
|
+
m_FontStyle: 0
|
|
271
|
+
m_BestFit: 0
|
|
272
|
+
m_MinSize: 1
|
|
273
|
+
m_MaxSize: 171
|
|
274
|
+
m_Alignment: 4
|
|
275
|
+
m_AlignByGeometry: 0
|
|
276
|
+
m_RichText: 1
|
|
277
|
+
m_HorizontalOverflow: 0
|
|
278
|
+
m_VerticalOverflow: 0
|
|
279
|
+
m_LineSpacing: 1
|
|
280
|
+
m_Text:
|
|
281
|
+
--- !u!1 &688072924368888721
|
|
282
|
+
GameObject:
|
|
283
|
+
m_ObjectHideFlags: 0
|
|
284
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
285
|
+
m_PrefabInstance: {fileID: 0}
|
|
286
|
+
m_PrefabAsset: {fileID: 0}
|
|
287
|
+
serializedVersion: 6
|
|
288
|
+
m_Component:
|
|
289
|
+
- component: {fileID: 5856477397900784469}
|
|
290
|
+
- component: {fileID: 8443870009451597014}
|
|
291
|
+
- component: {fileID: 6400362268495550342}
|
|
292
|
+
m_Layer: 5
|
|
293
|
+
m_Name: Title
|
|
294
|
+
m_TagString: Untagged
|
|
295
|
+
m_Icon: {fileID: 0}
|
|
296
|
+
m_NavMeshLayer: 0
|
|
297
|
+
m_StaticEditorFlags: 0
|
|
298
|
+
m_IsActive: 1
|
|
299
|
+
--- !u!224 &5856477397900784469
|
|
300
|
+
RectTransform:
|
|
301
|
+
m_ObjectHideFlags: 0
|
|
302
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
303
|
+
m_PrefabInstance: {fileID: 0}
|
|
304
|
+
m_PrefabAsset: {fileID: 0}
|
|
305
|
+
m_GameObject: {fileID: 688072924368888721}
|
|
306
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
307
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
308
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
309
|
+
m_Children: []
|
|
310
|
+
m_Father: {fileID: 7875174870289251695}
|
|
311
|
+
m_RootOrder: 2
|
|
312
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
313
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
314
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
315
|
+
m_AnchoredPosition: {x: 0.6, y: 437}
|
|
316
|
+
m_SizeDelta: {x: 600, y: 76.58389}
|
|
317
|
+
m_Pivot: {x: 0.5, y: 1}
|
|
318
|
+
--- !u!222 &8443870009451597014
|
|
319
|
+
CanvasRenderer:
|
|
320
|
+
m_ObjectHideFlags: 0
|
|
321
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
322
|
+
m_PrefabInstance: {fileID: 0}
|
|
323
|
+
m_PrefabAsset: {fileID: 0}
|
|
324
|
+
m_GameObject: {fileID: 688072924368888721}
|
|
325
|
+
m_CullTransparentMesh: 0
|
|
326
|
+
--- !u!114 &6400362268495550342
|
|
327
|
+
MonoBehaviour:
|
|
328
|
+
m_ObjectHideFlags: 0
|
|
329
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
330
|
+
m_PrefabInstance: {fileID: 0}
|
|
331
|
+
m_PrefabAsset: {fileID: 0}
|
|
332
|
+
m_GameObject: {fileID: 688072924368888721}
|
|
333
|
+
m_Enabled: 1
|
|
334
|
+
m_EditorHideFlags: 0
|
|
335
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
336
|
+
m_Name:
|
|
337
|
+
m_EditorClassIdentifier:
|
|
338
|
+
m_Material: {fileID: 0}
|
|
339
|
+
m_Color: {r: 0.12941177, g: 0.098039225, b: 0.10196079, a: 1}
|
|
340
|
+
m_RaycastTarget: 0
|
|
341
|
+
m_Maskable: 1
|
|
342
|
+
m_OnCullStateChanged:
|
|
343
|
+
m_PersistentCalls:
|
|
344
|
+
m_Calls: []
|
|
345
|
+
m_FontData:
|
|
346
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
347
|
+
m_FontSize: 48
|
|
348
|
+
m_FontStyle: 0
|
|
349
|
+
m_BestFit: 0
|
|
350
|
+
m_MinSize: 1
|
|
351
|
+
m_MaxSize: 63
|
|
352
|
+
m_Alignment: 4
|
|
353
|
+
m_AlignByGeometry: 0
|
|
354
|
+
m_RichText: 0
|
|
355
|
+
m_HorizontalOverflow: 0
|
|
356
|
+
m_VerticalOverflow: 0
|
|
357
|
+
m_LineSpacing: 0
|
|
358
|
+
m_Text: "X\xE1c nh\u1EADn th\xF4ng tin"
|
|
359
|
+
--- !u!1 &1229033906610854672
|
|
360
|
+
GameObject:
|
|
361
|
+
m_ObjectHideFlags: 0
|
|
362
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
363
|
+
m_PrefabInstance: {fileID: 0}
|
|
364
|
+
m_PrefabAsset: {fileID: 0}
|
|
365
|
+
serializedVersion: 6
|
|
366
|
+
m_Component:
|
|
367
|
+
- component: {fileID: 4858461454929929898}
|
|
368
|
+
- component: {fileID: 6544995273748841751}
|
|
369
|
+
- component: {fileID: 7702430014194208585}
|
|
370
|
+
m_Layer: 5
|
|
371
|
+
m_Name: Text
|
|
372
|
+
m_TagString: Untagged
|
|
373
|
+
m_Icon: {fileID: 0}
|
|
374
|
+
m_NavMeshLayer: 0
|
|
375
|
+
m_StaticEditorFlags: 0
|
|
376
|
+
m_IsActive: 1
|
|
377
|
+
--- !u!224 &4858461454929929898
|
|
378
|
+
RectTransform:
|
|
379
|
+
m_ObjectHideFlags: 0
|
|
380
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
381
|
+
m_PrefabInstance: {fileID: 0}
|
|
382
|
+
m_PrefabAsset: {fileID: 0}
|
|
383
|
+
m_GameObject: {fileID: 1229033906610854672}
|
|
384
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
385
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
386
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
387
|
+
m_Children: []
|
|
388
|
+
m_Father: {fileID: 2356732173957518344}
|
|
389
|
+
m_RootOrder: 0
|
|
390
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
391
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
392
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
393
|
+
m_AnchoredPosition: {x: 1.8, y: 0.000038146973}
|
|
394
|
+
m_SizeDelta: {x: 397.42963, y: 91.51373}
|
|
395
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
396
|
+
--- !u!222 &6544995273748841751
|
|
397
|
+
CanvasRenderer:
|
|
398
|
+
m_ObjectHideFlags: 0
|
|
399
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
400
|
+
m_PrefabInstance: {fileID: 0}
|
|
401
|
+
m_PrefabAsset: {fileID: 0}
|
|
402
|
+
m_GameObject: {fileID: 1229033906610854672}
|
|
403
|
+
m_CullTransparentMesh: 0
|
|
404
|
+
--- !u!114 &7702430014194208585
|
|
405
|
+
MonoBehaviour:
|
|
406
|
+
m_ObjectHideFlags: 0
|
|
407
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
408
|
+
m_PrefabInstance: {fileID: 0}
|
|
409
|
+
m_PrefabAsset: {fileID: 0}
|
|
410
|
+
m_GameObject: {fileID: 1229033906610854672}
|
|
411
|
+
m_Enabled: 1
|
|
412
|
+
m_EditorHideFlags: 0
|
|
413
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
414
|
+
m_Name:
|
|
415
|
+
m_EditorClassIdentifier:
|
|
416
|
+
m_Material: {fileID: 0}
|
|
417
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
418
|
+
m_RaycastTarget: 1
|
|
419
|
+
m_Maskable: 1
|
|
420
|
+
m_OnCullStateChanged:
|
|
421
|
+
m_PersistentCalls:
|
|
422
|
+
m_Calls: []
|
|
423
|
+
m_FontData:
|
|
424
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
425
|
+
m_FontSize: 35
|
|
426
|
+
m_FontStyle: 1
|
|
427
|
+
m_BestFit: 0
|
|
428
|
+
m_MinSize: 1
|
|
429
|
+
m_MaxSize: 50
|
|
430
|
+
m_Alignment: 4
|
|
431
|
+
m_AlignByGeometry: 0
|
|
432
|
+
m_RichText: 1
|
|
433
|
+
m_HorizontalOverflow: 0
|
|
434
|
+
m_VerticalOverflow: 0
|
|
435
|
+
m_LineSpacing: 1
|
|
436
|
+
m_Text: "G\u1EEDi"
|
|
437
|
+
--- !u!1 &1365626279054961329
|
|
438
|
+
GameObject:
|
|
439
|
+
m_ObjectHideFlags: 0
|
|
440
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
441
|
+
m_PrefabInstance: {fileID: 0}
|
|
442
|
+
m_PrefabAsset: {fileID: 0}
|
|
443
|
+
serializedVersion: 6
|
|
444
|
+
m_Component:
|
|
445
|
+
- component: {fileID: 3182519976922177562}
|
|
446
|
+
- component: {fileID: 2600034811730631731}
|
|
447
|
+
- component: {fileID: 4909183367694762989}
|
|
448
|
+
m_Layer: 5
|
|
449
|
+
m_Name: HolderLabel
|
|
450
|
+
m_TagString: Untagged
|
|
451
|
+
m_Icon: {fileID: 0}
|
|
452
|
+
m_NavMeshLayer: 0
|
|
453
|
+
m_StaticEditorFlags: 0
|
|
454
|
+
m_IsActive: 1
|
|
455
|
+
--- !u!224 &3182519976922177562
|
|
456
|
+
RectTransform:
|
|
457
|
+
m_ObjectHideFlags: 0
|
|
458
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
459
|
+
m_PrefabInstance: {fileID: 0}
|
|
460
|
+
m_PrefabAsset: {fileID: 0}
|
|
461
|
+
m_GameObject: {fileID: 1365626279054961329}
|
|
462
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
463
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
464
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
465
|
+
m_Children: []
|
|
466
|
+
m_Father: {fileID: 1337835421574198668}
|
|
467
|
+
m_RootOrder: 2
|
|
468
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
469
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
470
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
471
|
+
m_AnchoredPosition: {x: -26.699997, y: -1.4000015}
|
|
472
|
+
m_SizeDelta: {x: -50, y: -13}
|
|
473
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
474
|
+
--- !u!222 &2600034811730631731
|
|
475
|
+
CanvasRenderer:
|
|
476
|
+
m_ObjectHideFlags: 0
|
|
477
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
478
|
+
m_PrefabInstance: {fileID: 0}
|
|
479
|
+
m_PrefabAsset: {fileID: 0}
|
|
480
|
+
m_GameObject: {fileID: 1365626279054961329}
|
|
481
|
+
m_CullTransparentMesh: 0
|
|
482
|
+
--- !u!114 &4909183367694762989
|
|
483
|
+
MonoBehaviour:
|
|
484
|
+
m_ObjectHideFlags: 0
|
|
485
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
486
|
+
m_PrefabInstance: {fileID: 0}
|
|
487
|
+
m_PrefabAsset: {fileID: 0}
|
|
488
|
+
m_GameObject: {fileID: 1365626279054961329}
|
|
489
|
+
m_Enabled: 1
|
|
490
|
+
m_EditorHideFlags: 0
|
|
491
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
492
|
+
m_Name:
|
|
493
|
+
m_EditorClassIdentifier:
|
|
494
|
+
m_Material: {fileID: 0}
|
|
495
|
+
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
496
|
+
m_RaycastTarget: 1
|
|
497
|
+
m_Maskable: 1
|
|
498
|
+
m_OnCullStateChanged:
|
|
499
|
+
m_PersistentCalls:
|
|
500
|
+
m_Calls: []
|
|
501
|
+
m_FontData:
|
|
502
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
503
|
+
m_FontSize: 36
|
|
504
|
+
m_FontStyle: 0
|
|
505
|
+
m_BestFit: 0
|
|
506
|
+
m_MinSize: 1
|
|
507
|
+
m_MaxSize: 40
|
|
508
|
+
m_Alignment: 4
|
|
509
|
+
m_AlignByGeometry: 0
|
|
510
|
+
m_RichText: 1
|
|
511
|
+
m_HorizontalOverflow: 0
|
|
512
|
+
m_VerticalOverflow: 0
|
|
513
|
+
m_LineSpacing: 1
|
|
514
|
+
m_Text: MM
|
|
515
|
+
--- !u!1 &1844939312504683588
|
|
516
|
+
GameObject:
|
|
517
|
+
m_ObjectHideFlags: 0
|
|
518
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
519
|
+
m_PrefabInstance: {fileID: 0}
|
|
520
|
+
m_PrefabAsset: {fileID: 0}
|
|
521
|
+
serializedVersion: 6
|
|
522
|
+
m_Component:
|
|
523
|
+
- component: {fileID: 7474991153320785886}
|
|
524
|
+
- component: {fileID: 4997899307002921603}
|
|
525
|
+
- component: {fileID: 1309811026564187692}
|
|
526
|
+
m_Layer: 5
|
|
527
|
+
m_Name: Blocker
|
|
528
|
+
m_TagString: Untagged
|
|
529
|
+
m_Icon: {fileID: 0}
|
|
530
|
+
m_NavMeshLayer: 0
|
|
531
|
+
m_StaticEditorFlags: 0
|
|
532
|
+
m_IsActive: 1
|
|
533
|
+
--- !u!224 &7474991153320785886
|
|
534
|
+
RectTransform:
|
|
535
|
+
m_ObjectHideFlags: 0
|
|
536
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
537
|
+
m_PrefabInstance: {fileID: 0}
|
|
538
|
+
m_PrefabAsset: {fileID: 0}
|
|
539
|
+
m_GameObject: {fileID: 1844939312504683588}
|
|
540
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
541
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
542
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
543
|
+
m_Children: []
|
|
544
|
+
m_Father: {fileID: 7875174870289251695}
|
|
545
|
+
m_RootOrder: 0
|
|
546
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
547
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
548
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
549
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
550
|
+
m_SizeDelta: {x: 10000, y: 10000}
|
|
551
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
552
|
+
--- !u!222 &4997899307002921603
|
|
553
|
+
CanvasRenderer:
|
|
554
|
+
m_ObjectHideFlags: 0
|
|
555
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
556
|
+
m_PrefabInstance: {fileID: 0}
|
|
557
|
+
m_PrefabAsset: {fileID: 0}
|
|
558
|
+
m_GameObject: {fileID: 1844939312504683588}
|
|
559
|
+
m_CullTransparentMesh: 0
|
|
560
|
+
--- !u!114 &1309811026564187692
|
|
561
|
+
MonoBehaviour:
|
|
562
|
+
m_ObjectHideFlags: 0
|
|
563
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
564
|
+
m_PrefabInstance: {fileID: 0}
|
|
565
|
+
m_PrefabAsset: {fileID: 0}
|
|
566
|
+
m_GameObject: {fileID: 1844939312504683588}
|
|
567
|
+
m_Enabled: 1
|
|
568
|
+
m_EditorHideFlags: 0
|
|
569
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
570
|
+
m_Name:
|
|
571
|
+
m_EditorClassIdentifier:
|
|
572
|
+
m_Material: {fileID: 0}
|
|
573
|
+
m_Color: {r: 1, g: 1, b: 1, a: 0}
|
|
574
|
+
m_RaycastTarget: 1
|
|
575
|
+
m_Maskable: 1
|
|
576
|
+
m_OnCullStateChanged:
|
|
577
|
+
m_PersistentCalls:
|
|
578
|
+
m_Calls: []
|
|
579
|
+
m_Sprite: {fileID: 0}
|
|
580
|
+
m_Type: 0
|
|
581
|
+
m_PreserveAspect: 0
|
|
582
|
+
m_FillCenter: 1
|
|
583
|
+
m_FillMethod: 4
|
|
584
|
+
m_FillAmount: 1
|
|
585
|
+
m_FillClockwise: 1
|
|
586
|
+
m_FillOrigin: 0
|
|
587
|
+
m_UseSpriteMesh: 0
|
|
588
|
+
m_PixelsPerUnitMultiplier: 1
|
|
589
|
+
--- !u!1 &2019793082155588856
|
|
590
|
+
GameObject:
|
|
591
|
+
m_ObjectHideFlags: 0
|
|
592
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
593
|
+
m_PrefabInstance: {fileID: 0}
|
|
594
|
+
m_PrefabAsset: {fileID: 0}
|
|
595
|
+
serializedVersion: 6
|
|
596
|
+
m_Component:
|
|
597
|
+
- component: {fileID: 8263548231710719524}
|
|
598
|
+
- component: {fileID: 482503866236171655}
|
|
599
|
+
- component: {fileID: 4558852042975305621}
|
|
600
|
+
m_Layer: 5
|
|
601
|
+
m_Name: HolderLabel
|
|
602
|
+
m_TagString: Untagged
|
|
603
|
+
m_Icon: {fileID: 0}
|
|
604
|
+
m_NavMeshLayer: 0
|
|
605
|
+
m_StaticEditorFlags: 0
|
|
606
|
+
m_IsActive: 1
|
|
607
|
+
--- !u!224 &8263548231710719524
|
|
608
|
+
RectTransform:
|
|
609
|
+
m_ObjectHideFlags: 0
|
|
610
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
611
|
+
m_PrefabInstance: {fileID: 0}
|
|
612
|
+
m_PrefabAsset: {fileID: 0}
|
|
613
|
+
m_GameObject: {fileID: 2019793082155588856}
|
|
614
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
615
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
616
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
617
|
+
m_Children: []
|
|
618
|
+
m_Father: {fileID: 3299116364086320644}
|
|
619
|
+
m_RootOrder: 2
|
|
620
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
621
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
622
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
623
|
+
m_AnchoredPosition: {x: -26.699997, y: -1.4000015}
|
|
624
|
+
m_SizeDelta: {x: -50, y: -13}
|
|
625
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
626
|
+
--- !u!222 &482503866236171655
|
|
627
|
+
CanvasRenderer:
|
|
628
|
+
m_ObjectHideFlags: 0
|
|
629
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
630
|
+
m_PrefabInstance: {fileID: 0}
|
|
631
|
+
m_PrefabAsset: {fileID: 0}
|
|
632
|
+
m_GameObject: {fileID: 2019793082155588856}
|
|
633
|
+
m_CullTransparentMesh: 0
|
|
634
|
+
--- !u!114 &4558852042975305621
|
|
635
|
+
MonoBehaviour:
|
|
636
|
+
m_ObjectHideFlags: 0
|
|
637
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
638
|
+
m_PrefabInstance: {fileID: 0}
|
|
639
|
+
m_PrefabAsset: {fileID: 0}
|
|
640
|
+
m_GameObject: {fileID: 2019793082155588856}
|
|
641
|
+
m_Enabled: 1
|
|
642
|
+
m_EditorHideFlags: 0
|
|
643
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
644
|
+
m_Name:
|
|
645
|
+
m_EditorClassIdentifier:
|
|
646
|
+
m_Material: {fileID: 0}
|
|
647
|
+
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
648
|
+
m_RaycastTarget: 1
|
|
649
|
+
m_Maskable: 1
|
|
650
|
+
m_OnCullStateChanged:
|
|
651
|
+
m_PersistentCalls:
|
|
652
|
+
m_Calls: []
|
|
653
|
+
m_FontData:
|
|
654
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
655
|
+
m_FontSize: 36
|
|
656
|
+
m_FontStyle: 0
|
|
657
|
+
m_BestFit: 0
|
|
658
|
+
m_MinSize: 1
|
|
659
|
+
m_MaxSize: 40
|
|
660
|
+
m_Alignment: 4
|
|
661
|
+
m_AlignByGeometry: 0
|
|
662
|
+
m_RichText: 1
|
|
663
|
+
m_HorizontalOverflow: 0
|
|
664
|
+
m_VerticalOverflow: 0
|
|
665
|
+
m_LineSpacing: 1
|
|
666
|
+
m_Text: MM
|
|
667
|
+
--- !u!1 &3024499319453257715
|
|
668
|
+
GameObject:
|
|
669
|
+
m_ObjectHideFlags: 0
|
|
670
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
671
|
+
m_PrefabInstance: {fileID: 0}
|
|
672
|
+
m_PrefabAsset: {fileID: 0}
|
|
673
|
+
serializedVersion: 6
|
|
674
|
+
m_Component:
|
|
675
|
+
- component: {fileID: 7875174870289251695}
|
|
676
|
+
- component: {fileID: 1100320282749537019}
|
|
677
|
+
- component: {fileID: 1506892304158482022}
|
|
678
|
+
- component: {fileID: 6943949172950077807}
|
|
679
|
+
m_Layer: 5
|
|
680
|
+
m_Name: Root
|
|
681
|
+
m_TagString: Untagged
|
|
682
|
+
m_Icon: {fileID: 0}
|
|
683
|
+
m_NavMeshLayer: 0
|
|
684
|
+
m_StaticEditorFlags: 0
|
|
685
|
+
m_IsActive: 1
|
|
686
|
+
--- !u!224 &7875174870289251695
|
|
687
|
+
RectTransform:
|
|
688
|
+
m_ObjectHideFlags: 0
|
|
689
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
690
|
+
m_PrefabInstance: {fileID: 0}
|
|
691
|
+
m_PrefabAsset: {fileID: 0}
|
|
692
|
+
m_GameObject: {fileID: 3024499319453257715}
|
|
693
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
694
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
695
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
696
|
+
m_Children:
|
|
697
|
+
- {fileID: 7474991153320785886}
|
|
698
|
+
- {fileID: 6352990879285470245}
|
|
699
|
+
- {fileID: 5856477397900784469}
|
|
700
|
+
- {fileID: 6199915501752284237}
|
|
701
|
+
- {fileID: 2356732173957518344}
|
|
702
|
+
- {fileID: 4670300252404837558}
|
|
703
|
+
- {fileID: 3299116364086320644}
|
|
704
|
+
- {fileID: 1337835421574198668}
|
|
705
|
+
- {fileID: 4589354714724863031}
|
|
706
|
+
- {fileID: 6443721704533174768}
|
|
707
|
+
- {fileID: 8545029088525681466}
|
|
708
|
+
m_Father: {fileID: 5981748443413993172}
|
|
709
|
+
m_RootOrder: 0
|
|
710
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
711
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
712
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
713
|
+
m_AnchoredPosition: {x: 0.6, y: -4.9}
|
|
714
|
+
m_SizeDelta: {x: 984, y: 962.1244}
|
|
715
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
716
|
+
--- !u!222 &1100320282749537019
|
|
717
|
+
CanvasRenderer:
|
|
718
|
+
m_ObjectHideFlags: 0
|
|
719
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
720
|
+
m_PrefabInstance: {fileID: 0}
|
|
721
|
+
m_PrefabAsset: {fileID: 0}
|
|
722
|
+
m_GameObject: {fileID: 3024499319453257715}
|
|
723
|
+
m_CullTransparentMesh: 1
|
|
724
|
+
--- !u!114 &1506892304158482022
|
|
725
|
+
MonoBehaviour:
|
|
726
|
+
m_ObjectHideFlags: 0
|
|
727
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
728
|
+
m_PrefabInstance: {fileID: 0}
|
|
729
|
+
m_PrefabAsset: {fileID: 0}
|
|
730
|
+
m_GameObject: {fileID: 3024499319453257715}
|
|
731
|
+
m_Enabled: 1
|
|
732
|
+
m_EditorHideFlags: 0
|
|
733
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
734
|
+
m_Name:
|
|
735
|
+
m_EditorClassIdentifier:
|
|
736
|
+
m_Material: {fileID: 0}
|
|
737
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
738
|
+
m_RaycastTarget: 1
|
|
739
|
+
m_Maskable: 1
|
|
740
|
+
m_OnCullStateChanged:
|
|
741
|
+
m_PersistentCalls:
|
|
742
|
+
m_Calls: []
|
|
743
|
+
m_Sprite: {fileID: 21300000, guid: dcd1ae9f2f8d74c0190994330a93aec3, type: 3}
|
|
744
|
+
m_Type: 1
|
|
745
|
+
m_PreserveAspect: 0
|
|
746
|
+
m_FillCenter: 1
|
|
747
|
+
m_FillMethod: 4
|
|
748
|
+
m_FillAmount: 1
|
|
749
|
+
m_FillClockwise: 1
|
|
750
|
+
m_FillOrigin: 0
|
|
751
|
+
m_UseSpriteMesh: 0
|
|
752
|
+
m_PixelsPerUnitMultiplier: 1
|
|
753
|
+
--- !u!114 &6943949172950077807
|
|
754
|
+
MonoBehaviour:
|
|
755
|
+
m_ObjectHideFlags: 0
|
|
756
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
757
|
+
m_PrefabInstance: {fileID: 0}
|
|
758
|
+
m_PrefabAsset: {fileID: 0}
|
|
759
|
+
m_GameObject: {fileID: 3024499319453257715}
|
|
760
|
+
m_Enabled: 1
|
|
761
|
+
m_EditorHideFlags: 0
|
|
762
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
763
|
+
m_Name:
|
|
764
|
+
m_EditorClassIdentifier:
|
|
765
|
+
m_Navigation:
|
|
766
|
+
m_Mode: 3
|
|
767
|
+
m_SelectOnUp: {fileID: 0}
|
|
768
|
+
m_SelectOnDown: {fileID: 0}
|
|
769
|
+
m_SelectOnLeft: {fileID: 0}
|
|
770
|
+
m_SelectOnRight: {fileID: 0}
|
|
771
|
+
m_Transition: 0
|
|
772
|
+
m_Colors:
|
|
773
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
774
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
775
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
776
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
777
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
778
|
+
m_ColorMultiplier: 1
|
|
779
|
+
m_FadeDuration: 0.1
|
|
780
|
+
m_SpriteState:
|
|
781
|
+
m_HighlightedSprite: {fileID: 0}
|
|
782
|
+
m_PressedSprite: {fileID: 0}
|
|
783
|
+
m_SelectedSprite: {fileID: 0}
|
|
784
|
+
m_DisabledSprite: {fileID: 0}
|
|
785
|
+
m_AnimationTriggers:
|
|
786
|
+
m_NormalTrigger: Normal
|
|
787
|
+
m_HighlightedTrigger: Highlighted
|
|
788
|
+
m_PressedTrigger: Pressed
|
|
789
|
+
m_SelectedTrigger: Selected
|
|
790
|
+
m_DisabledTrigger: Disabled
|
|
791
|
+
m_Interactable: 1
|
|
792
|
+
m_TargetGraphic: {fileID: 1506892304158482022}
|
|
793
|
+
m_OnClick:
|
|
794
|
+
m_PersistentCalls:
|
|
795
|
+
m_Calls: []
|
|
796
|
+
--- !u!1 &3031489120502996418
|
|
797
|
+
GameObject:
|
|
798
|
+
m_ObjectHideFlags: 0
|
|
799
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
800
|
+
m_PrefabInstance: {fileID: 0}
|
|
801
|
+
m_PrefabAsset: {fileID: 0}
|
|
802
|
+
serializedVersion: 6
|
|
803
|
+
m_Component:
|
|
804
|
+
- component: {fileID: 1337835421574198668}
|
|
805
|
+
- component: {fileID: 8389976615135025349}
|
|
806
|
+
- component: {fileID: 2297164028041321958}
|
|
807
|
+
- component: {fileID: 4011960633384521200}
|
|
808
|
+
m_Layer: 5
|
|
809
|
+
m_Name: DayToggle
|
|
810
|
+
m_TagString: Untagged
|
|
811
|
+
m_Icon: {fileID: 0}
|
|
812
|
+
m_NavMeshLayer: 0
|
|
813
|
+
m_StaticEditorFlags: 0
|
|
814
|
+
m_IsActive: 1
|
|
815
|
+
--- !u!224 &1337835421574198668
|
|
816
|
+
RectTransform:
|
|
817
|
+
m_ObjectHideFlags: 0
|
|
818
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
819
|
+
m_PrefabInstance: {fileID: 0}
|
|
820
|
+
m_PrefabAsset: {fileID: 0}
|
|
821
|
+
m_GameObject: {fileID: 3031489120502996418}
|
|
822
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
823
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
824
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
825
|
+
m_Children:
|
|
826
|
+
- {fileID: 5648304877689297069}
|
|
827
|
+
- {fileID: 2964561818404823002}
|
|
828
|
+
- {fileID: 3182519976922177562}
|
|
829
|
+
m_Father: {fileID: 7875174870289251695}
|
|
830
|
+
m_RootOrder: 7
|
|
831
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
832
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
833
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
834
|
+
m_AnchoredPosition: {x: 288, y: 0}
|
|
835
|
+
m_SizeDelta: {x: 269, y: 109}
|
|
836
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
837
|
+
--- !u!222 &8389976615135025349
|
|
838
|
+
CanvasRenderer:
|
|
839
|
+
m_ObjectHideFlags: 0
|
|
840
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
841
|
+
m_PrefabInstance: {fileID: 0}
|
|
842
|
+
m_PrefabAsset: {fileID: 0}
|
|
843
|
+
m_GameObject: {fileID: 3031489120502996418}
|
|
844
|
+
m_CullTransparentMesh: 0
|
|
845
|
+
--- !u!114 &2297164028041321958
|
|
846
|
+
MonoBehaviour:
|
|
847
|
+
m_ObjectHideFlags: 0
|
|
848
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
849
|
+
m_PrefabInstance: {fileID: 0}
|
|
850
|
+
m_PrefabAsset: {fileID: 0}
|
|
851
|
+
m_GameObject: {fileID: 3031489120502996418}
|
|
852
|
+
m_Enabled: 1
|
|
853
|
+
m_EditorHideFlags: 0
|
|
854
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
855
|
+
m_Name:
|
|
856
|
+
m_EditorClassIdentifier:
|
|
857
|
+
m_Material: {fileID: 0}
|
|
858
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
859
|
+
m_RaycastTarget: 1
|
|
860
|
+
m_Maskable: 1
|
|
861
|
+
m_OnCullStateChanged:
|
|
862
|
+
m_PersistentCalls:
|
|
863
|
+
m_Calls: []
|
|
864
|
+
m_Sprite: {fileID: 21300000, guid: dd9d671541ba74178a9139a1c7d7de5c, type: 3}
|
|
865
|
+
m_Type: 1
|
|
866
|
+
m_PreserveAspect: 0
|
|
867
|
+
m_FillCenter: 1
|
|
868
|
+
m_FillMethod: 4
|
|
869
|
+
m_FillAmount: 1
|
|
870
|
+
m_FillClockwise: 1
|
|
871
|
+
m_FillOrigin: 0
|
|
872
|
+
m_UseSpriteMesh: 0
|
|
873
|
+
m_PixelsPerUnitMultiplier: 1
|
|
874
|
+
--- !u!114 &4011960633384521200
|
|
875
|
+
MonoBehaviour:
|
|
876
|
+
m_ObjectHideFlags: 0
|
|
877
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
878
|
+
m_PrefabInstance: {fileID: 0}
|
|
879
|
+
m_PrefabAsset: {fileID: 0}
|
|
880
|
+
m_GameObject: {fileID: 3031489120502996418}
|
|
881
|
+
m_Enabled: 1
|
|
882
|
+
m_EditorHideFlags: 0
|
|
883
|
+
m_Script: {fileID: 11500000, guid: 9085046f02f69544eb97fd06b6048fe2, type: 3}
|
|
884
|
+
m_Name:
|
|
885
|
+
m_EditorClassIdentifier:
|
|
886
|
+
m_Navigation:
|
|
887
|
+
m_Mode: 3
|
|
888
|
+
m_SelectOnUp: {fileID: 0}
|
|
889
|
+
m_SelectOnDown: {fileID: 0}
|
|
890
|
+
m_SelectOnLeft: {fileID: 0}
|
|
891
|
+
m_SelectOnRight: {fileID: 0}
|
|
892
|
+
m_Transition: 2
|
|
893
|
+
m_Colors:
|
|
894
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
895
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
896
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
897
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
898
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
899
|
+
m_ColorMultiplier: 1
|
|
900
|
+
m_FadeDuration: 0.1
|
|
901
|
+
m_SpriteState:
|
|
902
|
+
m_HighlightedSprite: {fileID: 21300000, guid: ce22a2d229beb43bca381ce30310cc0b,
|
|
903
|
+
type: 3}
|
|
904
|
+
m_PressedSprite: {fileID: 21300000, guid: ce22a2d229beb43bca381ce30310cc0b, type: 3}
|
|
905
|
+
m_SelectedSprite: {fileID: 21300000, guid: ce22a2d229beb43bca381ce30310cc0b, type: 3}
|
|
906
|
+
m_DisabledSprite: {fileID: 0}
|
|
907
|
+
m_AnimationTriggers:
|
|
908
|
+
m_NormalTrigger: Normal
|
|
909
|
+
m_HighlightedTrigger: Highlighted
|
|
910
|
+
m_PressedTrigger: Pressed
|
|
911
|
+
m_SelectedTrigger: Selected
|
|
912
|
+
m_DisabledTrigger: Disabled
|
|
913
|
+
m_Interactable: 1
|
|
914
|
+
m_TargetGraphic: {fileID: 2297164028041321958}
|
|
915
|
+
toggleTransition: 1
|
|
916
|
+
graphic: {fileID: 0}
|
|
917
|
+
m_Group: {fileID: 0}
|
|
918
|
+
onValueChanged:
|
|
919
|
+
m_PersistentCalls:
|
|
920
|
+
m_Calls: []
|
|
921
|
+
m_IsOn: 0
|
|
922
|
+
--- !u!1 &3232559484728254361
|
|
923
|
+
GameObject:
|
|
924
|
+
m_ObjectHideFlags: 0
|
|
925
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
926
|
+
m_PrefabInstance: {fileID: 0}
|
|
927
|
+
m_PrefabAsset: {fileID: 0}
|
|
928
|
+
serializedVersion: 6
|
|
929
|
+
m_Component:
|
|
930
|
+
- component: {fileID: 6352990879285470245}
|
|
931
|
+
- component: {fileID: 4887786223029864600}
|
|
932
|
+
- component: {fileID: 6035586731492694582}
|
|
933
|
+
- component: {fileID: 7035648087749221004}
|
|
934
|
+
m_Layer: 5
|
|
935
|
+
m_Name: CloseButton
|
|
936
|
+
m_TagString: Untagged
|
|
937
|
+
m_Icon: {fileID: 0}
|
|
938
|
+
m_NavMeshLayer: 0
|
|
939
|
+
m_StaticEditorFlags: 0
|
|
940
|
+
m_IsActive: 1
|
|
941
|
+
--- !u!224 &6352990879285470245
|
|
942
|
+
RectTransform:
|
|
943
|
+
m_ObjectHideFlags: 0
|
|
944
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
945
|
+
m_PrefabInstance: {fileID: 0}
|
|
946
|
+
m_PrefabAsset: {fileID: 0}
|
|
947
|
+
m_GameObject: {fileID: 3232559484728254361}
|
|
948
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
949
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
950
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
951
|
+
m_Children: []
|
|
952
|
+
m_Father: {fileID: 7875174870289251695}
|
|
953
|
+
m_RootOrder: 1
|
|
954
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
955
|
+
m_AnchorMin: {x: 1, y: 1}
|
|
956
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
957
|
+
m_AnchoredPosition: {x: -48, y: -49}
|
|
958
|
+
m_SizeDelta: {x: 55, y: 55}
|
|
959
|
+
m_Pivot: {x: 1, y: 1}
|
|
960
|
+
--- !u!222 &4887786223029864600
|
|
961
|
+
CanvasRenderer:
|
|
962
|
+
m_ObjectHideFlags: 0
|
|
963
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
964
|
+
m_PrefabInstance: {fileID: 0}
|
|
965
|
+
m_PrefabAsset: {fileID: 0}
|
|
966
|
+
m_GameObject: {fileID: 3232559484728254361}
|
|
967
|
+
m_CullTransparentMesh: 1
|
|
968
|
+
--- !u!114 &6035586731492694582
|
|
969
|
+
MonoBehaviour:
|
|
970
|
+
m_ObjectHideFlags: 0
|
|
971
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
972
|
+
m_PrefabInstance: {fileID: 0}
|
|
973
|
+
m_PrefabAsset: {fileID: 0}
|
|
974
|
+
m_GameObject: {fileID: 3232559484728254361}
|
|
975
|
+
m_Enabled: 1
|
|
976
|
+
m_EditorHideFlags: 0
|
|
977
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
978
|
+
m_Name:
|
|
979
|
+
m_EditorClassIdentifier:
|
|
980
|
+
m_Material: {fileID: 0}
|
|
981
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
982
|
+
m_RaycastTarget: 1
|
|
983
|
+
m_Maskable: 1
|
|
984
|
+
m_OnCullStateChanged:
|
|
985
|
+
m_PersistentCalls:
|
|
986
|
+
m_Calls: []
|
|
987
|
+
m_Sprite: {fileID: 21300000, guid: 362d3f2c5cb32453383f03bdcaf75f76, type: 3}
|
|
988
|
+
m_Type: 0
|
|
989
|
+
m_PreserveAspect: 0
|
|
990
|
+
m_FillCenter: 1
|
|
991
|
+
m_FillMethod: 4
|
|
992
|
+
m_FillAmount: 1
|
|
993
|
+
m_FillClockwise: 1
|
|
994
|
+
m_FillOrigin: 0
|
|
995
|
+
m_UseSpriteMesh: 0
|
|
996
|
+
m_PixelsPerUnitMultiplier: 1
|
|
997
|
+
--- !u!114 &7035648087749221004
|
|
998
|
+
MonoBehaviour:
|
|
999
|
+
m_ObjectHideFlags: 0
|
|
1000
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1001
|
+
m_PrefabInstance: {fileID: 0}
|
|
1002
|
+
m_PrefabAsset: {fileID: 0}
|
|
1003
|
+
m_GameObject: {fileID: 3232559484728254361}
|
|
1004
|
+
m_Enabled: 1
|
|
1005
|
+
m_EditorHideFlags: 0
|
|
1006
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
1007
|
+
m_Name:
|
|
1008
|
+
m_EditorClassIdentifier:
|
|
1009
|
+
m_Navigation:
|
|
1010
|
+
m_Mode: 3
|
|
1011
|
+
m_SelectOnUp: {fileID: 0}
|
|
1012
|
+
m_SelectOnDown: {fileID: 0}
|
|
1013
|
+
m_SelectOnLeft: {fileID: 0}
|
|
1014
|
+
m_SelectOnRight: {fileID: 0}
|
|
1015
|
+
m_Transition: 0
|
|
1016
|
+
m_Colors:
|
|
1017
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1018
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1019
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
1020
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1021
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
1022
|
+
m_ColorMultiplier: 1
|
|
1023
|
+
m_FadeDuration: 0.1
|
|
1024
|
+
m_SpriteState:
|
|
1025
|
+
m_HighlightedSprite: {fileID: 0}
|
|
1026
|
+
m_PressedSprite: {fileID: 0}
|
|
1027
|
+
m_SelectedSprite: {fileID: 0}
|
|
1028
|
+
m_DisabledSprite: {fileID: 0}
|
|
1029
|
+
m_AnimationTriggers:
|
|
1030
|
+
m_NormalTrigger: Normal
|
|
1031
|
+
m_HighlightedTrigger: Highlighted
|
|
1032
|
+
m_PressedTrigger: Pressed
|
|
1033
|
+
m_SelectedTrigger: Selected
|
|
1034
|
+
m_DisabledTrigger: Disabled
|
|
1035
|
+
m_Interactable: 1
|
|
1036
|
+
m_TargetGraphic: {fileID: 6035586731492694582}
|
|
1037
|
+
m_OnClick:
|
|
1038
|
+
m_PersistentCalls:
|
|
1039
|
+
m_Calls: []
|
|
1040
|
+
--- !u!1 &3689977648578259978
|
|
1041
|
+
GameObject:
|
|
1042
|
+
m_ObjectHideFlags: 0
|
|
1043
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1044
|
+
m_PrefabInstance: {fileID: 0}
|
|
1045
|
+
m_PrefabAsset: {fileID: 0}
|
|
1046
|
+
serializedVersion: 6
|
|
1047
|
+
m_Component:
|
|
1048
|
+
- component: {fileID: 758081885710963893}
|
|
1049
|
+
- component: {fileID: 8944160656538794504}
|
|
1050
|
+
- component: {fileID: 4096305932848573272}
|
|
1051
|
+
- component: {fileID: 1065693262295229707}
|
|
1052
|
+
m_Layer: 5
|
|
1053
|
+
m_Name: Item
|
|
1054
|
+
m_TagString: Untagged
|
|
1055
|
+
m_Icon: {fileID: 0}
|
|
1056
|
+
m_NavMeshLayer: 0
|
|
1057
|
+
m_StaticEditorFlags: 0
|
|
1058
|
+
m_IsActive: 1
|
|
1059
|
+
--- !u!224 &758081885710963893
|
|
1060
|
+
RectTransform:
|
|
1061
|
+
m_ObjectHideFlags: 0
|
|
1062
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1063
|
+
m_PrefabInstance: {fileID: 0}
|
|
1064
|
+
m_PrefabAsset: {fileID: 0}
|
|
1065
|
+
m_GameObject: {fileID: 3689977648578259978}
|
|
1066
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1067
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1068
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1069
|
+
m_Children:
|
|
1070
|
+
- {fileID: 8304077111502941043}
|
|
1071
|
+
m_Father: {fileID: 870634751670190165}
|
|
1072
|
+
m_RootOrder: 0
|
|
1073
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1074
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
1075
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1076
|
+
m_AnchoredPosition: {x: 0, y: 0.000015258789}
|
|
1077
|
+
m_SizeDelta: {x: 0, y: 106.5}
|
|
1078
|
+
m_Pivot: {x: 0.5, y: 1}
|
|
1079
|
+
--- !u!222 &8944160656538794504
|
|
1080
|
+
CanvasRenderer:
|
|
1081
|
+
m_ObjectHideFlags: 0
|
|
1082
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1083
|
+
m_PrefabInstance: {fileID: 0}
|
|
1084
|
+
m_PrefabAsset: {fileID: 0}
|
|
1085
|
+
m_GameObject: {fileID: 3689977648578259978}
|
|
1086
|
+
m_CullTransparentMesh: 0
|
|
1087
|
+
--- !u!114 &4096305932848573272
|
|
1088
|
+
MonoBehaviour:
|
|
1089
|
+
m_ObjectHideFlags: 0
|
|
1090
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1091
|
+
m_PrefabInstance: {fileID: 0}
|
|
1092
|
+
m_PrefabAsset: {fileID: 0}
|
|
1093
|
+
m_GameObject: {fileID: 3689977648578259978}
|
|
1094
|
+
m_Enabled: 1
|
|
1095
|
+
m_EditorHideFlags: 0
|
|
1096
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1097
|
+
m_Name:
|
|
1098
|
+
m_EditorClassIdentifier:
|
|
1099
|
+
m_Material: {fileID: 0}
|
|
1100
|
+
m_Color: {r: 0.98039216, g: 0.98039216, b: 0.98039216, a: 1}
|
|
1101
|
+
m_RaycastTarget: 1
|
|
1102
|
+
m_Maskable: 1
|
|
1103
|
+
m_OnCullStateChanged:
|
|
1104
|
+
m_PersistentCalls:
|
|
1105
|
+
m_Calls: []
|
|
1106
|
+
m_Sprite: {fileID: 0}
|
|
1107
|
+
m_Type: 0
|
|
1108
|
+
m_PreserveAspect: 0
|
|
1109
|
+
m_FillCenter: 1
|
|
1110
|
+
m_FillMethod: 4
|
|
1111
|
+
m_FillAmount: 1
|
|
1112
|
+
m_FillClockwise: 1
|
|
1113
|
+
m_FillOrigin: 0
|
|
1114
|
+
m_UseSpriteMesh: 0
|
|
1115
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1116
|
+
--- !u!114 &1065693262295229707
|
|
1117
|
+
MonoBehaviour:
|
|
1118
|
+
m_ObjectHideFlags: 0
|
|
1119
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1120
|
+
m_PrefabInstance: {fileID: 0}
|
|
1121
|
+
m_PrefabAsset: {fileID: 0}
|
|
1122
|
+
m_GameObject: {fileID: 3689977648578259978}
|
|
1123
|
+
m_Enabled: 1
|
|
1124
|
+
m_EditorHideFlags: 0
|
|
1125
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
1126
|
+
m_Name:
|
|
1127
|
+
m_EditorClassIdentifier:
|
|
1128
|
+
m_Navigation:
|
|
1129
|
+
m_Mode: 3
|
|
1130
|
+
m_SelectOnUp: {fileID: 0}
|
|
1131
|
+
m_SelectOnDown: {fileID: 0}
|
|
1132
|
+
m_SelectOnLeft: {fileID: 0}
|
|
1133
|
+
m_SelectOnRight: {fileID: 0}
|
|
1134
|
+
m_Transition: 1
|
|
1135
|
+
m_Colors:
|
|
1136
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1137
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1138
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
1139
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1140
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
1141
|
+
m_ColorMultiplier: 1
|
|
1142
|
+
m_FadeDuration: 0.1
|
|
1143
|
+
m_SpriteState:
|
|
1144
|
+
m_HighlightedSprite: {fileID: 0}
|
|
1145
|
+
m_PressedSprite: {fileID: 0}
|
|
1146
|
+
m_SelectedSprite: {fileID: 0}
|
|
1147
|
+
m_DisabledSprite: {fileID: 0}
|
|
1148
|
+
m_AnimationTriggers:
|
|
1149
|
+
m_NormalTrigger: Normal
|
|
1150
|
+
m_HighlightedTrigger: Highlighted
|
|
1151
|
+
m_PressedTrigger: Pressed
|
|
1152
|
+
m_SelectedTrigger: Selected
|
|
1153
|
+
m_DisabledTrigger: Disabled
|
|
1154
|
+
m_Interactable: 1
|
|
1155
|
+
m_TargetGraphic: {fileID: 4096305932848573272}
|
|
1156
|
+
m_OnClick:
|
|
1157
|
+
m_PersistentCalls:
|
|
1158
|
+
m_Calls: []
|
|
1159
|
+
--- !u!1 &4083342199474525609
|
|
1160
|
+
GameObject:
|
|
1161
|
+
m_ObjectHideFlags: 0
|
|
1162
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1163
|
+
m_PrefabInstance: {fileID: 0}
|
|
1164
|
+
m_PrefabAsset: {fileID: 0}
|
|
1165
|
+
serializedVersion: 6
|
|
1166
|
+
m_Component:
|
|
1167
|
+
- component: {fileID: 4670300252404837558}
|
|
1168
|
+
- component: {fileID: 4383408699796325138}
|
|
1169
|
+
- component: {fileID: 4128731879156485127}
|
|
1170
|
+
- component: {fileID: 2006151848269522936}
|
|
1171
|
+
m_Layer: 5
|
|
1172
|
+
m_Name: YearToggle
|
|
1173
|
+
m_TagString: Untagged
|
|
1174
|
+
m_Icon: {fileID: 0}
|
|
1175
|
+
m_NavMeshLayer: 0
|
|
1176
|
+
m_StaticEditorFlags: 0
|
|
1177
|
+
m_IsActive: 1
|
|
1178
|
+
--- !u!224 &4670300252404837558
|
|
1179
|
+
RectTransform:
|
|
1180
|
+
m_ObjectHideFlags: 0
|
|
1181
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1182
|
+
m_PrefabInstance: {fileID: 0}
|
|
1183
|
+
m_PrefabAsset: {fileID: 0}
|
|
1184
|
+
m_GameObject: {fileID: 4083342199474525609}
|
|
1185
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1186
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1187
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1188
|
+
m_Children:
|
|
1189
|
+
- {fileID: 4399669694652504466}
|
|
1190
|
+
- {fileID: 4090714556715790778}
|
|
1191
|
+
- {fileID: 939676357396255028}
|
|
1192
|
+
m_Father: {fileID: 7875174870289251695}
|
|
1193
|
+
m_RootOrder: 5
|
|
1194
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1195
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1196
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1197
|
+
m_AnchoredPosition: {x: -288, y: 0}
|
|
1198
|
+
m_SizeDelta: {x: 269, y: 109}
|
|
1199
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1200
|
+
--- !u!222 &4383408699796325138
|
|
1201
|
+
CanvasRenderer:
|
|
1202
|
+
m_ObjectHideFlags: 0
|
|
1203
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1204
|
+
m_PrefabInstance: {fileID: 0}
|
|
1205
|
+
m_PrefabAsset: {fileID: 0}
|
|
1206
|
+
m_GameObject: {fileID: 4083342199474525609}
|
|
1207
|
+
m_CullTransparentMesh: 0
|
|
1208
|
+
--- !u!114 &4128731879156485127
|
|
1209
|
+
MonoBehaviour:
|
|
1210
|
+
m_ObjectHideFlags: 0
|
|
1211
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1212
|
+
m_PrefabInstance: {fileID: 0}
|
|
1213
|
+
m_PrefabAsset: {fileID: 0}
|
|
1214
|
+
m_GameObject: {fileID: 4083342199474525609}
|
|
1215
|
+
m_Enabled: 1
|
|
1216
|
+
m_EditorHideFlags: 0
|
|
1217
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1218
|
+
m_Name:
|
|
1219
|
+
m_EditorClassIdentifier:
|
|
1220
|
+
m_Material: {fileID: 0}
|
|
1221
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1222
|
+
m_RaycastTarget: 1
|
|
1223
|
+
m_Maskable: 1
|
|
1224
|
+
m_OnCullStateChanged:
|
|
1225
|
+
m_PersistentCalls:
|
|
1226
|
+
m_Calls: []
|
|
1227
|
+
m_Sprite: {fileID: 21300000, guid: dd9d671541ba74178a9139a1c7d7de5c, type: 3}
|
|
1228
|
+
m_Type: 1
|
|
1229
|
+
m_PreserveAspect: 0
|
|
1230
|
+
m_FillCenter: 1
|
|
1231
|
+
m_FillMethod: 4
|
|
1232
|
+
m_FillAmount: 1
|
|
1233
|
+
m_FillClockwise: 1
|
|
1234
|
+
m_FillOrigin: 0
|
|
1235
|
+
m_UseSpriteMesh: 0
|
|
1236
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1237
|
+
--- !u!114 &2006151848269522936
|
|
1238
|
+
MonoBehaviour:
|
|
1239
|
+
m_ObjectHideFlags: 0
|
|
1240
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1241
|
+
m_PrefabInstance: {fileID: 0}
|
|
1242
|
+
m_PrefabAsset: {fileID: 0}
|
|
1243
|
+
m_GameObject: {fileID: 4083342199474525609}
|
|
1244
|
+
m_Enabled: 1
|
|
1245
|
+
m_EditorHideFlags: 0
|
|
1246
|
+
m_Script: {fileID: 11500000, guid: 9085046f02f69544eb97fd06b6048fe2, type: 3}
|
|
1247
|
+
m_Name:
|
|
1248
|
+
m_EditorClassIdentifier:
|
|
1249
|
+
m_Navigation:
|
|
1250
|
+
m_Mode: 3
|
|
1251
|
+
m_SelectOnUp: {fileID: 0}
|
|
1252
|
+
m_SelectOnDown: {fileID: 0}
|
|
1253
|
+
m_SelectOnLeft: {fileID: 0}
|
|
1254
|
+
m_SelectOnRight: {fileID: 0}
|
|
1255
|
+
m_Transition: 2
|
|
1256
|
+
m_Colors:
|
|
1257
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1258
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1259
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
1260
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1261
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
1262
|
+
m_ColorMultiplier: 1
|
|
1263
|
+
m_FadeDuration: 0.1
|
|
1264
|
+
m_SpriteState:
|
|
1265
|
+
m_HighlightedSprite: {fileID: 21300000, guid: ce22a2d229beb43bca381ce30310cc0b,
|
|
1266
|
+
type: 3}
|
|
1267
|
+
m_PressedSprite: {fileID: 21300000, guid: ce22a2d229beb43bca381ce30310cc0b, type: 3}
|
|
1268
|
+
m_SelectedSprite: {fileID: 21300000, guid: ce22a2d229beb43bca381ce30310cc0b, type: 3}
|
|
1269
|
+
m_DisabledSprite: {fileID: 0}
|
|
1270
|
+
m_AnimationTriggers:
|
|
1271
|
+
m_NormalTrigger: Normal
|
|
1272
|
+
m_HighlightedTrigger: Highlighted
|
|
1273
|
+
m_PressedTrigger: Pressed
|
|
1274
|
+
m_SelectedTrigger: Selected
|
|
1275
|
+
m_DisabledTrigger: Disabled
|
|
1276
|
+
m_Interactable: 1
|
|
1277
|
+
m_TargetGraphic: {fileID: 4128731879156485127}
|
|
1278
|
+
toggleTransition: 1
|
|
1279
|
+
graphic: {fileID: 0}
|
|
1280
|
+
m_Group: {fileID: 0}
|
|
1281
|
+
onValueChanged:
|
|
1282
|
+
m_PersistentCalls:
|
|
1283
|
+
m_Calls: []
|
|
1284
|
+
m_IsOn: 0
|
|
1285
|
+
--- !u!1 &4168470512083604594
|
|
1286
|
+
GameObject:
|
|
1287
|
+
m_ObjectHideFlags: 0
|
|
1288
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1289
|
+
m_PrefabInstance: {fileID: 0}
|
|
1290
|
+
m_PrefabAsset: {fileID: 0}
|
|
1291
|
+
serializedVersion: 6
|
|
1292
|
+
m_Component:
|
|
1293
|
+
- component: {fileID: 7327072821673827424}
|
|
1294
|
+
- component: {fileID: 6443788434409110699}
|
|
1295
|
+
- component: {fileID: 5938647982544481361}
|
|
1296
|
+
- component: {fileID: 796595051296701396}
|
|
1297
|
+
m_Layer: 5
|
|
1298
|
+
m_Name: Item
|
|
1299
|
+
m_TagString: Untagged
|
|
1300
|
+
m_Icon: {fileID: 0}
|
|
1301
|
+
m_NavMeshLayer: 0
|
|
1302
|
+
m_StaticEditorFlags: 0
|
|
1303
|
+
m_IsActive: 1
|
|
1304
|
+
--- !u!224 &7327072821673827424
|
|
1305
|
+
RectTransform:
|
|
1306
|
+
m_ObjectHideFlags: 0
|
|
1307
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1308
|
+
m_PrefabInstance: {fileID: 0}
|
|
1309
|
+
m_PrefabAsset: {fileID: 0}
|
|
1310
|
+
m_GameObject: {fileID: 4168470512083604594}
|
|
1311
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1312
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1313
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1314
|
+
m_Children:
|
|
1315
|
+
- {fileID: 8294344063686146391}
|
|
1316
|
+
m_Father: {fileID: 3226002397416002664}
|
|
1317
|
+
m_RootOrder: 0
|
|
1318
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1319
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
1320
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1321
|
+
m_AnchoredPosition: {x: 0, y: 0.000015258789}
|
|
1322
|
+
m_SizeDelta: {x: 0, y: 106.5}
|
|
1323
|
+
m_Pivot: {x: 0.5, y: 1}
|
|
1324
|
+
--- !u!222 &6443788434409110699
|
|
1325
|
+
CanvasRenderer:
|
|
1326
|
+
m_ObjectHideFlags: 0
|
|
1327
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1328
|
+
m_PrefabInstance: {fileID: 0}
|
|
1329
|
+
m_PrefabAsset: {fileID: 0}
|
|
1330
|
+
m_GameObject: {fileID: 4168470512083604594}
|
|
1331
|
+
m_CullTransparentMesh: 0
|
|
1332
|
+
--- !u!114 &5938647982544481361
|
|
1333
|
+
MonoBehaviour:
|
|
1334
|
+
m_ObjectHideFlags: 0
|
|
1335
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1336
|
+
m_PrefabInstance: {fileID: 0}
|
|
1337
|
+
m_PrefabAsset: {fileID: 0}
|
|
1338
|
+
m_GameObject: {fileID: 4168470512083604594}
|
|
1339
|
+
m_Enabled: 1
|
|
1340
|
+
m_EditorHideFlags: 0
|
|
1341
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1342
|
+
m_Name:
|
|
1343
|
+
m_EditorClassIdentifier:
|
|
1344
|
+
m_Material: {fileID: 0}
|
|
1345
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1346
|
+
m_RaycastTarget: 1
|
|
1347
|
+
m_Maskable: 1
|
|
1348
|
+
m_OnCullStateChanged:
|
|
1349
|
+
m_PersistentCalls:
|
|
1350
|
+
m_Calls: []
|
|
1351
|
+
m_Sprite: {fileID: 0}
|
|
1352
|
+
m_Type: 0
|
|
1353
|
+
m_PreserveAspect: 0
|
|
1354
|
+
m_FillCenter: 1
|
|
1355
|
+
m_FillMethod: 4
|
|
1356
|
+
m_FillAmount: 1
|
|
1357
|
+
m_FillClockwise: 1
|
|
1358
|
+
m_FillOrigin: 0
|
|
1359
|
+
m_UseSpriteMesh: 0
|
|
1360
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1361
|
+
--- !u!114 &796595051296701396
|
|
1362
|
+
MonoBehaviour:
|
|
1363
|
+
m_ObjectHideFlags: 0
|
|
1364
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1365
|
+
m_PrefabInstance: {fileID: 0}
|
|
1366
|
+
m_PrefabAsset: {fileID: 0}
|
|
1367
|
+
m_GameObject: {fileID: 4168470512083604594}
|
|
1368
|
+
m_Enabled: 1
|
|
1369
|
+
m_EditorHideFlags: 0
|
|
1370
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
1371
|
+
m_Name:
|
|
1372
|
+
m_EditorClassIdentifier:
|
|
1373
|
+
m_Navigation:
|
|
1374
|
+
m_Mode: 3
|
|
1375
|
+
m_SelectOnUp: {fileID: 0}
|
|
1376
|
+
m_SelectOnDown: {fileID: 0}
|
|
1377
|
+
m_SelectOnLeft: {fileID: 0}
|
|
1378
|
+
m_SelectOnRight: {fileID: 0}
|
|
1379
|
+
m_Transition: 1
|
|
1380
|
+
m_Colors:
|
|
1381
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1382
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1383
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
1384
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1385
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
1386
|
+
m_ColorMultiplier: 1
|
|
1387
|
+
m_FadeDuration: 0.1
|
|
1388
|
+
m_SpriteState:
|
|
1389
|
+
m_HighlightedSprite: {fileID: 0}
|
|
1390
|
+
m_PressedSprite: {fileID: 0}
|
|
1391
|
+
m_SelectedSprite: {fileID: 0}
|
|
1392
|
+
m_DisabledSprite: {fileID: 0}
|
|
1393
|
+
m_AnimationTriggers:
|
|
1394
|
+
m_NormalTrigger: Normal
|
|
1395
|
+
m_HighlightedTrigger: Highlighted
|
|
1396
|
+
m_PressedTrigger: Pressed
|
|
1397
|
+
m_SelectedTrigger: Selected
|
|
1398
|
+
m_DisabledTrigger: Disabled
|
|
1399
|
+
m_Interactable: 1
|
|
1400
|
+
m_TargetGraphic: {fileID: 5938647982544481361}
|
|
1401
|
+
m_OnClick:
|
|
1402
|
+
m_PersistentCalls:
|
|
1403
|
+
m_Calls: []
|
|
1404
|
+
--- !u!1 &4189585547947232200
|
|
1405
|
+
GameObject:
|
|
1406
|
+
m_ObjectHideFlags: 0
|
|
1407
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1408
|
+
m_PrefabInstance: {fileID: 0}
|
|
1409
|
+
m_PrefabAsset: {fileID: 0}
|
|
1410
|
+
serializedVersion: 6
|
|
1411
|
+
m_Component:
|
|
1412
|
+
- component: {fileID: 2274523420260147568}
|
|
1413
|
+
m_Layer: 5
|
|
1414
|
+
m_Name: Content
|
|
1415
|
+
m_TagString: Untagged
|
|
1416
|
+
m_Icon: {fileID: 0}
|
|
1417
|
+
m_NavMeshLayer: 0
|
|
1418
|
+
m_StaticEditorFlags: 0
|
|
1419
|
+
m_IsActive: 1
|
|
1420
|
+
--- !u!224 &2274523420260147568
|
|
1421
|
+
RectTransform:
|
|
1422
|
+
m_ObjectHideFlags: 0
|
|
1423
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1424
|
+
m_PrefabInstance: {fileID: 0}
|
|
1425
|
+
m_PrefabAsset: {fileID: 0}
|
|
1426
|
+
m_GameObject: {fileID: 4189585547947232200}
|
|
1427
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1428
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1429
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1430
|
+
m_Children:
|
|
1431
|
+
- {fileID: 4411206252267902016}
|
|
1432
|
+
m_Father: {fileID: 8732001170885451182}
|
|
1433
|
+
m_RootOrder: 0
|
|
1434
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1435
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
1436
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1437
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1438
|
+
m_SizeDelta: {x: 0, y: 426}
|
|
1439
|
+
m_Pivot: {x: 0, y: 1}
|
|
1440
|
+
--- !u!1 &4585520885180331021
|
|
1441
|
+
GameObject:
|
|
1442
|
+
m_ObjectHideFlags: 0
|
|
1443
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1444
|
+
m_PrefabInstance: {fileID: 0}
|
|
1445
|
+
m_PrefabAsset: {fileID: 0}
|
|
1446
|
+
serializedVersion: 6
|
|
1447
|
+
m_Component:
|
|
1448
|
+
- component: {fileID: 3226002397416002664}
|
|
1449
|
+
m_Layer: 5
|
|
1450
|
+
m_Name: Content
|
|
1451
|
+
m_TagString: Untagged
|
|
1452
|
+
m_Icon: {fileID: 0}
|
|
1453
|
+
m_NavMeshLayer: 0
|
|
1454
|
+
m_StaticEditorFlags: 0
|
|
1455
|
+
m_IsActive: 1
|
|
1456
|
+
--- !u!224 &3226002397416002664
|
|
1457
|
+
RectTransform:
|
|
1458
|
+
m_ObjectHideFlags: 0
|
|
1459
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1460
|
+
m_PrefabInstance: {fileID: 0}
|
|
1461
|
+
m_PrefabAsset: {fileID: 0}
|
|
1462
|
+
m_GameObject: {fileID: 4585520885180331021}
|
|
1463
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1464
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1465
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1466
|
+
m_Children:
|
|
1467
|
+
- {fileID: 7327072821673827424}
|
|
1468
|
+
m_Father: {fileID: 6761368746383714499}
|
|
1469
|
+
m_RootOrder: 0
|
|
1470
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1471
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
1472
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1473
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1474
|
+
m_SizeDelta: {x: 0, y: 426}
|
|
1475
|
+
m_Pivot: {x: 0, y: 1}
|
|
1476
|
+
--- !u!1 &4796314383942223079
|
|
1477
|
+
GameObject:
|
|
1478
|
+
m_ObjectHideFlags: 0
|
|
1479
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1480
|
+
m_PrefabInstance: {fileID: 0}
|
|
1481
|
+
m_PrefabAsset: {fileID: 0}
|
|
1482
|
+
serializedVersion: 6
|
|
1483
|
+
m_Component:
|
|
1484
|
+
- component: {fileID: 8304077111502941043}
|
|
1485
|
+
- component: {fileID: 8057938513161118531}
|
|
1486
|
+
- component: {fileID: 703774504898634582}
|
|
1487
|
+
m_Layer: 5
|
|
1488
|
+
m_Name: Label
|
|
1489
|
+
m_TagString: Untagged
|
|
1490
|
+
m_Icon: {fileID: 0}
|
|
1491
|
+
m_NavMeshLayer: 0
|
|
1492
|
+
m_StaticEditorFlags: 0
|
|
1493
|
+
m_IsActive: 1
|
|
1494
|
+
--- !u!224 &8304077111502941043
|
|
1495
|
+
RectTransform:
|
|
1496
|
+
m_ObjectHideFlags: 0
|
|
1497
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1498
|
+
m_PrefabInstance: {fileID: 0}
|
|
1499
|
+
m_PrefabAsset: {fileID: 0}
|
|
1500
|
+
m_GameObject: {fileID: 4796314383942223079}
|
|
1501
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1502
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1503
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1504
|
+
m_Children: []
|
|
1505
|
+
m_Father: {fileID: 758081885710963893}
|
|
1506
|
+
m_RootOrder: 0
|
|
1507
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1508
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
1509
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1510
|
+
m_AnchoredPosition: {x: 0, y: -10}
|
|
1511
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
1512
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1513
|
+
--- !u!222 &8057938513161118531
|
|
1514
|
+
CanvasRenderer:
|
|
1515
|
+
m_ObjectHideFlags: 0
|
|
1516
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1517
|
+
m_PrefabInstance: {fileID: 0}
|
|
1518
|
+
m_PrefabAsset: {fileID: 0}
|
|
1519
|
+
m_GameObject: {fileID: 4796314383942223079}
|
|
1520
|
+
m_CullTransparentMesh: 0
|
|
1521
|
+
--- !u!114 &703774504898634582
|
|
1522
|
+
MonoBehaviour:
|
|
1523
|
+
m_ObjectHideFlags: 0
|
|
1524
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1525
|
+
m_PrefabInstance: {fileID: 0}
|
|
1526
|
+
m_PrefabAsset: {fileID: 0}
|
|
1527
|
+
m_GameObject: {fileID: 4796314383942223079}
|
|
1528
|
+
m_Enabled: 1
|
|
1529
|
+
m_EditorHideFlags: 0
|
|
1530
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1531
|
+
m_Name:
|
|
1532
|
+
m_EditorClassIdentifier:
|
|
1533
|
+
m_Material: {fileID: 0}
|
|
1534
|
+
m_Color: {r: 0.4, g: 0.4, b: 0.4, a: 1}
|
|
1535
|
+
m_RaycastTarget: 0
|
|
1536
|
+
m_Maskable: 1
|
|
1537
|
+
m_OnCullStateChanged:
|
|
1538
|
+
m_PersistentCalls:
|
|
1539
|
+
m_Calls: []
|
|
1540
|
+
m_FontData:
|
|
1541
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
1542
|
+
m_FontSize: 39
|
|
1543
|
+
m_FontStyle: 0
|
|
1544
|
+
m_BestFit: 0
|
|
1545
|
+
m_MinSize: 1
|
|
1546
|
+
m_MaxSize: 171
|
|
1547
|
+
m_Alignment: 4
|
|
1548
|
+
m_AlignByGeometry: 0
|
|
1549
|
+
m_RichText: 1
|
|
1550
|
+
m_HorizontalOverflow: 0
|
|
1551
|
+
m_VerticalOverflow: 0
|
|
1552
|
+
m_LineSpacing: 1
|
|
1553
|
+
m_Text: 1999
|
|
1554
|
+
--- !u!1 &5018997891200522115
|
|
1555
|
+
GameObject:
|
|
1556
|
+
m_ObjectHideFlags: 0
|
|
1557
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1558
|
+
m_PrefabInstance: {fileID: 0}
|
|
1559
|
+
m_PrefabAsset: {fileID: 0}
|
|
1560
|
+
serializedVersion: 6
|
|
1561
|
+
m_Component:
|
|
1562
|
+
- component: {fileID: 2356732173957518344}
|
|
1563
|
+
- component: {fileID: 494820354189501994}
|
|
1564
|
+
- component: {fileID: 716198847739932332}
|
|
1565
|
+
- component: {fileID: 6702018493437190067}
|
|
1566
|
+
m_Layer: 5
|
|
1567
|
+
m_Name: ConfirmButton
|
|
1568
|
+
m_TagString: Untagged
|
|
1569
|
+
m_Icon: {fileID: 0}
|
|
1570
|
+
m_NavMeshLayer: 0
|
|
1571
|
+
m_StaticEditorFlags: 0
|
|
1572
|
+
m_IsActive: 1
|
|
1573
|
+
--- !u!224 &2356732173957518344
|
|
1574
|
+
RectTransform:
|
|
1575
|
+
m_ObjectHideFlags: 0
|
|
1576
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1577
|
+
m_PrefabInstance: {fileID: 0}
|
|
1578
|
+
m_PrefabAsset: {fileID: 0}
|
|
1579
|
+
m_GameObject: {fileID: 5018997891200522115}
|
|
1580
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1581
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1582
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1583
|
+
m_Children:
|
|
1584
|
+
- {fileID: 4858461454929929898}
|
|
1585
|
+
m_Father: {fileID: 7875174870289251695}
|
|
1586
|
+
m_RootOrder: 4
|
|
1587
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1588
|
+
m_AnchorMin: {x: 0.5, y: 0}
|
|
1589
|
+
m_AnchorMax: {x: 0.5, y: 0}
|
|
1590
|
+
m_AnchoredPosition: {x: 15.3230095, y: 70.70001}
|
|
1591
|
+
m_SizeDelta: {x: 800, y: 131}
|
|
1592
|
+
m_Pivot: {x: 0.5, y: 0}
|
|
1593
|
+
--- !u!222 &494820354189501994
|
|
1594
|
+
CanvasRenderer:
|
|
1595
|
+
m_ObjectHideFlags: 0
|
|
1596
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1597
|
+
m_PrefabInstance: {fileID: 0}
|
|
1598
|
+
m_PrefabAsset: {fileID: 0}
|
|
1599
|
+
m_GameObject: {fileID: 5018997891200522115}
|
|
1600
|
+
m_CullTransparentMesh: 0
|
|
1601
|
+
--- !u!114 &716198847739932332
|
|
1602
|
+
MonoBehaviour:
|
|
1603
|
+
m_ObjectHideFlags: 0
|
|
1604
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1605
|
+
m_PrefabInstance: {fileID: 0}
|
|
1606
|
+
m_PrefabAsset: {fileID: 0}
|
|
1607
|
+
m_GameObject: {fileID: 5018997891200522115}
|
|
1608
|
+
m_Enabled: 1
|
|
1609
|
+
m_EditorHideFlags: 0
|
|
1610
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1611
|
+
m_Name:
|
|
1612
|
+
m_EditorClassIdentifier:
|
|
1613
|
+
m_Material: {fileID: 0}
|
|
1614
|
+
m_Color: {r: 0, g: 0.8509804, b: 0.77254903, a: 1}
|
|
1615
|
+
m_RaycastTarget: 1
|
|
1616
|
+
m_Maskable: 1
|
|
1617
|
+
m_OnCullStateChanged:
|
|
1618
|
+
m_PersistentCalls:
|
|
1619
|
+
m_Calls: []
|
|
1620
|
+
m_Sprite: {fileID: 21300000, guid: 8572bb965c5724808b961e8f22fafa4a, type: 3}
|
|
1621
|
+
m_Type: 0
|
|
1622
|
+
m_PreserveAspect: 0
|
|
1623
|
+
m_FillCenter: 1
|
|
1624
|
+
m_FillMethod: 4
|
|
1625
|
+
m_FillAmount: 1
|
|
1626
|
+
m_FillClockwise: 1
|
|
1627
|
+
m_FillOrigin: 0
|
|
1628
|
+
m_UseSpriteMesh: 0
|
|
1629
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1630
|
+
--- !u!114 &6702018493437190067
|
|
1631
|
+
MonoBehaviour:
|
|
1632
|
+
m_ObjectHideFlags: 0
|
|
1633
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1634
|
+
m_PrefabInstance: {fileID: 0}
|
|
1635
|
+
m_PrefabAsset: {fileID: 0}
|
|
1636
|
+
m_GameObject: {fileID: 5018997891200522115}
|
|
1637
|
+
m_Enabled: 1
|
|
1638
|
+
m_EditorHideFlags: 0
|
|
1639
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
1640
|
+
m_Name:
|
|
1641
|
+
m_EditorClassIdentifier:
|
|
1642
|
+
m_Navigation:
|
|
1643
|
+
m_Mode: 3
|
|
1644
|
+
m_SelectOnUp: {fileID: 0}
|
|
1645
|
+
m_SelectOnDown: {fileID: 0}
|
|
1646
|
+
m_SelectOnLeft: {fileID: 0}
|
|
1647
|
+
m_SelectOnRight: {fileID: 0}
|
|
1648
|
+
m_Transition: 1
|
|
1649
|
+
m_Colors:
|
|
1650
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1651
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1652
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
1653
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1654
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
1655
|
+
m_ColorMultiplier: 1
|
|
1656
|
+
m_FadeDuration: 0.1
|
|
1657
|
+
m_SpriteState:
|
|
1658
|
+
m_HighlightedSprite: {fileID: 0}
|
|
1659
|
+
m_PressedSprite: {fileID: 0}
|
|
1660
|
+
m_SelectedSprite: {fileID: 0}
|
|
1661
|
+
m_DisabledSprite: {fileID: 0}
|
|
1662
|
+
m_AnimationTriggers:
|
|
1663
|
+
m_NormalTrigger: Normal
|
|
1664
|
+
m_HighlightedTrigger: Highlighted
|
|
1665
|
+
m_PressedTrigger: Pressed
|
|
1666
|
+
m_SelectedTrigger: Selected
|
|
1667
|
+
m_DisabledTrigger: Disabled
|
|
1668
|
+
m_Interactable: 1
|
|
1669
|
+
m_TargetGraphic: {fileID: 716198847739932332}
|
|
1670
|
+
m_OnClick:
|
|
1671
|
+
m_PersistentCalls:
|
|
1672
|
+
m_Calls: []
|
|
1673
|
+
--- !u!1 &5076409938370084173
|
|
1674
|
+
GameObject:
|
|
1675
|
+
m_ObjectHideFlags: 0
|
|
1676
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1677
|
+
m_PrefabInstance: {fileID: 0}
|
|
1678
|
+
m_PrefabAsset: {fileID: 0}
|
|
1679
|
+
serializedVersion: 6
|
|
1680
|
+
m_Component:
|
|
1681
|
+
- component: {fileID: 4399669694652504466}
|
|
1682
|
+
- component: {fileID: 54748217027092918}
|
|
1683
|
+
- component: {fileID: 5772394792870442275}
|
|
1684
|
+
m_Layer: 5
|
|
1685
|
+
m_Name: Arrow
|
|
1686
|
+
m_TagString: Untagged
|
|
1687
|
+
m_Icon: {fileID: 0}
|
|
1688
|
+
m_NavMeshLayer: 0
|
|
1689
|
+
m_StaticEditorFlags: 0
|
|
1690
|
+
m_IsActive: 1
|
|
1691
|
+
--- !u!224 &4399669694652504466
|
|
1692
|
+
RectTransform:
|
|
1693
|
+
m_ObjectHideFlags: 0
|
|
1694
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1695
|
+
m_PrefabInstance: {fileID: 0}
|
|
1696
|
+
m_PrefabAsset: {fileID: 0}
|
|
1697
|
+
m_GameObject: {fileID: 5076409938370084173}
|
|
1698
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1699
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1700
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1701
|
+
m_Children: []
|
|
1702
|
+
m_Father: {fileID: 4670300252404837558}
|
|
1703
|
+
m_RootOrder: 0
|
|
1704
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1705
|
+
m_AnchorMin: {x: 1, y: 0.5}
|
|
1706
|
+
m_AnchorMax: {x: 1, y: 0.5}
|
|
1707
|
+
m_AnchoredPosition: {x: -57.01, y: -0.96}
|
|
1708
|
+
m_SizeDelta: {x: 29.12481, y: 18.206726}
|
|
1709
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1710
|
+
--- !u!222 &54748217027092918
|
|
1711
|
+
CanvasRenderer:
|
|
1712
|
+
m_ObjectHideFlags: 0
|
|
1713
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1714
|
+
m_PrefabInstance: {fileID: 0}
|
|
1715
|
+
m_PrefabAsset: {fileID: 0}
|
|
1716
|
+
m_GameObject: {fileID: 5076409938370084173}
|
|
1717
|
+
m_CullTransparentMesh: 0
|
|
1718
|
+
--- !u!114 &5772394792870442275
|
|
1719
|
+
MonoBehaviour:
|
|
1720
|
+
m_ObjectHideFlags: 0
|
|
1721
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1722
|
+
m_PrefabInstance: {fileID: 0}
|
|
1723
|
+
m_PrefabAsset: {fileID: 0}
|
|
1724
|
+
m_GameObject: {fileID: 5076409938370084173}
|
|
1725
|
+
m_Enabled: 1
|
|
1726
|
+
m_EditorHideFlags: 0
|
|
1727
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1728
|
+
m_Name:
|
|
1729
|
+
m_EditorClassIdentifier:
|
|
1730
|
+
m_Material: {fileID: 0}
|
|
1731
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1732
|
+
m_RaycastTarget: 1
|
|
1733
|
+
m_Maskable: 1
|
|
1734
|
+
m_OnCullStateChanged:
|
|
1735
|
+
m_PersistentCalls:
|
|
1736
|
+
m_Calls: []
|
|
1737
|
+
m_Sprite: {fileID: 21300000, guid: df4abd00de251427dab96190fa96d931, type: 3}
|
|
1738
|
+
m_Type: 0
|
|
1739
|
+
m_PreserveAspect: 0
|
|
1740
|
+
m_FillCenter: 1
|
|
1741
|
+
m_FillMethod: 4
|
|
1742
|
+
m_FillAmount: 1
|
|
1743
|
+
m_FillClockwise: 1
|
|
1744
|
+
m_FillOrigin: 0
|
|
1745
|
+
m_UseSpriteMesh: 0
|
|
1746
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1747
|
+
--- !u!1 &5175812302348990898
|
|
1748
|
+
GameObject:
|
|
1749
|
+
m_ObjectHideFlags: 0
|
|
1750
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1751
|
+
m_PrefabInstance: {fileID: 0}
|
|
1752
|
+
m_PrefabAsset: {fileID: 0}
|
|
1753
|
+
serializedVersion: 6
|
|
1754
|
+
m_Component:
|
|
1755
|
+
- component: {fileID: 939676357396255028}
|
|
1756
|
+
- component: {fileID: 8697486489089596780}
|
|
1757
|
+
- component: {fileID: 3643642340231757936}
|
|
1758
|
+
m_Layer: 5
|
|
1759
|
+
m_Name: HolderLabel
|
|
1760
|
+
m_TagString: Untagged
|
|
1761
|
+
m_Icon: {fileID: 0}
|
|
1762
|
+
m_NavMeshLayer: 0
|
|
1763
|
+
m_StaticEditorFlags: 0
|
|
1764
|
+
m_IsActive: 1
|
|
1765
|
+
--- !u!224 &939676357396255028
|
|
1766
|
+
RectTransform:
|
|
1767
|
+
m_ObjectHideFlags: 0
|
|
1768
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1769
|
+
m_PrefabInstance: {fileID: 0}
|
|
1770
|
+
m_PrefabAsset: {fileID: 0}
|
|
1771
|
+
m_GameObject: {fileID: 5175812302348990898}
|
|
1772
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1773
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1774
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1775
|
+
m_Children: []
|
|
1776
|
+
m_Father: {fileID: 4670300252404837558}
|
|
1777
|
+
m_RootOrder: 2
|
|
1778
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1779
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
1780
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1781
|
+
m_AnchoredPosition: {x: -26.699997, y: -1.4000015}
|
|
1782
|
+
m_SizeDelta: {x: -50, y: -13}
|
|
1783
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1784
|
+
--- !u!222 &8697486489089596780
|
|
1785
|
+
CanvasRenderer:
|
|
1786
|
+
m_ObjectHideFlags: 0
|
|
1787
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1788
|
+
m_PrefabInstance: {fileID: 0}
|
|
1789
|
+
m_PrefabAsset: {fileID: 0}
|
|
1790
|
+
m_GameObject: {fileID: 5175812302348990898}
|
|
1791
|
+
m_CullTransparentMesh: 0
|
|
1792
|
+
--- !u!114 &3643642340231757936
|
|
1793
|
+
MonoBehaviour:
|
|
1794
|
+
m_ObjectHideFlags: 0
|
|
1795
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1796
|
+
m_PrefabInstance: {fileID: 0}
|
|
1797
|
+
m_PrefabAsset: {fileID: 0}
|
|
1798
|
+
m_GameObject: {fileID: 5175812302348990898}
|
|
1799
|
+
m_Enabled: 1
|
|
1800
|
+
m_EditorHideFlags: 0
|
|
1801
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1802
|
+
m_Name:
|
|
1803
|
+
m_EditorClassIdentifier:
|
|
1804
|
+
m_Material: {fileID: 0}
|
|
1805
|
+
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
1806
|
+
m_RaycastTarget: 1
|
|
1807
|
+
m_Maskable: 1
|
|
1808
|
+
m_OnCullStateChanged:
|
|
1809
|
+
m_PersistentCalls:
|
|
1810
|
+
m_Calls: []
|
|
1811
|
+
m_FontData:
|
|
1812
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
1813
|
+
m_FontSize: 36
|
|
1814
|
+
m_FontStyle: 0
|
|
1815
|
+
m_BestFit: 0
|
|
1816
|
+
m_MinSize: 1
|
|
1817
|
+
m_MaxSize: 40
|
|
1818
|
+
m_Alignment: 4
|
|
1819
|
+
m_AlignByGeometry: 0
|
|
1820
|
+
m_RichText: 1
|
|
1821
|
+
m_HorizontalOverflow: 0
|
|
1822
|
+
m_VerticalOverflow: 0
|
|
1823
|
+
m_LineSpacing: 1
|
|
1824
|
+
m_Text: YYYY
|
|
1825
|
+
--- !u!1 &5936638587631570259
|
|
1826
|
+
GameObject:
|
|
1827
|
+
m_ObjectHideFlags: 0
|
|
1828
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1829
|
+
m_PrefabInstance: {fileID: 0}
|
|
1830
|
+
m_PrefabAsset: {fileID: 0}
|
|
1831
|
+
serializedVersion: 6
|
|
1832
|
+
m_Component:
|
|
1833
|
+
- component: {fileID: 6199915501752284237}
|
|
1834
|
+
- component: {fileID: 1487159171728942641}
|
|
1835
|
+
- component: {fileID: 2982788064645457677}
|
|
1836
|
+
m_Layer: 5
|
|
1837
|
+
m_Name: Description
|
|
1838
|
+
m_TagString: Untagged
|
|
1839
|
+
m_Icon: {fileID: 0}
|
|
1840
|
+
m_NavMeshLayer: 0
|
|
1841
|
+
m_StaticEditorFlags: 0
|
|
1842
|
+
m_IsActive: 1
|
|
1843
|
+
--- !u!224 &6199915501752284237
|
|
1844
|
+
RectTransform:
|
|
1845
|
+
m_ObjectHideFlags: 0
|
|
1846
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1847
|
+
m_PrefabInstance: {fileID: 0}
|
|
1848
|
+
m_PrefabAsset: {fileID: 0}
|
|
1849
|
+
m_GameObject: {fileID: 5936638587631570259}
|
|
1850
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1851
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1852
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1853
|
+
m_Children: []
|
|
1854
|
+
m_Father: {fileID: 7875174870289251695}
|
|
1855
|
+
m_RootOrder: 3
|
|
1856
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1857
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1858
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1859
|
+
m_AnchoredPosition: {x: 0, y: 206.3}
|
|
1860
|
+
m_SizeDelta: {x: 872.3585, y: 277.52795}
|
|
1861
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1862
|
+
--- !u!222 &1487159171728942641
|
|
1863
|
+
CanvasRenderer:
|
|
1864
|
+
m_ObjectHideFlags: 0
|
|
1865
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1866
|
+
m_PrefabInstance: {fileID: 0}
|
|
1867
|
+
m_PrefabAsset: {fileID: 0}
|
|
1868
|
+
m_GameObject: {fileID: 5936638587631570259}
|
|
1869
|
+
m_CullTransparentMesh: 0
|
|
1870
|
+
--- !u!114 &2982788064645457677
|
|
1871
|
+
MonoBehaviour:
|
|
1872
|
+
m_ObjectHideFlags: 0
|
|
1873
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1874
|
+
m_PrefabInstance: {fileID: 0}
|
|
1875
|
+
m_PrefabAsset: {fileID: 0}
|
|
1876
|
+
m_GameObject: {fileID: 5936638587631570259}
|
|
1877
|
+
m_Enabled: 1
|
|
1878
|
+
m_EditorHideFlags: 0
|
|
1879
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1880
|
+
m_Name:
|
|
1881
|
+
m_EditorClassIdentifier:
|
|
1882
|
+
m_Material: {fileID: 0}
|
|
1883
|
+
m_Color: {r: 0.5921569, g: 0.5921569, b: 0.5921569, a: 1}
|
|
1884
|
+
m_RaycastTarget: 0
|
|
1885
|
+
m_Maskable: 1
|
|
1886
|
+
m_OnCullStateChanged:
|
|
1887
|
+
m_PersistentCalls:
|
|
1888
|
+
m_Calls: []
|
|
1889
|
+
m_FontData:
|
|
1890
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
1891
|
+
m_FontSize: 36
|
|
1892
|
+
m_FontStyle: 0
|
|
1893
|
+
m_BestFit: 0
|
|
1894
|
+
m_MinSize: 1
|
|
1895
|
+
m_MaxSize: 42
|
|
1896
|
+
m_Alignment: 3
|
|
1897
|
+
m_AlignByGeometry: 0
|
|
1898
|
+
m_RichText: 1
|
|
1899
|
+
m_HorizontalOverflow: 0
|
|
1900
|
+
m_VerticalOverflow: 0
|
|
1901
|
+
m_LineSpacing: 1
|
|
1902
|
+
m_Text: "\u0110\u1EC3 c\u1EA3i thi\u1EC7n tr\u1EA3i nghi\u1EC7m c\u1EE7a b\u1EA1n,
|
|
1903
|
+
h\xE3y ch\u1ECDn ng\xE0y th\xE1ng n\u0103m sinh. \nTh\xF4ng tin b\u1EA1n cung
|
|
1904
|
+
c\u1EA5p s\u1EBD \u0111\u01B0\u1EE3c b\u1EA3o v\u1EC7 nghi\xEAm ng\u1EB7t, ch\u1EC9
|
|
1905
|
+
d\xF9ng \u0111\u1EC3 x\xE1c minh ng\u01B0\u1EDDi ch\u01A1i v\u1ECB th\xE0nh ni\xEAn,
|
|
1906
|
+
s\u1EBD kh\xF4ng d\xF9ng v\xE0o m\u1EE5c \u0111\xEDch kh\xE1c. Xin h\xE3y y\xEAn
|
|
1907
|
+
t\xE2m."
|
|
1908
|
+
--- !u!1 &5981748443413993179
|
|
1909
|
+
GameObject:
|
|
1910
|
+
m_ObjectHideFlags: 0
|
|
1911
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1912
|
+
m_PrefabInstance: {fileID: 0}
|
|
1913
|
+
m_PrefabAsset: {fileID: 0}
|
|
1914
|
+
serializedVersion: 6
|
|
1915
|
+
m_Component:
|
|
1916
|
+
- component: {fileID: 5981748443413993172}
|
|
1917
|
+
- component: {fileID: 3639954931947495828}
|
|
1918
|
+
- component: {fileID: 2963558750638580267}
|
|
1919
|
+
- component: {fileID: 5633416612143364816}
|
|
1920
|
+
- component: {fileID: 7645866907301265181}
|
|
1921
|
+
m_Layer: 5
|
|
1922
|
+
m_Name: TapTapVietnamTimeSelectorPanel
|
|
1923
|
+
m_TagString: Untagged
|
|
1924
|
+
m_Icon: {fileID: 0}
|
|
1925
|
+
m_NavMeshLayer: 0
|
|
1926
|
+
m_StaticEditorFlags: 0
|
|
1927
|
+
m_IsActive: 1
|
|
1928
|
+
--- !u!224 &5981748443413993172
|
|
1929
|
+
RectTransform:
|
|
1930
|
+
m_ObjectHideFlags: 0
|
|
1931
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1932
|
+
m_PrefabInstance: {fileID: 0}
|
|
1933
|
+
m_PrefabAsset: {fileID: 0}
|
|
1934
|
+
m_GameObject: {fileID: 5981748443413993179}
|
|
1935
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1936
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1937
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1938
|
+
m_Children:
|
|
1939
|
+
- {fileID: 7875174870289251695}
|
|
1940
|
+
m_Father: {fileID: 0}
|
|
1941
|
+
m_RootOrder: 0
|
|
1942
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1943
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
1944
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1945
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1946
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
1947
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1948
|
+
--- !u!223 &3639954931947495828
|
|
1949
|
+
Canvas:
|
|
1950
|
+
m_ObjectHideFlags: 0
|
|
1951
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1952
|
+
m_PrefabInstance: {fileID: 0}
|
|
1953
|
+
m_PrefabAsset: {fileID: 0}
|
|
1954
|
+
m_GameObject: {fileID: 5981748443413993179}
|
|
1955
|
+
m_Enabled: 1
|
|
1956
|
+
serializedVersion: 3
|
|
1957
|
+
m_RenderMode: 2
|
|
1958
|
+
m_Camera: {fileID: 0}
|
|
1959
|
+
m_PlaneDistance: 100
|
|
1960
|
+
m_PixelPerfect: 0
|
|
1961
|
+
m_ReceivesEvents: 1
|
|
1962
|
+
m_OverrideSorting: 0
|
|
1963
|
+
m_OverridePixelPerfect: 0
|
|
1964
|
+
m_SortingBucketNormalizedSize: 0
|
|
1965
|
+
m_AdditionalShaderChannelsFlag: 0
|
|
1966
|
+
m_SortingLayerID: 0
|
|
1967
|
+
m_SortingOrder: 0
|
|
1968
|
+
m_TargetDisplay: 0
|
|
1969
|
+
--- !u!114 &2963558750638580267
|
|
1970
|
+
MonoBehaviour:
|
|
1971
|
+
m_ObjectHideFlags: 0
|
|
1972
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1973
|
+
m_PrefabInstance: {fileID: 0}
|
|
1974
|
+
m_PrefabAsset: {fileID: 0}
|
|
1975
|
+
m_GameObject: {fileID: 5981748443413993179}
|
|
1976
|
+
m_Enabled: 1
|
|
1977
|
+
m_EditorHideFlags: 0
|
|
1978
|
+
m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
|
|
1979
|
+
m_Name:
|
|
1980
|
+
m_EditorClassIdentifier:
|
|
1981
|
+
m_IgnoreReversedGraphics: 1
|
|
1982
|
+
m_BlockingObjects: 0
|
|
1983
|
+
m_BlockingMask:
|
|
1984
|
+
serializedVersion: 2
|
|
1985
|
+
m_Bits: 4294967295
|
|
1986
|
+
--- !u!225 &5633416612143364816
|
|
1987
|
+
CanvasGroup:
|
|
1988
|
+
m_ObjectHideFlags: 0
|
|
1989
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1990
|
+
m_PrefabInstance: {fileID: 0}
|
|
1991
|
+
m_PrefabAsset: {fileID: 0}
|
|
1992
|
+
m_GameObject: {fileID: 5981748443413993179}
|
|
1993
|
+
m_Enabled: 1
|
|
1994
|
+
m_Alpha: 1
|
|
1995
|
+
m_Interactable: 1
|
|
1996
|
+
m_BlocksRaycasts: 1
|
|
1997
|
+
m_IgnoreParentGroups: 0
|
|
1998
|
+
--- !u!114 &7645866907301265181
|
|
1999
|
+
MonoBehaviour:
|
|
2000
|
+
m_ObjectHideFlags: 0
|
|
2001
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2002
|
+
m_PrefabInstance: {fileID: 0}
|
|
2003
|
+
m_PrefabAsset: {fileID: 0}
|
|
2004
|
+
m_GameObject: {fileID: 5981748443413993179}
|
|
2005
|
+
m_Enabled: 1
|
|
2006
|
+
m_EditorHideFlags: 0
|
|
2007
|
+
m_Script: {fileID: 11500000, guid: 866cbc39bd45742e395a6aa93c9accfb, type: 3}
|
|
2008
|
+
m_Name:
|
|
2009
|
+
m_EditorClassIdentifier:
|
|
2010
|
+
canvas: {fileID: 0}
|
|
2011
|
+
canvasGroup: {fileID: 0}
|
|
2012
|
+
panelConfig:
|
|
2013
|
+
animationType: 0
|
|
2014
|
+
toppedOrder: 0
|
|
2015
|
+
closeButton: {fileID: 0}
|
|
2016
|
+
confirmButton: {fileID: 0}
|
|
2017
|
+
backgroundButton: {fileID: 0}
|
|
2018
|
+
yearToggle: {fileID: 0}
|
|
2019
|
+
monthToggle: {fileID: 0}
|
|
2020
|
+
dayToggle: {fileID: 0}
|
|
2021
|
+
yearScrollView: {fileID: 0}
|
|
2022
|
+
monthScrollView: {fileID: 0}
|
|
2023
|
+
dayScrollView: {fileID: 0}
|
|
2024
|
+
yearHolder: {fileID: 0}
|
|
2025
|
+
monthHolder: {fileID: 0}
|
|
2026
|
+
dayHolder: {fileID: 0}
|
|
2027
|
+
yearText: {fileID: 0}
|
|
2028
|
+
monthText: {fileID: 0}
|
|
2029
|
+
dayText: {fileID: 0}
|
|
2030
|
+
titleText: {fileID: 0}
|
|
2031
|
+
descriptionText: {fileID: 0}
|
|
2032
|
+
buttonText: {fileID: 0}
|
|
2033
|
+
selectedYear: {fileID: 0}
|
|
2034
|
+
selectedMonth: {fileID: 0}
|
|
2035
|
+
selectedDay: {fileID: 0}
|
|
2036
|
+
--- !u!1 &6367766975792043387
|
|
2037
|
+
GameObject:
|
|
2038
|
+
m_ObjectHideFlags: 0
|
|
2039
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2040
|
+
m_PrefabInstance: {fileID: 0}
|
|
2041
|
+
m_PrefabAsset: {fileID: 0}
|
|
2042
|
+
serializedVersion: 6
|
|
2043
|
+
m_Component:
|
|
2044
|
+
- component: {fileID: 4589354714724863031}
|
|
2045
|
+
- component: {fileID: 95217468587113748}
|
|
2046
|
+
- component: {fileID: 4994428081649608778}
|
|
2047
|
+
- component: {fileID: 3086153998742758792}
|
|
2048
|
+
m_Layer: 5
|
|
2049
|
+
m_Name: YearScrollView
|
|
2050
|
+
m_TagString: Untagged
|
|
2051
|
+
m_Icon: {fileID: 0}
|
|
2052
|
+
m_NavMeshLayer: 0
|
|
2053
|
+
m_StaticEditorFlags: 0
|
|
2054
|
+
m_IsActive: 1
|
|
2055
|
+
--- !u!224 &4589354714724863031
|
|
2056
|
+
RectTransform:
|
|
2057
|
+
m_ObjectHideFlags: 0
|
|
2058
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2059
|
+
m_PrefabInstance: {fileID: 0}
|
|
2060
|
+
m_PrefabAsset: {fileID: 0}
|
|
2061
|
+
m_GameObject: {fileID: 6367766975792043387}
|
|
2062
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2063
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2064
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2065
|
+
m_Children:
|
|
2066
|
+
- {fileID: 1059815884820949564}
|
|
2067
|
+
m_Father: {fileID: 7875174870289251695}
|
|
2068
|
+
m_RootOrder: 8
|
|
2069
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2070
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
2071
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
2072
|
+
m_AnchoredPosition: {x: -288.71, y: -293.76}
|
|
2073
|
+
m_SizeDelta: {x: 303.71564, y: 463.7977}
|
|
2074
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
2075
|
+
--- !u!222 &95217468587113748
|
|
2076
|
+
CanvasRenderer:
|
|
2077
|
+
m_ObjectHideFlags: 0
|
|
2078
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2079
|
+
m_PrefabInstance: {fileID: 0}
|
|
2080
|
+
m_PrefabAsset: {fileID: 0}
|
|
2081
|
+
m_GameObject: {fileID: 6367766975792043387}
|
|
2082
|
+
m_CullTransparentMesh: 0
|
|
2083
|
+
--- !u!114 &4994428081649608778
|
|
2084
|
+
MonoBehaviour:
|
|
2085
|
+
m_ObjectHideFlags: 0
|
|
2086
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2087
|
+
m_PrefabInstance: {fileID: 0}
|
|
2088
|
+
m_PrefabAsset: {fileID: 0}
|
|
2089
|
+
m_GameObject: {fileID: 6367766975792043387}
|
|
2090
|
+
m_Enabled: 1
|
|
2091
|
+
m_EditorHideFlags: 0
|
|
2092
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
2093
|
+
m_Name:
|
|
2094
|
+
m_EditorClassIdentifier:
|
|
2095
|
+
m_Material: {fileID: 0}
|
|
2096
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
2097
|
+
m_RaycastTarget: 1
|
|
2098
|
+
m_Maskable: 1
|
|
2099
|
+
m_OnCullStateChanged:
|
|
2100
|
+
m_PersistentCalls:
|
|
2101
|
+
m_Calls: []
|
|
2102
|
+
m_Sprite: {fileID: 21300000, guid: c7de38cef574b4efa90d66adb1eda9aa, type: 3}
|
|
2103
|
+
m_Type: 1
|
|
2104
|
+
m_PreserveAspect: 0
|
|
2105
|
+
m_FillCenter: 1
|
|
2106
|
+
m_FillMethod: 4
|
|
2107
|
+
m_FillAmount: 1
|
|
2108
|
+
m_FillClockwise: 1
|
|
2109
|
+
m_FillOrigin: 0
|
|
2110
|
+
m_UseSpriteMesh: 0
|
|
2111
|
+
m_PixelsPerUnitMultiplier: 1
|
|
2112
|
+
--- !u!114 &3086153998742758792
|
|
2113
|
+
MonoBehaviour:
|
|
2114
|
+
m_ObjectHideFlags: 0
|
|
2115
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2116
|
+
m_PrefabInstance: {fileID: 0}
|
|
2117
|
+
m_PrefabAsset: {fileID: 0}
|
|
2118
|
+
m_GameObject: {fileID: 6367766975792043387}
|
|
2119
|
+
m_Enabled: 1
|
|
2120
|
+
m_EditorHideFlags: 0
|
|
2121
|
+
m_Script: {fileID: 11500000, guid: d8f3e076f25860743a2d5212b2c285ac, type: 3}
|
|
2122
|
+
m_Name:
|
|
2123
|
+
m_EditorClassIdentifier:
|
|
2124
|
+
m_Content: {fileID: 870634751670190165}
|
|
2125
|
+
m_Horizontal: 0
|
|
2126
|
+
m_Vertical: 1
|
|
2127
|
+
m_MovementType: 1
|
|
2128
|
+
m_Elasticity: 0.1
|
|
2129
|
+
m_Inertia: 1
|
|
2130
|
+
m_DecelerationRate: 0.135
|
|
2131
|
+
m_ScrollSensitivity: 1
|
|
2132
|
+
m_Viewport: {fileID: 1059815884820949564}
|
|
2133
|
+
m_HorizontalScrollbar: {fileID: 0}
|
|
2134
|
+
m_VerticalScrollbar: {fileID: 0}
|
|
2135
|
+
m_HorizontalScrollbarVisibility: 0
|
|
2136
|
+
m_VerticalScrollbarVisibility: 0
|
|
2137
|
+
m_HorizontalScrollbarSpacing: 0
|
|
2138
|
+
m_VerticalScrollbarSpacing: 0
|
|
2139
|
+
m_OnValueChanged:
|
|
2140
|
+
m_PersistentCalls:
|
|
2141
|
+
m_Calls: []
|
|
2142
|
+
defaultItemSize: {x: 266, y: 106.5}
|
|
2143
|
+
itemTemplate: {fileID: 758081885710963893}
|
|
2144
|
+
layoutType: 1
|
|
2145
|
+
poolSize: 0
|
|
2146
|
+
pageSize: 50
|
|
2147
|
+
--- !u!1 &6576165066938905317
|
|
2148
|
+
GameObject:
|
|
2149
|
+
m_ObjectHideFlags: 0
|
|
2150
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2151
|
+
m_PrefabInstance: {fileID: 0}
|
|
2152
|
+
m_PrefabAsset: {fileID: 0}
|
|
2153
|
+
serializedVersion: 6
|
|
2154
|
+
m_Component:
|
|
2155
|
+
- component: {fileID: 870634751670190165}
|
|
2156
|
+
m_Layer: 5
|
|
2157
|
+
m_Name: Content
|
|
2158
|
+
m_TagString: Untagged
|
|
2159
|
+
m_Icon: {fileID: 0}
|
|
2160
|
+
m_NavMeshLayer: 0
|
|
2161
|
+
m_StaticEditorFlags: 0
|
|
2162
|
+
m_IsActive: 1
|
|
2163
|
+
--- !u!224 &870634751670190165
|
|
2164
|
+
RectTransform:
|
|
2165
|
+
m_ObjectHideFlags: 0
|
|
2166
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2167
|
+
m_PrefabInstance: {fileID: 0}
|
|
2168
|
+
m_PrefabAsset: {fileID: 0}
|
|
2169
|
+
m_GameObject: {fileID: 6576165066938905317}
|
|
2170
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2171
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2172
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2173
|
+
m_Children:
|
|
2174
|
+
- {fileID: 758081885710963893}
|
|
2175
|
+
m_Father: {fileID: 1059815884820949564}
|
|
2176
|
+
m_RootOrder: 0
|
|
2177
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2178
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
2179
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
2180
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
2181
|
+
m_SizeDelta: {x: 0, y: 426}
|
|
2182
|
+
m_Pivot: {x: 0, y: 1}
|
|
2183
|
+
--- !u!1 &6720652832251816635
|
|
2184
|
+
GameObject:
|
|
2185
|
+
m_ObjectHideFlags: 0
|
|
2186
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2187
|
+
m_PrefabInstance: {fileID: 0}
|
|
2188
|
+
m_PrefabAsset: {fileID: 0}
|
|
2189
|
+
serializedVersion: 6
|
|
2190
|
+
m_Component:
|
|
2191
|
+
- component: {fileID: 8545029088525681466}
|
|
2192
|
+
- component: {fileID: 4699664189880448832}
|
|
2193
|
+
- component: {fileID: 1114367930784688317}
|
|
2194
|
+
- component: {fileID: 1315754902354853283}
|
|
2195
|
+
m_Layer: 5
|
|
2196
|
+
m_Name: DayScrollView
|
|
2197
|
+
m_TagString: Untagged
|
|
2198
|
+
m_Icon: {fileID: 0}
|
|
2199
|
+
m_NavMeshLayer: 0
|
|
2200
|
+
m_StaticEditorFlags: 0
|
|
2201
|
+
m_IsActive: 0
|
|
2202
|
+
--- !u!224 &8545029088525681466
|
|
2203
|
+
RectTransform:
|
|
2204
|
+
m_ObjectHideFlags: 0
|
|
2205
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2206
|
+
m_PrefabInstance: {fileID: 0}
|
|
2207
|
+
m_PrefabAsset: {fileID: 0}
|
|
2208
|
+
m_GameObject: {fileID: 6720652832251816635}
|
|
2209
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2210
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2211
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2212
|
+
m_Children:
|
|
2213
|
+
- {fileID: 8732001170885451182}
|
|
2214
|
+
m_Father: {fileID: 7875174870289251695}
|
|
2215
|
+
m_RootOrder: 10
|
|
2216
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2217
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
2218
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
2219
|
+
m_AnchoredPosition: {x: 284.43, y: -293.76}
|
|
2220
|
+
m_SizeDelta: {x: 303.71564, y: 463.7977}
|
|
2221
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
2222
|
+
--- !u!222 &4699664189880448832
|
|
2223
|
+
CanvasRenderer:
|
|
2224
|
+
m_ObjectHideFlags: 0
|
|
2225
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2226
|
+
m_PrefabInstance: {fileID: 0}
|
|
2227
|
+
m_PrefabAsset: {fileID: 0}
|
|
2228
|
+
m_GameObject: {fileID: 6720652832251816635}
|
|
2229
|
+
m_CullTransparentMesh: 0
|
|
2230
|
+
--- !u!114 &1114367930784688317
|
|
2231
|
+
MonoBehaviour:
|
|
2232
|
+
m_ObjectHideFlags: 0
|
|
2233
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2234
|
+
m_PrefabInstance: {fileID: 0}
|
|
2235
|
+
m_PrefabAsset: {fileID: 0}
|
|
2236
|
+
m_GameObject: {fileID: 6720652832251816635}
|
|
2237
|
+
m_Enabled: 1
|
|
2238
|
+
m_EditorHideFlags: 0
|
|
2239
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
2240
|
+
m_Name:
|
|
2241
|
+
m_EditorClassIdentifier:
|
|
2242
|
+
m_Material: {fileID: 0}
|
|
2243
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
2244
|
+
m_RaycastTarget: 1
|
|
2245
|
+
m_Maskable: 1
|
|
2246
|
+
m_OnCullStateChanged:
|
|
2247
|
+
m_PersistentCalls:
|
|
2248
|
+
m_Calls: []
|
|
2249
|
+
m_Sprite: {fileID: 21300000, guid: c7de38cef574b4efa90d66adb1eda9aa, type: 3}
|
|
2250
|
+
m_Type: 1
|
|
2251
|
+
m_PreserveAspect: 0
|
|
2252
|
+
m_FillCenter: 1
|
|
2253
|
+
m_FillMethod: 4
|
|
2254
|
+
m_FillAmount: 1
|
|
2255
|
+
m_FillClockwise: 1
|
|
2256
|
+
m_FillOrigin: 0
|
|
2257
|
+
m_UseSpriteMesh: 0
|
|
2258
|
+
m_PixelsPerUnitMultiplier: 1
|
|
2259
|
+
--- !u!114 &1315754902354853283
|
|
2260
|
+
MonoBehaviour:
|
|
2261
|
+
m_ObjectHideFlags: 0
|
|
2262
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2263
|
+
m_PrefabInstance: {fileID: 0}
|
|
2264
|
+
m_PrefabAsset: {fileID: 0}
|
|
2265
|
+
m_GameObject: {fileID: 6720652832251816635}
|
|
2266
|
+
m_Enabled: 1
|
|
2267
|
+
m_EditorHideFlags: 0
|
|
2268
|
+
m_Script: {fileID: 11500000, guid: d8f3e076f25860743a2d5212b2c285ac, type: 3}
|
|
2269
|
+
m_Name:
|
|
2270
|
+
m_EditorClassIdentifier:
|
|
2271
|
+
m_Content: {fileID: 2274523420260147568}
|
|
2272
|
+
m_Horizontal: 0
|
|
2273
|
+
m_Vertical: 1
|
|
2274
|
+
m_MovementType: 1
|
|
2275
|
+
m_Elasticity: 0.1
|
|
2276
|
+
m_Inertia: 1
|
|
2277
|
+
m_DecelerationRate: 0.135
|
|
2278
|
+
m_ScrollSensitivity: 1
|
|
2279
|
+
m_Viewport: {fileID: 8732001170885451182}
|
|
2280
|
+
m_HorizontalScrollbar: {fileID: 0}
|
|
2281
|
+
m_VerticalScrollbar: {fileID: 0}
|
|
2282
|
+
m_HorizontalScrollbarVisibility: 0
|
|
2283
|
+
m_VerticalScrollbarVisibility: 0
|
|
2284
|
+
m_HorizontalScrollbarSpacing: 0
|
|
2285
|
+
m_VerticalScrollbarSpacing: 0
|
|
2286
|
+
m_OnValueChanged:
|
|
2287
|
+
m_PersistentCalls:
|
|
2288
|
+
m_Calls: []
|
|
2289
|
+
defaultItemSize: {x: 266, y: 106.5}
|
|
2290
|
+
itemTemplate: {fileID: 4411206252267902016}
|
|
2291
|
+
layoutType: 1
|
|
2292
|
+
poolSize: 0
|
|
2293
|
+
pageSize: 50
|
|
2294
|
+
--- !u!1 &7074407416082527334
|
|
2295
|
+
GameObject:
|
|
2296
|
+
m_ObjectHideFlags: 0
|
|
2297
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2298
|
+
m_PrefabInstance: {fileID: 0}
|
|
2299
|
+
m_PrefabAsset: {fileID: 0}
|
|
2300
|
+
serializedVersion: 6
|
|
2301
|
+
m_Component:
|
|
2302
|
+
- component: {fileID: 4090714556715790778}
|
|
2303
|
+
- component: {fileID: 3924117008939671244}
|
|
2304
|
+
- component: {fileID: 7433058957335668546}
|
|
2305
|
+
m_Layer: 5
|
|
2306
|
+
m_Name: Label
|
|
2307
|
+
m_TagString: Untagged
|
|
2308
|
+
m_Icon: {fileID: 0}
|
|
2309
|
+
m_NavMeshLayer: 0
|
|
2310
|
+
m_StaticEditorFlags: 0
|
|
2311
|
+
m_IsActive: 1
|
|
2312
|
+
--- !u!224 &4090714556715790778
|
|
2313
|
+
RectTransform:
|
|
2314
|
+
m_ObjectHideFlags: 0
|
|
2315
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2316
|
+
m_PrefabInstance: {fileID: 0}
|
|
2317
|
+
m_PrefabAsset: {fileID: 0}
|
|
2318
|
+
m_GameObject: {fileID: 7074407416082527334}
|
|
2319
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2320
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2321
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2322
|
+
m_Children: []
|
|
2323
|
+
m_Father: {fileID: 4670300252404837558}
|
|
2324
|
+
m_RootOrder: 1
|
|
2325
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2326
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
2327
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
2328
|
+
m_AnchoredPosition: {x: -26.699997, y: -1.4000015}
|
|
2329
|
+
m_SizeDelta: {x: -50, y: -13}
|
|
2330
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
2331
|
+
--- !u!222 &3924117008939671244
|
|
2332
|
+
CanvasRenderer:
|
|
2333
|
+
m_ObjectHideFlags: 0
|
|
2334
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2335
|
+
m_PrefabInstance: {fileID: 0}
|
|
2336
|
+
m_PrefabAsset: {fileID: 0}
|
|
2337
|
+
m_GameObject: {fileID: 7074407416082527334}
|
|
2338
|
+
m_CullTransparentMesh: 0
|
|
2339
|
+
--- !u!114 &7433058957335668546
|
|
2340
|
+
MonoBehaviour:
|
|
2341
|
+
m_ObjectHideFlags: 0
|
|
2342
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2343
|
+
m_PrefabInstance: {fileID: 0}
|
|
2344
|
+
m_PrefabAsset: {fileID: 0}
|
|
2345
|
+
m_GameObject: {fileID: 7074407416082527334}
|
|
2346
|
+
m_Enabled: 1
|
|
2347
|
+
m_EditorHideFlags: 0
|
|
2348
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
2349
|
+
m_Name:
|
|
2350
|
+
m_EditorClassIdentifier:
|
|
2351
|
+
m_Material: {fileID: 0}
|
|
2352
|
+
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
2353
|
+
m_RaycastTarget: 1
|
|
2354
|
+
m_Maskable: 1
|
|
2355
|
+
m_OnCullStateChanged:
|
|
2356
|
+
m_PersistentCalls:
|
|
2357
|
+
m_Calls: []
|
|
2358
|
+
m_FontData:
|
|
2359
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
2360
|
+
m_FontSize: 36
|
|
2361
|
+
m_FontStyle: 0
|
|
2362
|
+
m_BestFit: 0
|
|
2363
|
+
m_MinSize: 1
|
|
2364
|
+
m_MaxSize: 40
|
|
2365
|
+
m_Alignment: 4
|
|
2366
|
+
m_AlignByGeometry: 0
|
|
2367
|
+
m_RichText: 1
|
|
2368
|
+
m_HorizontalOverflow: 0
|
|
2369
|
+
m_VerticalOverflow: 0
|
|
2370
|
+
m_LineSpacing: 1
|
|
2371
|
+
m_Text:
|
|
2372
|
+
--- !u!1 &7284528036840324460
|
|
2373
|
+
GameObject:
|
|
2374
|
+
m_ObjectHideFlags: 0
|
|
2375
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2376
|
+
m_PrefabInstance: {fileID: 0}
|
|
2377
|
+
m_PrefabAsset: {fileID: 0}
|
|
2378
|
+
serializedVersion: 6
|
|
2379
|
+
m_Component:
|
|
2380
|
+
- component: {fileID: 7570290798243442903}
|
|
2381
|
+
- component: {fileID: 7513187154415531344}
|
|
2382
|
+
- component: {fileID: 2050064008020013771}
|
|
2383
|
+
m_Layer: 5
|
|
2384
|
+
m_Name: Label
|
|
2385
|
+
m_TagString: Untagged
|
|
2386
|
+
m_Icon: {fileID: 0}
|
|
2387
|
+
m_NavMeshLayer: 0
|
|
2388
|
+
m_StaticEditorFlags: 0
|
|
2389
|
+
m_IsActive: 1
|
|
2390
|
+
--- !u!224 &7570290798243442903
|
|
2391
|
+
RectTransform:
|
|
2392
|
+
m_ObjectHideFlags: 0
|
|
2393
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2394
|
+
m_PrefabInstance: {fileID: 0}
|
|
2395
|
+
m_PrefabAsset: {fileID: 0}
|
|
2396
|
+
m_GameObject: {fileID: 7284528036840324460}
|
|
2397
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2398
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2399
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2400
|
+
m_Children: []
|
|
2401
|
+
m_Father: {fileID: 4411206252267902016}
|
|
2402
|
+
m_RootOrder: 0
|
|
2403
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2404
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
2405
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
2406
|
+
m_AnchoredPosition: {x: 0, y: -10}
|
|
2407
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
2408
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
2409
|
+
--- !u!222 &7513187154415531344
|
|
2410
|
+
CanvasRenderer:
|
|
2411
|
+
m_ObjectHideFlags: 0
|
|
2412
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2413
|
+
m_PrefabInstance: {fileID: 0}
|
|
2414
|
+
m_PrefabAsset: {fileID: 0}
|
|
2415
|
+
m_GameObject: {fileID: 7284528036840324460}
|
|
2416
|
+
m_CullTransparentMesh: 0
|
|
2417
|
+
--- !u!114 &2050064008020013771
|
|
2418
|
+
MonoBehaviour:
|
|
2419
|
+
m_ObjectHideFlags: 0
|
|
2420
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2421
|
+
m_PrefabInstance: {fileID: 0}
|
|
2422
|
+
m_PrefabAsset: {fileID: 0}
|
|
2423
|
+
m_GameObject: {fileID: 7284528036840324460}
|
|
2424
|
+
m_Enabled: 1
|
|
2425
|
+
m_EditorHideFlags: 0
|
|
2426
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
2427
|
+
m_Name:
|
|
2428
|
+
m_EditorClassIdentifier:
|
|
2429
|
+
m_Material: {fileID: 0}
|
|
2430
|
+
m_Color: {r: 0.4, g: 0.4, b: 0.4, a: 1}
|
|
2431
|
+
m_RaycastTarget: 0
|
|
2432
|
+
m_Maskable: 1
|
|
2433
|
+
m_OnCullStateChanged:
|
|
2434
|
+
m_PersistentCalls:
|
|
2435
|
+
m_Calls: []
|
|
2436
|
+
m_FontData:
|
|
2437
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
2438
|
+
m_FontSize: 39
|
|
2439
|
+
m_FontStyle: 0
|
|
2440
|
+
m_BestFit: 0
|
|
2441
|
+
m_MinSize: 1
|
|
2442
|
+
m_MaxSize: 171
|
|
2443
|
+
m_Alignment: 4
|
|
2444
|
+
m_AlignByGeometry: 0
|
|
2445
|
+
m_RichText: 1
|
|
2446
|
+
m_HorizontalOverflow: 0
|
|
2447
|
+
m_VerticalOverflow: 0
|
|
2448
|
+
m_LineSpacing: 1
|
|
2449
|
+
m_Text:
|
|
2450
|
+
--- !u!1 &7390971311371325983
|
|
2451
|
+
GameObject:
|
|
2452
|
+
m_ObjectHideFlags: 0
|
|
2453
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2454
|
+
m_PrefabInstance: {fileID: 0}
|
|
2455
|
+
m_PrefabAsset: {fileID: 0}
|
|
2456
|
+
serializedVersion: 6
|
|
2457
|
+
m_Component:
|
|
2458
|
+
- component: {fileID: 1059815884820949564}
|
|
2459
|
+
- component: {fileID: 7565162509511940306}
|
|
2460
|
+
- component: {fileID: 5213742876819324152}
|
|
2461
|
+
- component: {fileID: 6134705038615560836}
|
|
2462
|
+
m_Layer: 5
|
|
2463
|
+
m_Name: Viewport
|
|
2464
|
+
m_TagString: Untagged
|
|
2465
|
+
m_Icon: {fileID: 0}
|
|
2466
|
+
m_NavMeshLayer: 0
|
|
2467
|
+
m_StaticEditorFlags: 0
|
|
2468
|
+
m_IsActive: 1
|
|
2469
|
+
--- !u!224 &1059815884820949564
|
|
2470
|
+
RectTransform:
|
|
2471
|
+
m_ObjectHideFlags: 0
|
|
2472
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2473
|
+
m_PrefabInstance: {fileID: 0}
|
|
2474
|
+
m_PrefabAsset: {fileID: 0}
|
|
2475
|
+
m_GameObject: {fileID: 7390971311371325983}
|
|
2476
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2477
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2478
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2479
|
+
m_Children:
|
|
2480
|
+
- {fileID: 870634751670190165}
|
|
2481
|
+
m_Father: {fileID: 4589354714724863031}
|
|
2482
|
+
m_RootOrder: 0
|
|
2483
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2484
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
2485
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
2486
|
+
m_AnchoredPosition: {x: 19.03, y: -8.57}
|
|
2487
|
+
m_SizeDelta: {x: -37.524475, y: -37.93817}
|
|
2488
|
+
m_Pivot: {x: 0, y: 1}
|
|
2489
|
+
--- !u!222 &7565162509511940306
|
|
2490
|
+
CanvasRenderer:
|
|
2491
|
+
m_ObjectHideFlags: 0
|
|
2492
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2493
|
+
m_PrefabInstance: {fileID: 0}
|
|
2494
|
+
m_PrefabAsset: {fileID: 0}
|
|
2495
|
+
m_GameObject: {fileID: 7390971311371325983}
|
|
2496
|
+
m_CullTransparentMesh: 0
|
|
2497
|
+
--- !u!114 &5213742876819324152
|
|
2498
|
+
MonoBehaviour:
|
|
2499
|
+
m_ObjectHideFlags: 0
|
|
2500
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2501
|
+
m_PrefabInstance: {fileID: 0}
|
|
2502
|
+
m_PrefabAsset: {fileID: 0}
|
|
2503
|
+
m_GameObject: {fileID: 7390971311371325983}
|
|
2504
|
+
m_Enabled: 1
|
|
2505
|
+
m_EditorHideFlags: 0
|
|
2506
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
2507
|
+
m_Name:
|
|
2508
|
+
m_EditorClassIdentifier:
|
|
2509
|
+
m_Material: {fileID: 0}
|
|
2510
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
2511
|
+
m_RaycastTarget: 1
|
|
2512
|
+
m_Maskable: 1
|
|
2513
|
+
m_OnCullStateChanged:
|
|
2514
|
+
m_PersistentCalls:
|
|
2515
|
+
m_Calls: []
|
|
2516
|
+
m_Sprite: {fileID: 10917, guid: 0000000000000000f000000000000000, type: 0}
|
|
2517
|
+
m_Type: 1
|
|
2518
|
+
m_PreserveAspect: 0
|
|
2519
|
+
m_FillCenter: 1
|
|
2520
|
+
m_FillMethod: 4
|
|
2521
|
+
m_FillAmount: 1
|
|
2522
|
+
m_FillClockwise: 1
|
|
2523
|
+
m_FillOrigin: 0
|
|
2524
|
+
m_UseSpriteMesh: 0
|
|
2525
|
+
m_PixelsPerUnitMultiplier: 1
|
|
2526
|
+
--- !u!114 &6134705038615560836
|
|
2527
|
+
MonoBehaviour:
|
|
2528
|
+
m_ObjectHideFlags: 0
|
|
2529
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2530
|
+
m_PrefabInstance: {fileID: 0}
|
|
2531
|
+
m_PrefabAsset: {fileID: 0}
|
|
2532
|
+
m_GameObject: {fileID: 7390971311371325983}
|
|
2533
|
+
m_Enabled: 1
|
|
2534
|
+
m_EditorHideFlags: 0
|
|
2535
|
+
m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3}
|
|
2536
|
+
m_Name:
|
|
2537
|
+
m_EditorClassIdentifier:
|
|
2538
|
+
m_ShowMaskGraphic: 0
|
|
2539
|
+
--- !u!1 &7393210920859306829
|
|
2540
|
+
GameObject:
|
|
2541
|
+
m_ObjectHideFlags: 0
|
|
2542
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2543
|
+
m_PrefabInstance: {fileID: 0}
|
|
2544
|
+
m_PrefabAsset: {fileID: 0}
|
|
2545
|
+
serializedVersion: 6
|
|
2546
|
+
m_Component:
|
|
2547
|
+
- component: {fileID: 2283651671357563872}
|
|
2548
|
+
- component: {fileID: 3206323003587412713}
|
|
2549
|
+
- component: {fileID: 4112569208074900102}
|
|
2550
|
+
m_Layer: 5
|
|
2551
|
+
m_Name: Label
|
|
2552
|
+
m_TagString: Untagged
|
|
2553
|
+
m_Icon: {fileID: 0}
|
|
2554
|
+
m_NavMeshLayer: 0
|
|
2555
|
+
m_StaticEditorFlags: 0
|
|
2556
|
+
m_IsActive: 1
|
|
2557
|
+
--- !u!224 &2283651671357563872
|
|
2558
|
+
RectTransform:
|
|
2559
|
+
m_ObjectHideFlags: 0
|
|
2560
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2561
|
+
m_PrefabInstance: {fileID: 0}
|
|
2562
|
+
m_PrefabAsset: {fileID: 0}
|
|
2563
|
+
m_GameObject: {fileID: 7393210920859306829}
|
|
2564
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2565
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2566
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2567
|
+
m_Children: []
|
|
2568
|
+
m_Father: {fileID: 3299116364086320644}
|
|
2569
|
+
m_RootOrder: 1
|
|
2570
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2571
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
2572
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
2573
|
+
m_AnchoredPosition: {x: -26.699997, y: -1.4000015}
|
|
2574
|
+
m_SizeDelta: {x: -50, y: -13}
|
|
2575
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
2576
|
+
--- !u!222 &3206323003587412713
|
|
2577
|
+
CanvasRenderer:
|
|
2578
|
+
m_ObjectHideFlags: 0
|
|
2579
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2580
|
+
m_PrefabInstance: {fileID: 0}
|
|
2581
|
+
m_PrefabAsset: {fileID: 0}
|
|
2582
|
+
m_GameObject: {fileID: 7393210920859306829}
|
|
2583
|
+
m_CullTransparentMesh: 0
|
|
2584
|
+
--- !u!114 &4112569208074900102
|
|
2585
|
+
MonoBehaviour:
|
|
2586
|
+
m_ObjectHideFlags: 0
|
|
2587
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2588
|
+
m_PrefabInstance: {fileID: 0}
|
|
2589
|
+
m_PrefabAsset: {fileID: 0}
|
|
2590
|
+
m_GameObject: {fileID: 7393210920859306829}
|
|
2591
|
+
m_Enabled: 1
|
|
2592
|
+
m_EditorHideFlags: 0
|
|
2593
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
2594
|
+
m_Name:
|
|
2595
|
+
m_EditorClassIdentifier:
|
|
2596
|
+
m_Material: {fileID: 0}
|
|
2597
|
+
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
2598
|
+
m_RaycastTarget: 1
|
|
2599
|
+
m_Maskable: 1
|
|
2600
|
+
m_OnCullStateChanged:
|
|
2601
|
+
m_PersistentCalls:
|
|
2602
|
+
m_Calls: []
|
|
2603
|
+
m_FontData:
|
|
2604
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
2605
|
+
m_FontSize: 36
|
|
2606
|
+
m_FontStyle: 0
|
|
2607
|
+
m_BestFit: 0
|
|
2608
|
+
m_MinSize: 1
|
|
2609
|
+
m_MaxSize: 40
|
|
2610
|
+
m_Alignment: 4
|
|
2611
|
+
m_AlignByGeometry: 0
|
|
2612
|
+
m_RichText: 1
|
|
2613
|
+
m_HorizontalOverflow: 0
|
|
2614
|
+
m_VerticalOverflow: 0
|
|
2615
|
+
m_LineSpacing: 1
|
|
2616
|
+
m_Text:
|
|
2617
|
+
--- !u!1 &7564367505568481783
|
|
2618
|
+
GameObject:
|
|
2619
|
+
m_ObjectHideFlags: 0
|
|
2620
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2621
|
+
m_PrefabInstance: {fileID: 0}
|
|
2622
|
+
m_PrefabAsset: {fileID: 0}
|
|
2623
|
+
serializedVersion: 6
|
|
2624
|
+
m_Component:
|
|
2625
|
+
- component: {fileID: 4411206252267902016}
|
|
2626
|
+
- component: {fileID: 4173428475882792101}
|
|
2627
|
+
- component: {fileID: 5426599390796968280}
|
|
2628
|
+
- component: {fileID: 7832230724543559207}
|
|
2629
|
+
m_Layer: 5
|
|
2630
|
+
m_Name: Item
|
|
2631
|
+
m_TagString: Untagged
|
|
2632
|
+
m_Icon: {fileID: 0}
|
|
2633
|
+
m_NavMeshLayer: 0
|
|
2634
|
+
m_StaticEditorFlags: 0
|
|
2635
|
+
m_IsActive: 1
|
|
2636
|
+
--- !u!224 &4411206252267902016
|
|
2637
|
+
RectTransform:
|
|
2638
|
+
m_ObjectHideFlags: 0
|
|
2639
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2640
|
+
m_PrefabInstance: {fileID: 0}
|
|
2641
|
+
m_PrefabAsset: {fileID: 0}
|
|
2642
|
+
m_GameObject: {fileID: 7564367505568481783}
|
|
2643
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2644
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2645
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2646
|
+
m_Children:
|
|
2647
|
+
- {fileID: 7570290798243442903}
|
|
2648
|
+
m_Father: {fileID: 2274523420260147568}
|
|
2649
|
+
m_RootOrder: 0
|
|
2650
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2651
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
2652
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
2653
|
+
m_AnchoredPosition: {x: 0, y: 0.000015258789}
|
|
2654
|
+
m_SizeDelta: {x: 0, y: 106.5}
|
|
2655
|
+
m_Pivot: {x: 0.5, y: 1}
|
|
2656
|
+
--- !u!222 &4173428475882792101
|
|
2657
|
+
CanvasRenderer:
|
|
2658
|
+
m_ObjectHideFlags: 0
|
|
2659
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2660
|
+
m_PrefabInstance: {fileID: 0}
|
|
2661
|
+
m_PrefabAsset: {fileID: 0}
|
|
2662
|
+
m_GameObject: {fileID: 7564367505568481783}
|
|
2663
|
+
m_CullTransparentMesh: 0
|
|
2664
|
+
--- !u!114 &5426599390796968280
|
|
2665
|
+
MonoBehaviour:
|
|
2666
|
+
m_ObjectHideFlags: 0
|
|
2667
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2668
|
+
m_PrefabInstance: {fileID: 0}
|
|
2669
|
+
m_PrefabAsset: {fileID: 0}
|
|
2670
|
+
m_GameObject: {fileID: 7564367505568481783}
|
|
2671
|
+
m_Enabled: 1
|
|
2672
|
+
m_EditorHideFlags: 0
|
|
2673
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
2674
|
+
m_Name:
|
|
2675
|
+
m_EditorClassIdentifier:
|
|
2676
|
+
m_Material: {fileID: 0}
|
|
2677
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
2678
|
+
m_RaycastTarget: 1
|
|
2679
|
+
m_Maskable: 1
|
|
2680
|
+
m_OnCullStateChanged:
|
|
2681
|
+
m_PersistentCalls:
|
|
2682
|
+
m_Calls: []
|
|
2683
|
+
m_Sprite: {fileID: 0}
|
|
2684
|
+
m_Type: 0
|
|
2685
|
+
m_PreserveAspect: 0
|
|
2686
|
+
m_FillCenter: 1
|
|
2687
|
+
m_FillMethod: 4
|
|
2688
|
+
m_FillAmount: 1
|
|
2689
|
+
m_FillClockwise: 1
|
|
2690
|
+
m_FillOrigin: 0
|
|
2691
|
+
m_UseSpriteMesh: 0
|
|
2692
|
+
m_PixelsPerUnitMultiplier: 1
|
|
2693
|
+
--- !u!114 &7832230724543559207
|
|
2694
|
+
MonoBehaviour:
|
|
2695
|
+
m_ObjectHideFlags: 0
|
|
2696
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2697
|
+
m_PrefabInstance: {fileID: 0}
|
|
2698
|
+
m_PrefabAsset: {fileID: 0}
|
|
2699
|
+
m_GameObject: {fileID: 7564367505568481783}
|
|
2700
|
+
m_Enabled: 1
|
|
2701
|
+
m_EditorHideFlags: 0
|
|
2702
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
2703
|
+
m_Name:
|
|
2704
|
+
m_EditorClassIdentifier:
|
|
2705
|
+
m_Navigation:
|
|
2706
|
+
m_Mode: 3
|
|
2707
|
+
m_SelectOnUp: {fileID: 0}
|
|
2708
|
+
m_SelectOnDown: {fileID: 0}
|
|
2709
|
+
m_SelectOnLeft: {fileID: 0}
|
|
2710
|
+
m_SelectOnRight: {fileID: 0}
|
|
2711
|
+
m_Transition: 1
|
|
2712
|
+
m_Colors:
|
|
2713
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
2714
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
2715
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
2716
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
2717
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
2718
|
+
m_ColorMultiplier: 1
|
|
2719
|
+
m_FadeDuration: 0.1
|
|
2720
|
+
m_SpriteState:
|
|
2721
|
+
m_HighlightedSprite: {fileID: 0}
|
|
2722
|
+
m_PressedSprite: {fileID: 0}
|
|
2723
|
+
m_SelectedSprite: {fileID: 0}
|
|
2724
|
+
m_DisabledSprite: {fileID: 0}
|
|
2725
|
+
m_AnimationTriggers:
|
|
2726
|
+
m_NormalTrigger: Normal
|
|
2727
|
+
m_HighlightedTrigger: Highlighted
|
|
2728
|
+
m_PressedTrigger: Pressed
|
|
2729
|
+
m_SelectedTrigger: Selected
|
|
2730
|
+
m_DisabledTrigger: Disabled
|
|
2731
|
+
m_Interactable: 1
|
|
2732
|
+
m_TargetGraphic: {fileID: 5426599390796968280}
|
|
2733
|
+
m_OnClick:
|
|
2734
|
+
m_PersistentCalls:
|
|
2735
|
+
m_Calls: []
|
|
2736
|
+
--- !u!1 &7650469086952670102
|
|
2737
|
+
GameObject:
|
|
2738
|
+
m_ObjectHideFlags: 0
|
|
2739
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2740
|
+
m_PrefabInstance: {fileID: 0}
|
|
2741
|
+
m_PrefabAsset: {fileID: 0}
|
|
2742
|
+
serializedVersion: 6
|
|
2743
|
+
m_Component:
|
|
2744
|
+
- component: {fileID: 6443721704533174768}
|
|
2745
|
+
- component: {fileID: 5429881039184416135}
|
|
2746
|
+
- component: {fileID: 7922663340240450355}
|
|
2747
|
+
- component: {fileID: 7768128140773022952}
|
|
2748
|
+
m_Layer: 5
|
|
2749
|
+
m_Name: MonthScrollView
|
|
2750
|
+
m_TagString: Untagged
|
|
2751
|
+
m_Icon: {fileID: 0}
|
|
2752
|
+
m_NavMeshLayer: 0
|
|
2753
|
+
m_StaticEditorFlags: 0
|
|
2754
|
+
m_IsActive: 0
|
|
2755
|
+
--- !u!224 &6443721704533174768
|
|
2756
|
+
RectTransform:
|
|
2757
|
+
m_ObjectHideFlags: 0
|
|
2758
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2759
|
+
m_PrefabInstance: {fileID: 0}
|
|
2760
|
+
m_PrefabAsset: {fileID: 0}
|
|
2761
|
+
m_GameObject: {fileID: 7650469086952670102}
|
|
2762
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2763
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2764
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2765
|
+
m_Children:
|
|
2766
|
+
- {fileID: 6761368746383714499}
|
|
2767
|
+
m_Father: {fileID: 7875174870289251695}
|
|
2768
|
+
m_RootOrder: 9
|
|
2769
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2770
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
2771
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
2772
|
+
m_AnchoredPosition: {x: -0, y: -293.76}
|
|
2773
|
+
m_SizeDelta: {x: 303.71564, y: 463.7977}
|
|
2774
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
2775
|
+
--- !u!222 &5429881039184416135
|
|
2776
|
+
CanvasRenderer:
|
|
2777
|
+
m_ObjectHideFlags: 0
|
|
2778
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2779
|
+
m_PrefabInstance: {fileID: 0}
|
|
2780
|
+
m_PrefabAsset: {fileID: 0}
|
|
2781
|
+
m_GameObject: {fileID: 7650469086952670102}
|
|
2782
|
+
m_CullTransparentMesh: 0
|
|
2783
|
+
--- !u!114 &7922663340240450355
|
|
2784
|
+
MonoBehaviour:
|
|
2785
|
+
m_ObjectHideFlags: 0
|
|
2786
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2787
|
+
m_PrefabInstance: {fileID: 0}
|
|
2788
|
+
m_PrefabAsset: {fileID: 0}
|
|
2789
|
+
m_GameObject: {fileID: 7650469086952670102}
|
|
2790
|
+
m_Enabled: 1
|
|
2791
|
+
m_EditorHideFlags: 0
|
|
2792
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
2793
|
+
m_Name:
|
|
2794
|
+
m_EditorClassIdentifier:
|
|
2795
|
+
m_Material: {fileID: 0}
|
|
2796
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
2797
|
+
m_RaycastTarget: 1
|
|
2798
|
+
m_Maskable: 1
|
|
2799
|
+
m_OnCullStateChanged:
|
|
2800
|
+
m_PersistentCalls:
|
|
2801
|
+
m_Calls: []
|
|
2802
|
+
m_Sprite: {fileID: 21300000, guid: c7de38cef574b4efa90d66adb1eda9aa, type: 3}
|
|
2803
|
+
m_Type: 1
|
|
2804
|
+
m_PreserveAspect: 0
|
|
2805
|
+
m_FillCenter: 1
|
|
2806
|
+
m_FillMethod: 4
|
|
2807
|
+
m_FillAmount: 1
|
|
2808
|
+
m_FillClockwise: 1
|
|
2809
|
+
m_FillOrigin: 0
|
|
2810
|
+
m_UseSpriteMesh: 0
|
|
2811
|
+
m_PixelsPerUnitMultiplier: 1
|
|
2812
|
+
--- !u!114 &7768128140773022952
|
|
2813
|
+
MonoBehaviour:
|
|
2814
|
+
m_ObjectHideFlags: 0
|
|
2815
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2816
|
+
m_PrefabInstance: {fileID: 0}
|
|
2817
|
+
m_PrefabAsset: {fileID: 0}
|
|
2818
|
+
m_GameObject: {fileID: 7650469086952670102}
|
|
2819
|
+
m_Enabled: 1
|
|
2820
|
+
m_EditorHideFlags: 0
|
|
2821
|
+
m_Script: {fileID: 11500000, guid: d8f3e076f25860743a2d5212b2c285ac, type: 3}
|
|
2822
|
+
m_Name:
|
|
2823
|
+
m_EditorClassIdentifier:
|
|
2824
|
+
m_Content: {fileID: 3226002397416002664}
|
|
2825
|
+
m_Horizontal: 0
|
|
2826
|
+
m_Vertical: 1
|
|
2827
|
+
m_MovementType: 1
|
|
2828
|
+
m_Elasticity: 0.1
|
|
2829
|
+
m_Inertia: 1
|
|
2830
|
+
m_DecelerationRate: 0.135
|
|
2831
|
+
m_ScrollSensitivity: 1
|
|
2832
|
+
m_Viewport: {fileID: 6761368746383714499}
|
|
2833
|
+
m_HorizontalScrollbar: {fileID: 0}
|
|
2834
|
+
m_VerticalScrollbar: {fileID: 0}
|
|
2835
|
+
m_HorizontalScrollbarVisibility: 0
|
|
2836
|
+
m_VerticalScrollbarVisibility: 0
|
|
2837
|
+
m_HorizontalScrollbarSpacing: 0
|
|
2838
|
+
m_VerticalScrollbarSpacing: 0
|
|
2839
|
+
m_OnValueChanged:
|
|
2840
|
+
m_PersistentCalls:
|
|
2841
|
+
m_Calls: []
|
|
2842
|
+
defaultItemSize: {x: 266, y: 106.5}
|
|
2843
|
+
itemTemplate: {fileID: 7327072821673827424}
|
|
2844
|
+
layoutType: 1
|
|
2845
|
+
poolSize: 0
|
|
2846
|
+
pageSize: 50
|
|
2847
|
+
--- !u!1 &8104917177702699607
|
|
2848
|
+
GameObject:
|
|
2849
|
+
m_ObjectHideFlags: 0
|
|
2850
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2851
|
+
m_PrefabInstance: {fileID: 0}
|
|
2852
|
+
m_PrefabAsset: {fileID: 0}
|
|
2853
|
+
serializedVersion: 6
|
|
2854
|
+
m_Component:
|
|
2855
|
+
- component: {fileID: 2964561818404823002}
|
|
2856
|
+
- component: {fileID: 8643777524943574431}
|
|
2857
|
+
- component: {fileID: 3675660492253725259}
|
|
2858
|
+
m_Layer: 5
|
|
2859
|
+
m_Name: Label
|
|
2860
|
+
m_TagString: Untagged
|
|
2861
|
+
m_Icon: {fileID: 0}
|
|
2862
|
+
m_NavMeshLayer: 0
|
|
2863
|
+
m_StaticEditorFlags: 0
|
|
2864
|
+
m_IsActive: 1
|
|
2865
|
+
--- !u!224 &2964561818404823002
|
|
2866
|
+
RectTransform:
|
|
2867
|
+
m_ObjectHideFlags: 0
|
|
2868
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2869
|
+
m_PrefabInstance: {fileID: 0}
|
|
2870
|
+
m_PrefabAsset: {fileID: 0}
|
|
2871
|
+
m_GameObject: {fileID: 8104917177702699607}
|
|
2872
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2873
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2874
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2875
|
+
m_Children: []
|
|
2876
|
+
m_Father: {fileID: 1337835421574198668}
|
|
2877
|
+
m_RootOrder: 1
|
|
2878
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2879
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
2880
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
2881
|
+
m_AnchoredPosition: {x: -26.699997, y: -1.4000015}
|
|
2882
|
+
m_SizeDelta: {x: -50, y: -13}
|
|
2883
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
2884
|
+
--- !u!222 &8643777524943574431
|
|
2885
|
+
CanvasRenderer:
|
|
2886
|
+
m_ObjectHideFlags: 0
|
|
2887
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2888
|
+
m_PrefabInstance: {fileID: 0}
|
|
2889
|
+
m_PrefabAsset: {fileID: 0}
|
|
2890
|
+
m_GameObject: {fileID: 8104917177702699607}
|
|
2891
|
+
m_CullTransparentMesh: 0
|
|
2892
|
+
--- !u!114 &3675660492253725259
|
|
2893
|
+
MonoBehaviour:
|
|
2894
|
+
m_ObjectHideFlags: 0
|
|
2895
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2896
|
+
m_PrefabInstance: {fileID: 0}
|
|
2897
|
+
m_PrefabAsset: {fileID: 0}
|
|
2898
|
+
m_GameObject: {fileID: 8104917177702699607}
|
|
2899
|
+
m_Enabled: 1
|
|
2900
|
+
m_EditorHideFlags: 0
|
|
2901
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
2902
|
+
m_Name:
|
|
2903
|
+
m_EditorClassIdentifier:
|
|
2904
|
+
m_Material: {fileID: 0}
|
|
2905
|
+
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
2906
|
+
m_RaycastTarget: 1
|
|
2907
|
+
m_Maskable: 1
|
|
2908
|
+
m_OnCullStateChanged:
|
|
2909
|
+
m_PersistentCalls:
|
|
2910
|
+
m_Calls: []
|
|
2911
|
+
m_FontData:
|
|
2912
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
2913
|
+
m_FontSize: 36
|
|
2914
|
+
m_FontStyle: 0
|
|
2915
|
+
m_BestFit: 0
|
|
2916
|
+
m_MinSize: 1
|
|
2917
|
+
m_MaxSize: 40
|
|
2918
|
+
m_Alignment: 4
|
|
2919
|
+
m_AlignByGeometry: 0
|
|
2920
|
+
m_RichText: 1
|
|
2921
|
+
m_HorizontalOverflow: 0
|
|
2922
|
+
m_VerticalOverflow: 0
|
|
2923
|
+
m_LineSpacing: 1
|
|
2924
|
+
m_Text:
|
|
2925
|
+
--- !u!1 &8395710514928183955
|
|
2926
|
+
GameObject:
|
|
2927
|
+
m_ObjectHideFlags: 0
|
|
2928
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2929
|
+
m_PrefabInstance: {fileID: 0}
|
|
2930
|
+
m_PrefabAsset: {fileID: 0}
|
|
2931
|
+
serializedVersion: 6
|
|
2932
|
+
m_Component:
|
|
2933
|
+
- component: {fileID: 5228438313907925810}
|
|
2934
|
+
- component: {fileID: 476408009173131837}
|
|
2935
|
+
- component: {fileID: 6589728591736724674}
|
|
2936
|
+
m_Layer: 5
|
|
2937
|
+
m_Name: Arrow
|
|
2938
|
+
m_TagString: Untagged
|
|
2939
|
+
m_Icon: {fileID: 0}
|
|
2940
|
+
m_NavMeshLayer: 0
|
|
2941
|
+
m_StaticEditorFlags: 0
|
|
2942
|
+
m_IsActive: 1
|
|
2943
|
+
--- !u!224 &5228438313907925810
|
|
2944
|
+
RectTransform:
|
|
2945
|
+
m_ObjectHideFlags: 0
|
|
2946
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2947
|
+
m_PrefabInstance: {fileID: 0}
|
|
2948
|
+
m_PrefabAsset: {fileID: 0}
|
|
2949
|
+
m_GameObject: {fileID: 8395710514928183955}
|
|
2950
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2951
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2952
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2953
|
+
m_Children: []
|
|
2954
|
+
m_Father: {fileID: 3299116364086320644}
|
|
2955
|
+
m_RootOrder: 0
|
|
2956
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2957
|
+
m_AnchorMin: {x: 1, y: 0.5}
|
|
2958
|
+
m_AnchorMax: {x: 1, y: 0.5}
|
|
2959
|
+
m_AnchoredPosition: {x: -57.01, y: -0.96}
|
|
2960
|
+
m_SizeDelta: {x: 29.12481, y: 18.206726}
|
|
2961
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
2962
|
+
--- !u!222 &476408009173131837
|
|
2963
|
+
CanvasRenderer:
|
|
2964
|
+
m_ObjectHideFlags: 0
|
|
2965
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2966
|
+
m_PrefabInstance: {fileID: 0}
|
|
2967
|
+
m_PrefabAsset: {fileID: 0}
|
|
2968
|
+
m_GameObject: {fileID: 8395710514928183955}
|
|
2969
|
+
m_CullTransparentMesh: 0
|
|
2970
|
+
--- !u!114 &6589728591736724674
|
|
2971
|
+
MonoBehaviour:
|
|
2972
|
+
m_ObjectHideFlags: 0
|
|
2973
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2974
|
+
m_PrefabInstance: {fileID: 0}
|
|
2975
|
+
m_PrefabAsset: {fileID: 0}
|
|
2976
|
+
m_GameObject: {fileID: 8395710514928183955}
|
|
2977
|
+
m_Enabled: 1
|
|
2978
|
+
m_EditorHideFlags: 0
|
|
2979
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
2980
|
+
m_Name:
|
|
2981
|
+
m_EditorClassIdentifier:
|
|
2982
|
+
m_Material: {fileID: 0}
|
|
2983
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
2984
|
+
m_RaycastTarget: 1
|
|
2985
|
+
m_Maskable: 1
|
|
2986
|
+
m_OnCullStateChanged:
|
|
2987
|
+
m_PersistentCalls:
|
|
2988
|
+
m_Calls: []
|
|
2989
|
+
m_Sprite: {fileID: 21300000, guid: df4abd00de251427dab96190fa96d931, type: 3}
|
|
2990
|
+
m_Type: 0
|
|
2991
|
+
m_PreserveAspect: 0
|
|
2992
|
+
m_FillCenter: 1
|
|
2993
|
+
m_FillMethod: 4
|
|
2994
|
+
m_FillAmount: 1
|
|
2995
|
+
m_FillClockwise: 1
|
|
2996
|
+
m_FillOrigin: 0
|
|
2997
|
+
m_UseSpriteMesh: 0
|
|
2998
|
+
m_PixelsPerUnitMultiplier: 1
|
|
2999
|
+
--- !u!1 &8731205362812346716
|
|
3000
|
+
GameObject:
|
|
3001
|
+
m_ObjectHideFlags: 0
|
|
3002
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3003
|
+
m_PrefabInstance: {fileID: 0}
|
|
3004
|
+
m_PrefabAsset: {fileID: 0}
|
|
3005
|
+
serializedVersion: 6
|
|
3006
|
+
m_Component:
|
|
3007
|
+
- component: {fileID: 8732001170885451182}
|
|
3008
|
+
- component: {fileID: 2498838011301679718}
|
|
3009
|
+
- component: {fileID: 405938953800340260}
|
|
3010
|
+
- component: {fileID: 3070903702625198066}
|
|
3011
|
+
m_Layer: 5
|
|
3012
|
+
m_Name: Viewport
|
|
3013
|
+
m_TagString: Untagged
|
|
3014
|
+
m_Icon: {fileID: 0}
|
|
3015
|
+
m_NavMeshLayer: 0
|
|
3016
|
+
m_StaticEditorFlags: 0
|
|
3017
|
+
m_IsActive: 1
|
|
3018
|
+
--- !u!224 &8732001170885451182
|
|
3019
|
+
RectTransform:
|
|
3020
|
+
m_ObjectHideFlags: 0
|
|
3021
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3022
|
+
m_PrefabInstance: {fileID: 0}
|
|
3023
|
+
m_PrefabAsset: {fileID: 0}
|
|
3024
|
+
m_GameObject: {fileID: 8731205362812346716}
|
|
3025
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
3026
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
3027
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
3028
|
+
m_Children:
|
|
3029
|
+
- {fileID: 2274523420260147568}
|
|
3030
|
+
m_Father: {fileID: 8545029088525681466}
|
|
3031
|
+
m_RootOrder: 0
|
|
3032
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
3033
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
3034
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
3035
|
+
m_AnchoredPosition: {x: 19.03, y: -8.57}
|
|
3036
|
+
m_SizeDelta: {x: -37.524475, y: -37.93817}
|
|
3037
|
+
m_Pivot: {x: 0, y: 1}
|
|
3038
|
+
--- !u!222 &2498838011301679718
|
|
3039
|
+
CanvasRenderer:
|
|
3040
|
+
m_ObjectHideFlags: 0
|
|
3041
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3042
|
+
m_PrefabInstance: {fileID: 0}
|
|
3043
|
+
m_PrefabAsset: {fileID: 0}
|
|
3044
|
+
m_GameObject: {fileID: 8731205362812346716}
|
|
3045
|
+
m_CullTransparentMesh: 0
|
|
3046
|
+
--- !u!114 &405938953800340260
|
|
3047
|
+
MonoBehaviour:
|
|
3048
|
+
m_ObjectHideFlags: 0
|
|
3049
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3050
|
+
m_PrefabInstance: {fileID: 0}
|
|
3051
|
+
m_PrefabAsset: {fileID: 0}
|
|
3052
|
+
m_GameObject: {fileID: 8731205362812346716}
|
|
3053
|
+
m_Enabled: 1
|
|
3054
|
+
m_EditorHideFlags: 0
|
|
3055
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
3056
|
+
m_Name:
|
|
3057
|
+
m_EditorClassIdentifier:
|
|
3058
|
+
m_Material: {fileID: 0}
|
|
3059
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
3060
|
+
m_RaycastTarget: 1
|
|
3061
|
+
m_Maskable: 1
|
|
3062
|
+
m_OnCullStateChanged:
|
|
3063
|
+
m_PersistentCalls:
|
|
3064
|
+
m_Calls: []
|
|
3065
|
+
m_Sprite: {fileID: 10917, guid: 0000000000000000f000000000000000, type: 0}
|
|
3066
|
+
m_Type: 1
|
|
3067
|
+
m_PreserveAspect: 0
|
|
3068
|
+
m_FillCenter: 1
|
|
3069
|
+
m_FillMethod: 4
|
|
3070
|
+
m_FillAmount: 1
|
|
3071
|
+
m_FillClockwise: 1
|
|
3072
|
+
m_FillOrigin: 0
|
|
3073
|
+
m_UseSpriteMesh: 0
|
|
3074
|
+
m_PixelsPerUnitMultiplier: 1
|
|
3075
|
+
--- !u!114 &3070903702625198066
|
|
3076
|
+
MonoBehaviour:
|
|
3077
|
+
m_ObjectHideFlags: 0
|
|
3078
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3079
|
+
m_PrefabInstance: {fileID: 0}
|
|
3080
|
+
m_PrefabAsset: {fileID: 0}
|
|
3081
|
+
m_GameObject: {fileID: 8731205362812346716}
|
|
3082
|
+
m_Enabled: 1
|
|
3083
|
+
m_EditorHideFlags: 0
|
|
3084
|
+
m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3}
|
|
3085
|
+
m_Name:
|
|
3086
|
+
m_EditorClassIdentifier:
|
|
3087
|
+
m_ShowMaskGraphic: 0
|
|
3088
|
+
--- !u!1 &8851782080777387941
|
|
3089
|
+
GameObject:
|
|
3090
|
+
m_ObjectHideFlags: 0
|
|
3091
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3092
|
+
m_PrefabInstance: {fileID: 0}
|
|
3093
|
+
m_PrefabAsset: {fileID: 0}
|
|
3094
|
+
serializedVersion: 6
|
|
3095
|
+
m_Component:
|
|
3096
|
+
- component: {fileID: 6761368746383714499}
|
|
3097
|
+
- component: {fileID: 8644059907664747964}
|
|
3098
|
+
- component: {fileID: 7026951726290265246}
|
|
3099
|
+
- component: {fileID: 180197981349821578}
|
|
3100
|
+
m_Layer: 5
|
|
3101
|
+
m_Name: Viewport
|
|
3102
|
+
m_TagString: Untagged
|
|
3103
|
+
m_Icon: {fileID: 0}
|
|
3104
|
+
m_NavMeshLayer: 0
|
|
3105
|
+
m_StaticEditorFlags: 0
|
|
3106
|
+
m_IsActive: 1
|
|
3107
|
+
--- !u!224 &6761368746383714499
|
|
3108
|
+
RectTransform:
|
|
3109
|
+
m_ObjectHideFlags: 0
|
|
3110
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3111
|
+
m_PrefabInstance: {fileID: 0}
|
|
3112
|
+
m_PrefabAsset: {fileID: 0}
|
|
3113
|
+
m_GameObject: {fileID: 8851782080777387941}
|
|
3114
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
3115
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
3116
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
3117
|
+
m_Children:
|
|
3118
|
+
- {fileID: 3226002397416002664}
|
|
3119
|
+
m_Father: {fileID: 6443721704533174768}
|
|
3120
|
+
m_RootOrder: 0
|
|
3121
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
3122
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
3123
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
3124
|
+
m_AnchoredPosition: {x: 19.03, y: -8.57}
|
|
3125
|
+
m_SizeDelta: {x: -37.524475, y: -37.93817}
|
|
3126
|
+
m_Pivot: {x: 0, y: 1}
|
|
3127
|
+
--- !u!222 &8644059907664747964
|
|
3128
|
+
CanvasRenderer:
|
|
3129
|
+
m_ObjectHideFlags: 0
|
|
3130
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3131
|
+
m_PrefabInstance: {fileID: 0}
|
|
3132
|
+
m_PrefabAsset: {fileID: 0}
|
|
3133
|
+
m_GameObject: {fileID: 8851782080777387941}
|
|
3134
|
+
m_CullTransparentMesh: 0
|
|
3135
|
+
--- !u!114 &7026951726290265246
|
|
3136
|
+
MonoBehaviour:
|
|
3137
|
+
m_ObjectHideFlags: 0
|
|
3138
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3139
|
+
m_PrefabInstance: {fileID: 0}
|
|
3140
|
+
m_PrefabAsset: {fileID: 0}
|
|
3141
|
+
m_GameObject: {fileID: 8851782080777387941}
|
|
3142
|
+
m_Enabled: 1
|
|
3143
|
+
m_EditorHideFlags: 0
|
|
3144
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
3145
|
+
m_Name:
|
|
3146
|
+
m_EditorClassIdentifier:
|
|
3147
|
+
m_Material: {fileID: 0}
|
|
3148
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
3149
|
+
m_RaycastTarget: 1
|
|
3150
|
+
m_Maskable: 1
|
|
3151
|
+
m_OnCullStateChanged:
|
|
3152
|
+
m_PersistentCalls:
|
|
3153
|
+
m_Calls: []
|
|
3154
|
+
m_Sprite: {fileID: 10917, guid: 0000000000000000f000000000000000, type: 0}
|
|
3155
|
+
m_Type: 1
|
|
3156
|
+
m_PreserveAspect: 0
|
|
3157
|
+
m_FillCenter: 1
|
|
3158
|
+
m_FillMethod: 4
|
|
3159
|
+
m_FillAmount: 1
|
|
3160
|
+
m_FillClockwise: 1
|
|
3161
|
+
m_FillOrigin: 0
|
|
3162
|
+
m_UseSpriteMesh: 0
|
|
3163
|
+
m_PixelsPerUnitMultiplier: 1
|
|
3164
|
+
--- !u!114 &180197981349821578
|
|
3165
|
+
MonoBehaviour:
|
|
3166
|
+
m_ObjectHideFlags: 0
|
|
3167
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
3168
|
+
m_PrefabInstance: {fileID: 0}
|
|
3169
|
+
m_PrefabAsset: {fileID: 0}
|
|
3170
|
+
m_GameObject: {fileID: 8851782080777387941}
|
|
3171
|
+
m_Enabled: 1
|
|
3172
|
+
m_EditorHideFlags: 0
|
|
3173
|
+
m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3}
|
|
3174
|
+
m_Name:
|
|
3175
|
+
m_EditorClassIdentifier:
|
|
3176
|
+
m_ShowMaskGraphic: 0
|