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
package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab
ADDED
|
@@ -0,0 +1,1591 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &135737097406091018
|
|
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: 896618527331273252}
|
|
12
|
+
- component: {fileID: 4903918584051278764}
|
|
13
|
+
- component: {fileID: 6793744186995279824}
|
|
14
|
+
- component: {fileID: 6142590793064073600}
|
|
15
|
+
m_Layer: 5
|
|
16
|
+
m_Name: ConfirmBtn
|
|
17
|
+
m_TagString: Untagged
|
|
18
|
+
m_Icon: {fileID: 0}
|
|
19
|
+
m_NavMeshLayer: 0
|
|
20
|
+
m_StaticEditorFlags: 0
|
|
21
|
+
m_IsActive: 1
|
|
22
|
+
--- !u!224 &896618527331273252
|
|
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: 135737097406091018}
|
|
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: 391136851200419456}
|
|
34
|
+
m_Father: {fileID: 5946956772239964083}
|
|
35
|
+
m_RootOrder: 1
|
|
36
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
37
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
38
|
+
m_AnchorMax: {x: 0, y: 0}
|
|
39
|
+
m_AnchoredPosition: {x: 64, y: -75}
|
|
40
|
+
m_SizeDelta: {x: 220, y: 36}
|
|
41
|
+
m_Pivot: {x: 0, y: 0}
|
|
42
|
+
--- !u!222 &4903918584051278764
|
|
43
|
+
CanvasRenderer:
|
|
44
|
+
m_ObjectHideFlags: 0
|
|
45
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
46
|
+
m_PrefabInstance: {fileID: 0}
|
|
47
|
+
m_PrefabAsset: {fileID: 0}
|
|
48
|
+
m_GameObject: {fileID: 135737097406091018}
|
|
49
|
+
m_CullTransparentMesh: 1
|
|
50
|
+
--- !u!114 &6793744186995279824
|
|
51
|
+
MonoBehaviour:
|
|
52
|
+
m_ObjectHideFlags: 0
|
|
53
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
54
|
+
m_PrefabInstance: {fileID: 0}
|
|
55
|
+
m_PrefabAsset: {fileID: 0}
|
|
56
|
+
m_GameObject: {fileID: 135737097406091018}
|
|
57
|
+
m_Enabled: 1
|
|
58
|
+
m_EditorHideFlags: 0
|
|
59
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
60
|
+
m_Name:
|
|
61
|
+
m_EditorClassIdentifier:
|
|
62
|
+
m_Material: {fileID: 0}
|
|
63
|
+
m_Color: {r: 0, g: 0.8509804, b: 0.77254903, a: 1}
|
|
64
|
+
m_RaycastTarget: 1
|
|
65
|
+
m_Maskable: 1
|
|
66
|
+
m_OnCullStateChanged:
|
|
67
|
+
m_PersistentCalls:
|
|
68
|
+
m_Calls: []
|
|
69
|
+
m_Sprite: {fileID: 21300000, guid: 2386ba664dfbb4993ae59582f6b7a4dc, type: 3}
|
|
70
|
+
m_Type: 0
|
|
71
|
+
m_PreserveAspect: 0
|
|
72
|
+
m_FillCenter: 1
|
|
73
|
+
m_FillMethod: 4
|
|
74
|
+
m_FillAmount: 1
|
|
75
|
+
m_FillClockwise: 1
|
|
76
|
+
m_FillOrigin: 0
|
|
77
|
+
m_UseSpriteMesh: 0
|
|
78
|
+
m_PixelsPerUnitMultiplier: 1
|
|
79
|
+
--- !u!114 &6142590793064073600
|
|
80
|
+
MonoBehaviour:
|
|
81
|
+
m_ObjectHideFlags: 0
|
|
82
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
83
|
+
m_PrefabInstance: {fileID: 0}
|
|
84
|
+
m_PrefabAsset: {fileID: 0}
|
|
85
|
+
m_GameObject: {fileID: 135737097406091018}
|
|
86
|
+
m_Enabled: 1
|
|
87
|
+
m_EditorHideFlags: 0
|
|
88
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
89
|
+
m_Name:
|
|
90
|
+
m_EditorClassIdentifier:
|
|
91
|
+
m_Navigation:
|
|
92
|
+
m_Mode: 3
|
|
93
|
+
m_SelectOnUp: {fileID: 0}
|
|
94
|
+
m_SelectOnDown: {fileID: 0}
|
|
95
|
+
m_SelectOnLeft: {fileID: 0}
|
|
96
|
+
m_SelectOnRight: {fileID: 0}
|
|
97
|
+
m_Transition: 1
|
|
98
|
+
m_Colors:
|
|
99
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
100
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
101
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
102
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
103
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
104
|
+
m_ColorMultiplier: 1
|
|
105
|
+
m_FadeDuration: 0.1
|
|
106
|
+
m_SpriteState:
|
|
107
|
+
m_HighlightedSprite: {fileID: 0}
|
|
108
|
+
m_PressedSprite: {fileID: 0}
|
|
109
|
+
m_SelectedSprite: {fileID: 0}
|
|
110
|
+
m_DisabledSprite: {fileID: 0}
|
|
111
|
+
m_AnimationTriggers:
|
|
112
|
+
m_NormalTrigger: Normal
|
|
113
|
+
m_HighlightedTrigger: Highlighted
|
|
114
|
+
m_PressedTrigger: Pressed
|
|
115
|
+
m_SelectedTrigger: Selected
|
|
116
|
+
m_DisabledTrigger: Disabled
|
|
117
|
+
m_Interactable: 1
|
|
118
|
+
m_TargetGraphic: {fileID: 6793744186995279824}
|
|
119
|
+
m_OnClick:
|
|
120
|
+
m_PersistentCalls:
|
|
121
|
+
m_Calls: []
|
|
122
|
+
--- !u!1 &1240498122649865686
|
|
123
|
+
GameObject:
|
|
124
|
+
m_ObjectHideFlags: 0
|
|
125
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
126
|
+
m_PrefabInstance: {fileID: 0}
|
|
127
|
+
m_PrefabAsset: {fileID: 0}
|
|
128
|
+
serializedVersion: 6
|
|
129
|
+
m_Component:
|
|
130
|
+
- component: {fileID: 7822735309382242297}
|
|
131
|
+
- component: {fileID: 2282919943754271369}
|
|
132
|
+
- component: {fileID: 8772628225848702893}
|
|
133
|
+
m_Layer: 5
|
|
134
|
+
m_Name: Blocker
|
|
135
|
+
m_TagString: Untagged
|
|
136
|
+
m_Icon: {fileID: 0}
|
|
137
|
+
m_NavMeshLayer: 0
|
|
138
|
+
m_StaticEditorFlags: 0
|
|
139
|
+
m_IsActive: 1
|
|
140
|
+
--- !u!224 &7822735309382242297
|
|
141
|
+
RectTransform:
|
|
142
|
+
m_ObjectHideFlags: 0
|
|
143
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
144
|
+
m_PrefabInstance: {fileID: 0}
|
|
145
|
+
m_PrefabAsset: {fileID: 0}
|
|
146
|
+
m_GameObject: {fileID: 1240498122649865686}
|
|
147
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
148
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
149
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
150
|
+
m_Children: []
|
|
151
|
+
m_Father: {fileID: 6485978276119751294}
|
|
152
|
+
m_RootOrder: 1
|
|
153
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
154
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
155
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
156
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
157
|
+
m_SizeDelta: {x: 10000, y: 10000}
|
|
158
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
159
|
+
--- !u!222 &2282919943754271369
|
|
160
|
+
CanvasRenderer:
|
|
161
|
+
m_ObjectHideFlags: 0
|
|
162
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
163
|
+
m_PrefabInstance: {fileID: 0}
|
|
164
|
+
m_PrefabAsset: {fileID: 0}
|
|
165
|
+
m_GameObject: {fileID: 1240498122649865686}
|
|
166
|
+
m_CullTransparentMesh: 0
|
|
167
|
+
--- !u!114 &8772628225848702893
|
|
168
|
+
MonoBehaviour:
|
|
169
|
+
m_ObjectHideFlags: 0
|
|
170
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
171
|
+
m_PrefabInstance: {fileID: 0}
|
|
172
|
+
m_PrefabAsset: {fileID: 0}
|
|
173
|
+
m_GameObject: {fileID: 1240498122649865686}
|
|
174
|
+
m_Enabled: 1
|
|
175
|
+
m_EditorHideFlags: 0
|
|
176
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
177
|
+
m_Name:
|
|
178
|
+
m_EditorClassIdentifier:
|
|
179
|
+
m_Material: {fileID: 0}
|
|
180
|
+
m_Color: {r: 1, g: 1, b: 1, a: 0}
|
|
181
|
+
m_RaycastTarget: 1
|
|
182
|
+
m_Maskable: 1
|
|
183
|
+
m_OnCullStateChanged:
|
|
184
|
+
m_PersistentCalls:
|
|
185
|
+
m_Calls: []
|
|
186
|
+
m_Sprite: {fileID: 0}
|
|
187
|
+
m_Type: 0
|
|
188
|
+
m_PreserveAspect: 0
|
|
189
|
+
m_FillCenter: 1
|
|
190
|
+
m_FillMethod: 4
|
|
191
|
+
m_FillAmount: 1
|
|
192
|
+
m_FillClockwise: 1
|
|
193
|
+
m_FillOrigin: 0
|
|
194
|
+
m_UseSpriteMesh: 0
|
|
195
|
+
m_PixelsPerUnitMultiplier: 1
|
|
196
|
+
--- !u!1 &1310073536129188194
|
|
197
|
+
GameObject:
|
|
198
|
+
m_ObjectHideFlags: 0
|
|
199
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
200
|
+
m_PrefabInstance: {fileID: 0}
|
|
201
|
+
m_PrefabAsset: {fileID: 0}
|
|
202
|
+
serializedVersion: 6
|
|
203
|
+
m_Component:
|
|
204
|
+
- component: {fileID: 391136851200419456}
|
|
205
|
+
- component: {fileID: 3608726816196495130}
|
|
206
|
+
- component: {fileID: 833897229587859272}
|
|
207
|
+
m_Layer: 5
|
|
208
|
+
m_Name: Text
|
|
209
|
+
m_TagString: Untagged
|
|
210
|
+
m_Icon: {fileID: 0}
|
|
211
|
+
m_NavMeshLayer: 0
|
|
212
|
+
m_StaticEditorFlags: 0
|
|
213
|
+
m_IsActive: 1
|
|
214
|
+
--- !u!224 &391136851200419456
|
|
215
|
+
RectTransform:
|
|
216
|
+
m_ObjectHideFlags: 0
|
|
217
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
218
|
+
m_PrefabInstance: {fileID: 0}
|
|
219
|
+
m_PrefabAsset: {fileID: 0}
|
|
220
|
+
m_GameObject: {fileID: 1310073536129188194}
|
|
221
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
222
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
223
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
224
|
+
m_Children: []
|
|
225
|
+
m_Father: {fileID: 896618527331273252}
|
|
226
|
+
m_RootOrder: 0
|
|
227
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
228
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
229
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
230
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
231
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
232
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
233
|
+
--- !u!222 &3608726816196495130
|
|
234
|
+
CanvasRenderer:
|
|
235
|
+
m_ObjectHideFlags: 0
|
|
236
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
237
|
+
m_PrefabInstance: {fileID: 0}
|
|
238
|
+
m_PrefabAsset: {fileID: 0}
|
|
239
|
+
m_GameObject: {fileID: 1310073536129188194}
|
|
240
|
+
m_CullTransparentMesh: 1
|
|
241
|
+
--- !u!114 &833897229587859272
|
|
242
|
+
MonoBehaviour:
|
|
243
|
+
m_ObjectHideFlags: 0
|
|
244
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
245
|
+
m_PrefabInstance: {fileID: 0}
|
|
246
|
+
m_PrefabAsset: {fileID: 0}
|
|
247
|
+
m_GameObject: {fileID: 1310073536129188194}
|
|
248
|
+
m_Enabled: 1
|
|
249
|
+
m_EditorHideFlags: 0
|
|
250
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
251
|
+
m_Name:
|
|
252
|
+
m_EditorClassIdentifier:
|
|
253
|
+
m_Material: {fileID: 0}
|
|
254
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
255
|
+
m_RaycastTarget: 1
|
|
256
|
+
m_Maskable: 1
|
|
257
|
+
m_OnCullStateChanged:
|
|
258
|
+
m_PersistentCalls:
|
|
259
|
+
m_Calls: []
|
|
260
|
+
m_FontData:
|
|
261
|
+
m_Font: {fileID: 12800000, guid: 5b92beb2e4ac04c1681719225dc6d5fc, type: 3}
|
|
262
|
+
m_FontSize: 14
|
|
263
|
+
m_FontStyle: 0
|
|
264
|
+
m_BestFit: 0
|
|
265
|
+
m_MinSize: 1
|
|
266
|
+
m_MaxSize: 40
|
|
267
|
+
m_Alignment: 4
|
|
268
|
+
m_AlignByGeometry: 0
|
|
269
|
+
m_RichText: 1
|
|
270
|
+
m_HorizontalOverflow: 0
|
|
271
|
+
m_VerticalOverflow: 0
|
|
272
|
+
m_LineSpacing: 1
|
|
273
|
+
m_Text: "\u53BB\u4F7F\u7528"
|
|
274
|
+
--- !u!1 &1341902397799114211
|
|
275
|
+
GameObject:
|
|
276
|
+
m_ObjectHideFlags: 0
|
|
277
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
278
|
+
m_PrefabInstance: {fileID: 0}
|
|
279
|
+
m_PrefabAsset: {fileID: 0}
|
|
280
|
+
serializedVersion: 6
|
|
281
|
+
m_Component:
|
|
282
|
+
- component: {fileID: 99050535320205757}
|
|
283
|
+
- component: {fileID: 958298797942834010}
|
|
284
|
+
- component: {fileID: 1053824903149649685}
|
|
285
|
+
m_Layer: 5
|
|
286
|
+
m_Name: TipIcon
|
|
287
|
+
m_TagString: Untagged
|
|
288
|
+
m_Icon: {fileID: 0}
|
|
289
|
+
m_NavMeshLayer: 0
|
|
290
|
+
m_StaticEditorFlags: 0
|
|
291
|
+
m_IsActive: 1
|
|
292
|
+
--- !u!224 &99050535320205757
|
|
293
|
+
RectTransform:
|
|
294
|
+
m_ObjectHideFlags: 0
|
|
295
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
296
|
+
m_PrefabInstance: {fileID: 0}
|
|
297
|
+
m_PrefabAsset: {fileID: 0}
|
|
298
|
+
m_GameObject: {fileID: 1341902397799114211}
|
|
299
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
300
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
301
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
302
|
+
m_Children: []
|
|
303
|
+
m_Father: {fileID: 6485978276119751294}
|
|
304
|
+
m_RootOrder: 4
|
|
305
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
306
|
+
m_AnchorMin: {x: 0.5, y: 1}
|
|
307
|
+
m_AnchorMax: {x: 0.5, y: 1}
|
|
308
|
+
m_AnchoredPosition: {x: 0, y: -80}
|
|
309
|
+
m_SizeDelta: {x: 64, y: 50}
|
|
310
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
311
|
+
--- !u!222 &958298797942834010
|
|
312
|
+
CanvasRenderer:
|
|
313
|
+
m_ObjectHideFlags: 0
|
|
314
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
315
|
+
m_PrefabInstance: {fileID: 0}
|
|
316
|
+
m_PrefabAsset: {fileID: 0}
|
|
317
|
+
m_GameObject: {fileID: 1341902397799114211}
|
|
318
|
+
m_CullTransparentMesh: 0
|
|
319
|
+
--- !u!114 &1053824903149649685
|
|
320
|
+
MonoBehaviour:
|
|
321
|
+
m_ObjectHideFlags: 0
|
|
322
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
323
|
+
m_PrefabInstance: {fileID: 0}
|
|
324
|
+
m_PrefabAsset: {fileID: 0}
|
|
325
|
+
m_GameObject: {fileID: 1341902397799114211}
|
|
326
|
+
m_Enabled: 1
|
|
327
|
+
m_EditorHideFlags: 0
|
|
328
|
+
m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3}
|
|
329
|
+
m_Name:
|
|
330
|
+
m_EditorClassIdentifier:
|
|
331
|
+
m_Material: {fileID: 0}
|
|
332
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
333
|
+
m_RaycastTarget: 1
|
|
334
|
+
m_Maskable: 1
|
|
335
|
+
m_OnCullStateChanged:
|
|
336
|
+
m_PersistentCalls:
|
|
337
|
+
m_Calls: []
|
|
338
|
+
m_Texture: {fileID: 2800000, guid: f976d4e44beef47558dc5c0e1d7851d9, type: 3}
|
|
339
|
+
m_UVRect:
|
|
340
|
+
serializedVersion: 2
|
|
341
|
+
x: 0
|
|
342
|
+
y: 0
|
|
343
|
+
width: 1
|
|
344
|
+
height: 1
|
|
345
|
+
--- !u!1 &1614864452675103981
|
|
346
|
+
GameObject:
|
|
347
|
+
m_ObjectHideFlags: 0
|
|
348
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
349
|
+
m_PrefabInstance: {fileID: 0}
|
|
350
|
+
m_PrefabAsset: {fileID: 0}
|
|
351
|
+
serializedVersion: 6
|
|
352
|
+
m_Component:
|
|
353
|
+
- component: {fileID: 2302834354277863960}
|
|
354
|
+
- component: {fileID: 3517167505041490502}
|
|
355
|
+
- component: {fileID: 4374794847490882976}
|
|
356
|
+
m_Layer: 5
|
|
357
|
+
m_Name: GameIntro
|
|
358
|
+
m_TagString: Untagged
|
|
359
|
+
m_Icon: {fileID: 0}
|
|
360
|
+
m_NavMeshLayer: 0
|
|
361
|
+
m_StaticEditorFlags: 0
|
|
362
|
+
m_IsActive: 1
|
|
363
|
+
--- !u!224 &2302834354277863960
|
|
364
|
+
RectTransform:
|
|
365
|
+
m_ObjectHideFlags: 0
|
|
366
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
367
|
+
m_PrefabInstance: {fileID: 0}
|
|
368
|
+
m_PrefabAsset: {fileID: 0}
|
|
369
|
+
m_GameObject: {fileID: 1614864452675103981}
|
|
370
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
371
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
372
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
373
|
+
m_Children: []
|
|
374
|
+
m_Father: {fileID: 2909549687173251875}
|
|
375
|
+
m_RootOrder: 0
|
|
376
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
377
|
+
m_AnchorMin: {x: 0.5, y: 1}
|
|
378
|
+
m_AnchorMax: {x: 0.5, y: 1}
|
|
379
|
+
m_AnchoredPosition: {x: 8.5, y: -11}
|
|
380
|
+
m_SizeDelta: {x: 479.11267, y: 168.0859}
|
|
381
|
+
m_Pivot: {x: 0.5, y: 1}
|
|
382
|
+
--- !u!222 &3517167505041490502
|
|
383
|
+
CanvasRenderer:
|
|
384
|
+
m_ObjectHideFlags: 0
|
|
385
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
386
|
+
m_PrefabInstance: {fileID: 0}
|
|
387
|
+
m_PrefabAsset: {fileID: 0}
|
|
388
|
+
m_GameObject: {fileID: 1614864452675103981}
|
|
389
|
+
m_CullTransparentMesh: 0
|
|
390
|
+
--- !u!114 &4374794847490882976
|
|
391
|
+
MonoBehaviour:
|
|
392
|
+
m_ObjectHideFlags: 0
|
|
393
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
394
|
+
m_PrefabInstance: {fileID: 0}
|
|
395
|
+
m_PrefabAsset: {fileID: 0}
|
|
396
|
+
m_GameObject: {fileID: 1614864452675103981}
|
|
397
|
+
m_Enabled: 1
|
|
398
|
+
m_EditorHideFlags: 0
|
|
399
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
400
|
+
m_Name:
|
|
401
|
+
m_EditorClassIdentifier:
|
|
402
|
+
m_Material: {fileID: 0}
|
|
403
|
+
m_Color: {r: 0.32156864, g: 0.34117648, b: 0.3647059, a: 1}
|
|
404
|
+
m_RaycastTarget: 1
|
|
405
|
+
m_Maskable: 1
|
|
406
|
+
m_OnCullStateChanged:
|
|
407
|
+
m_PersistentCalls:
|
|
408
|
+
m_Calls: []
|
|
409
|
+
m_FontData:
|
|
410
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
411
|
+
m_FontSize: 14
|
|
412
|
+
m_FontStyle: 0
|
|
413
|
+
m_BestFit: 0
|
|
414
|
+
m_MinSize: 1
|
|
415
|
+
m_MaxSize: 41
|
|
416
|
+
m_Alignment: 0
|
|
417
|
+
m_AlignByGeometry: 0
|
|
418
|
+
m_RichText: 1
|
|
419
|
+
m_HorizontalOverflow: 0
|
|
420
|
+
m_VerticalOverflow: 1
|
|
421
|
+
m_LineSpacing: 1.4
|
|
422
|
+
m_Text:
|
|
423
|
+
--- !u!1 &3219689762807830261
|
|
424
|
+
GameObject:
|
|
425
|
+
m_ObjectHideFlags: 0
|
|
426
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
427
|
+
m_PrefabInstance: {fileID: 0}
|
|
428
|
+
m_PrefabAsset: {fileID: 0}
|
|
429
|
+
serializedVersion: 6
|
|
430
|
+
m_Component:
|
|
431
|
+
- component: {fileID: 2162527015488470692}
|
|
432
|
+
- component: {fileID: 3927421542350471630}
|
|
433
|
+
- component: {fileID: 1421114675021695369}
|
|
434
|
+
- component: {fileID: 4896651452686484748}
|
|
435
|
+
m_Layer: 5
|
|
436
|
+
m_Name: Viewport
|
|
437
|
+
m_TagString: Untagged
|
|
438
|
+
m_Icon: {fileID: 0}
|
|
439
|
+
m_NavMeshLayer: 0
|
|
440
|
+
m_StaticEditorFlags: 0
|
|
441
|
+
m_IsActive: 1
|
|
442
|
+
--- !u!224 &2162527015488470692
|
|
443
|
+
RectTransform:
|
|
444
|
+
m_ObjectHideFlags: 0
|
|
445
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
446
|
+
m_PrefabInstance: {fileID: 0}
|
|
447
|
+
m_PrefabAsset: {fileID: 0}
|
|
448
|
+
m_GameObject: {fileID: 3219689762807830261}
|
|
449
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
450
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
451
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
452
|
+
m_Children:
|
|
453
|
+
- {fileID: 2909549687173251875}
|
|
454
|
+
m_Father: {fileID: 1118656399692010058}
|
|
455
|
+
m_RootOrder: 0
|
|
456
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
457
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
458
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
459
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
460
|
+
m_SizeDelta: {x: -17, y: -17}
|
|
461
|
+
m_Pivot: {x: 0, y: 1}
|
|
462
|
+
--- !u!222 &3927421542350471630
|
|
463
|
+
CanvasRenderer:
|
|
464
|
+
m_ObjectHideFlags: 0
|
|
465
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
466
|
+
m_PrefabInstance: {fileID: 0}
|
|
467
|
+
m_PrefabAsset: {fileID: 0}
|
|
468
|
+
m_GameObject: {fileID: 3219689762807830261}
|
|
469
|
+
m_CullTransparentMesh: 0
|
|
470
|
+
--- !u!114 &1421114675021695369
|
|
471
|
+
MonoBehaviour:
|
|
472
|
+
m_ObjectHideFlags: 0
|
|
473
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
474
|
+
m_PrefabInstance: {fileID: 0}
|
|
475
|
+
m_PrefabAsset: {fileID: 0}
|
|
476
|
+
m_GameObject: {fileID: 3219689762807830261}
|
|
477
|
+
m_Enabled: 1
|
|
478
|
+
m_EditorHideFlags: 0
|
|
479
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
480
|
+
m_Name:
|
|
481
|
+
m_EditorClassIdentifier:
|
|
482
|
+
m_Material: {fileID: 0}
|
|
483
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
484
|
+
m_RaycastTarget: 1
|
|
485
|
+
m_Maskable: 1
|
|
486
|
+
m_OnCullStateChanged:
|
|
487
|
+
m_PersistentCalls:
|
|
488
|
+
m_Calls: []
|
|
489
|
+
m_Sprite: {fileID: 10917, guid: 0000000000000000f000000000000000, type: 0}
|
|
490
|
+
m_Type: 1
|
|
491
|
+
m_PreserveAspect: 0
|
|
492
|
+
m_FillCenter: 1
|
|
493
|
+
m_FillMethod: 4
|
|
494
|
+
m_FillAmount: 1
|
|
495
|
+
m_FillClockwise: 1
|
|
496
|
+
m_FillOrigin: 0
|
|
497
|
+
m_UseSpriteMesh: 0
|
|
498
|
+
m_PixelsPerUnitMultiplier: 1
|
|
499
|
+
--- !u!114 &4896651452686484748
|
|
500
|
+
MonoBehaviour:
|
|
501
|
+
m_ObjectHideFlags: 0
|
|
502
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
503
|
+
m_PrefabInstance: {fileID: 0}
|
|
504
|
+
m_PrefabAsset: {fileID: 0}
|
|
505
|
+
m_GameObject: {fileID: 3219689762807830261}
|
|
506
|
+
m_Enabled: 1
|
|
507
|
+
m_EditorHideFlags: 0
|
|
508
|
+
m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3}
|
|
509
|
+
m_Name:
|
|
510
|
+
m_EditorClassIdentifier:
|
|
511
|
+
m_ShowMaskGraphic: 0
|
|
512
|
+
--- !u!1 &3398107688352091037
|
|
513
|
+
GameObject:
|
|
514
|
+
m_ObjectHideFlags: 0
|
|
515
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
516
|
+
m_PrefabInstance: {fileID: 0}
|
|
517
|
+
m_PrefabAsset: {fileID: 0}
|
|
518
|
+
serializedVersion: 6
|
|
519
|
+
m_Component:
|
|
520
|
+
- component: {fileID: 2909549687173251875}
|
|
521
|
+
m_Layer: 5
|
|
522
|
+
m_Name: Content
|
|
523
|
+
m_TagString: Untagged
|
|
524
|
+
m_Icon: {fileID: 0}
|
|
525
|
+
m_NavMeshLayer: 0
|
|
526
|
+
m_StaticEditorFlags: 0
|
|
527
|
+
m_IsActive: 1
|
|
528
|
+
--- !u!224 &2909549687173251875
|
|
529
|
+
RectTransform:
|
|
530
|
+
m_ObjectHideFlags: 0
|
|
531
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
532
|
+
m_PrefabInstance: {fileID: 0}
|
|
533
|
+
m_PrefabAsset: {fileID: 0}
|
|
534
|
+
m_GameObject: {fileID: 3398107688352091037}
|
|
535
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
536
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
537
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
538
|
+
m_Children:
|
|
539
|
+
- {fileID: 2302834354277863960}
|
|
540
|
+
m_Father: {fileID: 2162527015488470692}
|
|
541
|
+
m_RootOrder: 0
|
|
542
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
543
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
544
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
545
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
546
|
+
m_SizeDelta: {x: 0, y: 330}
|
|
547
|
+
m_Pivot: {x: 0, y: 1}
|
|
548
|
+
--- !u!1 &4569300236109915906
|
|
549
|
+
GameObject:
|
|
550
|
+
m_ObjectHideFlags: 0
|
|
551
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
552
|
+
m_PrefabInstance: {fileID: 0}
|
|
553
|
+
m_PrefabAsset: {fileID: 0}
|
|
554
|
+
serializedVersion: 6
|
|
555
|
+
m_Component:
|
|
556
|
+
- component: {fileID: 2377101162655582466}
|
|
557
|
+
- component: {fileID: 5696657168905171415}
|
|
558
|
+
- component: {fileID: 483471369750684267}
|
|
559
|
+
- component: {fileID: 1010664246137194776}
|
|
560
|
+
m_Layer: 5
|
|
561
|
+
m_Name: ConfirmBtn
|
|
562
|
+
m_TagString: Untagged
|
|
563
|
+
m_Icon: {fileID: 0}
|
|
564
|
+
m_NavMeshLayer: 0
|
|
565
|
+
m_StaticEditorFlags: 0
|
|
566
|
+
m_IsActive: 1
|
|
567
|
+
--- !u!224 &2377101162655582466
|
|
568
|
+
RectTransform:
|
|
569
|
+
m_ObjectHideFlags: 0
|
|
570
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
571
|
+
m_PrefabInstance: {fileID: 0}
|
|
572
|
+
m_PrefabAsset: {fileID: 0}
|
|
573
|
+
m_GameObject: {fileID: 4569300236109915906}
|
|
574
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
575
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
576
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
577
|
+
m_Children:
|
|
578
|
+
- {fileID: 3143419761254669628}
|
|
579
|
+
m_Father: {fileID: 8350704737045695835}
|
|
580
|
+
m_RootOrder: 0
|
|
581
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
582
|
+
m_AnchorMin: {x: 0.5, y: 0}
|
|
583
|
+
m_AnchorMax: {x: 0.5, y: 0}
|
|
584
|
+
m_AnchoredPosition: {x: -110, y: -57}
|
|
585
|
+
m_SizeDelta: {x: 220, y: 36}
|
|
586
|
+
m_Pivot: {x: 0, y: 0.5}
|
|
587
|
+
--- !u!222 &5696657168905171415
|
|
588
|
+
CanvasRenderer:
|
|
589
|
+
m_ObjectHideFlags: 0
|
|
590
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
591
|
+
m_PrefabInstance: {fileID: 0}
|
|
592
|
+
m_PrefabAsset: {fileID: 0}
|
|
593
|
+
m_GameObject: {fileID: 4569300236109915906}
|
|
594
|
+
m_CullTransparentMesh: 1
|
|
595
|
+
--- !u!114 &483471369750684267
|
|
596
|
+
MonoBehaviour:
|
|
597
|
+
m_ObjectHideFlags: 0
|
|
598
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
599
|
+
m_PrefabInstance: {fileID: 0}
|
|
600
|
+
m_PrefabAsset: {fileID: 0}
|
|
601
|
+
m_GameObject: {fileID: 4569300236109915906}
|
|
602
|
+
m_Enabled: 1
|
|
603
|
+
m_EditorHideFlags: 0
|
|
604
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
605
|
+
m_Name:
|
|
606
|
+
m_EditorClassIdentifier:
|
|
607
|
+
m_Material: {fileID: 0}
|
|
608
|
+
m_Color: {r: 0, g: 0.8509804, b: 0.77254903, a: 1}
|
|
609
|
+
m_RaycastTarget: 1
|
|
610
|
+
m_Maskable: 1
|
|
611
|
+
m_OnCullStateChanged:
|
|
612
|
+
m_PersistentCalls:
|
|
613
|
+
m_Calls: []
|
|
614
|
+
m_Sprite: {fileID: 21300000, guid: 2386ba664dfbb4993ae59582f6b7a4dc, type: 3}
|
|
615
|
+
m_Type: 0
|
|
616
|
+
m_PreserveAspect: 0
|
|
617
|
+
m_FillCenter: 1
|
|
618
|
+
m_FillMethod: 4
|
|
619
|
+
m_FillAmount: 1
|
|
620
|
+
m_FillClockwise: 1
|
|
621
|
+
m_FillOrigin: 0
|
|
622
|
+
m_UseSpriteMesh: 0
|
|
623
|
+
m_PixelsPerUnitMultiplier: 1
|
|
624
|
+
--- !u!114 &1010664246137194776
|
|
625
|
+
MonoBehaviour:
|
|
626
|
+
m_ObjectHideFlags: 0
|
|
627
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
628
|
+
m_PrefabInstance: {fileID: 0}
|
|
629
|
+
m_PrefabAsset: {fileID: 0}
|
|
630
|
+
m_GameObject: {fileID: 4569300236109915906}
|
|
631
|
+
m_Enabled: 1
|
|
632
|
+
m_EditorHideFlags: 0
|
|
633
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
634
|
+
m_Name:
|
|
635
|
+
m_EditorClassIdentifier:
|
|
636
|
+
m_Navigation:
|
|
637
|
+
m_Mode: 3
|
|
638
|
+
m_SelectOnUp: {fileID: 0}
|
|
639
|
+
m_SelectOnDown: {fileID: 0}
|
|
640
|
+
m_SelectOnLeft: {fileID: 0}
|
|
641
|
+
m_SelectOnRight: {fileID: 0}
|
|
642
|
+
m_Transition: 1
|
|
643
|
+
m_Colors:
|
|
644
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
645
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
646
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
647
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
648
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
649
|
+
m_ColorMultiplier: 1
|
|
650
|
+
m_FadeDuration: 0.1
|
|
651
|
+
m_SpriteState:
|
|
652
|
+
m_HighlightedSprite: {fileID: 0}
|
|
653
|
+
m_PressedSprite: {fileID: 0}
|
|
654
|
+
m_SelectedSprite: {fileID: 0}
|
|
655
|
+
m_DisabledSprite: {fileID: 0}
|
|
656
|
+
m_AnimationTriggers:
|
|
657
|
+
m_NormalTrigger: Normal
|
|
658
|
+
m_HighlightedTrigger: Highlighted
|
|
659
|
+
m_PressedTrigger: Pressed
|
|
660
|
+
m_SelectedTrigger: Selected
|
|
661
|
+
m_DisabledTrigger: Disabled
|
|
662
|
+
m_Interactable: 1
|
|
663
|
+
m_TargetGraphic: {fileID: 483471369750684267}
|
|
664
|
+
m_OnClick:
|
|
665
|
+
m_PersistentCalls:
|
|
666
|
+
m_Calls: []
|
|
667
|
+
--- !u!1 &5185371334061046823
|
|
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: 4781091973651006734}
|
|
676
|
+
- component: {fileID: 4961173903045151423}
|
|
677
|
+
- component: {fileID: 8723069107825085918}
|
|
678
|
+
- component: {fileID: 4774077186231343890}
|
|
679
|
+
- component: {fileID: 5707502862268419576}
|
|
680
|
+
m_Layer: 5
|
|
681
|
+
m_Name: TapTapChinaQuickVerifyTipPanel
|
|
682
|
+
m_TagString: Untagged
|
|
683
|
+
m_Icon: {fileID: 0}
|
|
684
|
+
m_NavMeshLayer: 0
|
|
685
|
+
m_StaticEditorFlags: 0
|
|
686
|
+
m_IsActive: 1
|
|
687
|
+
--- !u!224 &4781091973651006734
|
|
688
|
+
RectTransform:
|
|
689
|
+
m_ObjectHideFlags: 0
|
|
690
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
691
|
+
m_PrefabInstance: {fileID: 0}
|
|
692
|
+
m_PrefabAsset: {fileID: 0}
|
|
693
|
+
m_GameObject: {fileID: 5185371334061046823}
|
|
694
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
695
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
696
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
697
|
+
m_Children:
|
|
698
|
+
- {fileID: 6485978276119751294}
|
|
699
|
+
m_Father: {fileID: 0}
|
|
700
|
+
m_RootOrder: 0
|
|
701
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
702
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
703
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
704
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
705
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
706
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
707
|
+
--- !u!223 &4961173903045151423
|
|
708
|
+
Canvas:
|
|
709
|
+
m_ObjectHideFlags: 0
|
|
710
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
711
|
+
m_PrefabInstance: {fileID: 0}
|
|
712
|
+
m_PrefabAsset: {fileID: 0}
|
|
713
|
+
m_GameObject: {fileID: 5185371334061046823}
|
|
714
|
+
m_Enabled: 1
|
|
715
|
+
serializedVersion: 3
|
|
716
|
+
m_RenderMode: 2
|
|
717
|
+
m_Camera: {fileID: 0}
|
|
718
|
+
m_PlaneDistance: 100
|
|
719
|
+
m_PixelPerfect: 0
|
|
720
|
+
m_ReceivesEvents: 1
|
|
721
|
+
m_OverrideSorting: 0
|
|
722
|
+
m_OverridePixelPerfect: 0
|
|
723
|
+
m_SortingBucketNormalizedSize: 0
|
|
724
|
+
m_AdditionalShaderChannelsFlag: 0
|
|
725
|
+
m_SortingLayerID: 0
|
|
726
|
+
m_SortingOrder: 0
|
|
727
|
+
m_TargetDisplay: 0
|
|
728
|
+
--- !u!225 &8723069107825085918
|
|
729
|
+
CanvasGroup:
|
|
730
|
+
m_ObjectHideFlags: 0
|
|
731
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
732
|
+
m_PrefabInstance: {fileID: 0}
|
|
733
|
+
m_PrefabAsset: {fileID: 0}
|
|
734
|
+
m_GameObject: {fileID: 5185371334061046823}
|
|
735
|
+
m_Enabled: 1
|
|
736
|
+
m_Alpha: 1
|
|
737
|
+
m_Interactable: 1
|
|
738
|
+
m_BlocksRaycasts: 1
|
|
739
|
+
m_IgnoreParentGroups: 0
|
|
740
|
+
--- !u!114 &4774077186231343890
|
|
741
|
+
MonoBehaviour:
|
|
742
|
+
m_ObjectHideFlags: 0
|
|
743
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
744
|
+
m_PrefabInstance: {fileID: 0}
|
|
745
|
+
m_PrefabAsset: {fileID: 0}
|
|
746
|
+
m_GameObject: {fileID: 5185371334061046823}
|
|
747
|
+
m_Enabled: 1
|
|
748
|
+
m_EditorHideFlags: 0
|
|
749
|
+
m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
|
|
750
|
+
m_Name:
|
|
751
|
+
m_EditorClassIdentifier:
|
|
752
|
+
m_IgnoreReversedGraphics: 1
|
|
753
|
+
m_BlockingObjects: 0
|
|
754
|
+
m_BlockingMask:
|
|
755
|
+
serializedVersion: 2
|
|
756
|
+
m_Bits: 4294967295
|
|
757
|
+
--- !u!114 &5707502862268419576
|
|
758
|
+
MonoBehaviour:
|
|
759
|
+
m_ObjectHideFlags: 0
|
|
760
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
761
|
+
m_PrefabInstance: {fileID: 0}
|
|
762
|
+
m_PrefabAsset: {fileID: 0}
|
|
763
|
+
m_GameObject: {fileID: 5185371334061046823}
|
|
764
|
+
m_Enabled: 1
|
|
765
|
+
m_EditorHideFlags: 0
|
|
766
|
+
m_Script: {fileID: 11500000, guid: d894ffbf5d6a4522a607db58388036e2, type: 3}
|
|
767
|
+
m_Name:
|
|
768
|
+
m_EditorClassIdentifier:
|
|
769
|
+
canvas: {fileID: 0}
|
|
770
|
+
canvasGroup: {fileID: 0}
|
|
771
|
+
panelConfig:
|
|
772
|
+
animationType: 0
|
|
773
|
+
toppedOrder: 0
|
|
774
|
+
titleText: {fileID: 0}
|
|
775
|
+
mainIntroText: {fileID: 0}
|
|
776
|
+
confirmBtn1Text: {fileID: 0}
|
|
777
|
+
confirmBtn2Text: {fileID: 0}
|
|
778
|
+
denyBtnText: {fileID: 0}
|
|
779
|
+
confirmBtn1: {fileID: 0}
|
|
780
|
+
confirmBtn2: {fileID: 0}
|
|
781
|
+
denyBtn: {fileID: 0}
|
|
782
|
+
closeBtn: {fileID: 0}
|
|
783
|
+
scrollRect: {fileID: 0}
|
|
784
|
+
--- !u!1 &5837367229719390878
|
|
785
|
+
GameObject:
|
|
786
|
+
m_ObjectHideFlags: 0
|
|
787
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
788
|
+
m_PrefabInstance: {fileID: 0}
|
|
789
|
+
m_PrefabAsset: {fileID: 0}
|
|
790
|
+
serializedVersion: 6
|
|
791
|
+
m_Component:
|
|
792
|
+
- component: {fileID: 4190801020627322186}
|
|
793
|
+
- component: {fileID: 5503967155315502399}
|
|
794
|
+
- component: {fileID: 1482490477844391601}
|
|
795
|
+
- component: {fileID: 8559542582652147667}
|
|
796
|
+
m_Layer: 5
|
|
797
|
+
m_Name: DenyBtn
|
|
798
|
+
m_TagString: Untagged
|
|
799
|
+
m_Icon: {fileID: 0}
|
|
800
|
+
m_NavMeshLayer: 0
|
|
801
|
+
m_StaticEditorFlags: 0
|
|
802
|
+
m_IsActive: 1
|
|
803
|
+
--- !u!224 &4190801020627322186
|
|
804
|
+
RectTransform:
|
|
805
|
+
m_ObjectHideFlags: 0
|
|
806
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
807
|
+
m_PrefabInstance: {fileID: 0}
|
|
808
|
+
m_PrefabAsset: {fileID: 0}
|
|
809
|
+
m_GameObject: {fileID: 5837367229719390878}
|
|
810
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
811
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
812
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
813
|
+
m_Children:
|
|
814
|
+
- {fileID: 8636871952800621920}
|
|
815
|
+
m_Father: {fileID: 5946956772239964083}
|
|
816
|
+
m_RootOrder: 0
|
|
817
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
818
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
819
|
+
m_AnchorMax: {x: 0, y: 0}
|
|
820
|
+
m_AnchoredPosition: {x: -178, y: -75}
|
|
821
|
+
m_SizeDelta: {x: 220, y: 36}
|
|
822
|
+
m_Pivot: {x: 0, y: 0}
|
|
823
|
+
--- !u!222 &5503967155315502399
|
|
824
|
+
CanvasRenderer:
|
|
825
|
+
m_ObjectHideFlags: 0
|
|
826
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
827
|
+
m_PrefabInstance: {fileID: 0}
|
|
828
|
+
m_PrefabAsset: {fileID: 0}
|
|
829
|
+
m_GameObject: {fileID: 5837367229719390878}
|
|
830
|
+
m_CullTransparentMesh: 1
|
|
831
|
+
--- !u!114 &1482490477844391601
|
|
832
|
+
MonoBehaviour:
|
|
833
|
+
m_ObjectHideFlags: 0
|
|
834
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
835
|
+
m_PrefabInstance: {fileID: 0}
|
|
836
|
+
m_PrefabAsset: {fileID: 0}
|
|
837
|
+
m_GameObject: {fileID: 5837367229719390878}
|
|
838
|
+
m_Enabled: 1
|
|
839
|
+
m_EditorHideFlags: 0
|
|
840
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
841
|
+
m_Name:
|
|
842
|
+
m_EditorClassIdentifier:
|
|
843
|
+
m_Material: {fileID: 0}
|
|
844
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
845
|
+
m_RaycastTarget: 1
|
|
846
|
+
m_Maskable: 1
|
|
847
|
+
m_OnCullStateChanged:
|
|
848
|
+
m_PersistentCalls:
|
|
849
|
+
m_Calls: []
|
|
850
|
+
m_Sprite: {fileID: 21300000, guid: 752a0d6f95dfb4a12a1959bdac57760b, type: 3}
|
|
851
|
+
m_Type: 0
|
|
852
|
+
m_PreserveAspect: 0
|
|
853
|
+
m_FillCenter: 1
|
|
854
|
+
m_FillMethod: 4
|
|
855
|
+
m_FillAmount: 1
|
|
856
|
+
m_FillClockwise: 1
|
|
857
|
+
m_FillOrigin: 0
|
|
858
|
+
m_UseSpriteMesh: 0
|
|
859
|
+
m_PixelsPerUnitMultiplier: 1
|
|
860
|
+
--- !u!114 &8559542582652147667
|
|
861
|
+
MonoBehaviour:
|
|
862
|
+
m_ObjectHideFlags: 0
|
|
863
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
864
|
+
m_PrefabInstance: {fileID: 0}
|
|
865
|
+
m_PrefabAsset: {fileID: 0}
|
|
866
|
+
m_GameObject: {fileID: 5837367229719390878}
|
|
867
|
+
m_Enabled: 1
|
|
868
|
+
m_EditorHideFlags: 0
|
|
869
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
870
|
+
m_Name:
|
|
871
|
+
m_EditorClassIdentifier:
|
|
872
|
+
m_Navigation:
|
|
873
|
+
m_Mode: 3
|
|
874
|
+
m_SelectOnUp: {fileID: 0}
|
|
875
|
+
m_SelectOnDown: {fileID: 0}
|
|
876
|
+
m_SelectOnLeft: {fileID: 0}
|
|
877
|
+
m_SelectOnRight: {fileID: 0}
|
|
878
|
+
m_Transition: 1
|
|
879
|
+
m_Colors:
|
|
880
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
881
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
882
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
883
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
884
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
885
|
+
m_ColorMultiplier: 1
|
|
886
|
+
m_FadeDuration: 0.1
|
|
887
|
+
m_SpriteState:
|
|
888
|
+
m_HighlightedSprite: {fileID: 0}
|
|
889
|
+
m_PressedSprite: {fileID: 0}
|
|
890
|
+
m_SelectedSprite: {fileID: 0}
|
|
891
|
+
m_DisabledSprite: {fileID: 0}
|
|
892
|
+
m_AnimationTriggers:
|
|
893
|
+
m_NormalTrigger: Normal
|
|
894
|
+
m_HighlightedTrigger: Highlighted
|
|
895
|
+
m_PressedTrigger: Pressed
|
|
896
|
+
m_SelectedTrigger: Selected
|
|
897
|
+
m_DisabledTrigger: Disabled
|
|
898
|
+
m_Interactable: 1
|
|
899
|
+
m_TargetGraphic: {fileID: 1482490477844391601}
|
|
900
|
+
m_OnClick:
|
|
901
|
+
m_PersistentCalls:
|
|
902
|
+
m_Calls: []
|
|
903
|
+
--- !u!1 &6339281318634979791
|
|
904
|
+
GameObject:
|
|
905
|
+
m_ObjectHideFlags: 0
|
|
906
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
907
|
+
m_PrefabInstance: {fileID: 0}
|
|
908
|
+
m_PrefabAsset: {fileID: 0}
|
|
909
|
+
serializedVersion: 6
|
|
910
|
+
m_Component:
|
|
911
|
+
- component: {fileID: 5837309636053934172}
|
|
912
|
+
- component: {fileID: 6782695407605782523}
|
|
913
|
+
- component: {fileID: 3824814089701083544}
|
|
914
|
+
m_Layer: 5
|
|
915
|
+
m_Name: TitleText
|
|
916
|
+
m_TagString: Untagged
|
|
917
|
+
m_Icon: {fileID: 0}
|
|
918
|
+
m_NavMeshLayer: 0
|
|
919
|
+
m_StaticEditorFlags: 0
|
|
920
|
+
m_IsActive: 1
|
|
921
|
+
--- !u!224 &5837309636053934172
|
|
922
|
+
RectTransform:
|
|
923
|
+
m_ObjectHideFlags: 0
|
|
924
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
925
|
+
m_PrefabInstance: {fileID: 0}
|
|
926
|
+
m_PrefabAsset: {fileID: 0}
|
|
927
|
+
m_GameObject: {fileID: 6339281318634979791}
|
|
928
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
929
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
930
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
931
|
+
m_Children: []
|
|
932
|
+
m_Father: {fileID: 6485978276119751294}
|
|
933
|
+
m_RootOrder: 2
|
|
934
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
935
|
+
m_AnchorMin: {x: 0.5, y: 1}
|
|
936
|
+
m_AnchorMax: {x: 0.5, y: 1}
|
|
937
|
+
m_AnchoredPosition: {x: 0, y: -12}
|
|
938
|
+
m_SizeDelta: {x: 165.28223, y: 27.018372}
|
|
939
|
+
m_Pivot: {x: 0.5, y: 1}
|
|
940
|
+
--- !u!222 &6782695407605782523
|
|
941
|
+
CanvasRenderer:
|
|
942
|
+
m_ObjectHideFlags: 0
|
|
943
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
944
|
+
m_PrefabInstance: {fileID: 0}
|
|
945
|
+
m_PrefabAsset: {fileID: 0}
|
|
946
|
+
m_GameObject: {fileID: 6339281318634979791}
|
|
947
|
+
m_CullTransparentMesh: 1
|
|
948
|
+
--- !u!114 &3824814089701083544
|
|
949
|
+
MonoBehaviour:
|
|
950
|
+
m_ObjectHideFlags: 0
|
|
951
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
952
|
+
m_PrefabInstance: {fileID: 0}
|
|
953
|
+
m_PrefabAsset: {fileID: 0}
|
|
954
|
+
m_GameObject: {fileID: 6339281318634979791}
|
|
955
|
+
m_Enabled: 1
|
|
956
|
+
m_EditorHideFlags: 0
|
|
957
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
958
|
+
m_Name:
|
|
959
|
+
m_EditorClassIdentifier:
|
|
960
|
+
m_Material: {fileID: 0}
|
|
961
|
+
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
962
|
+
m_RaycastTarget: 1
|
|
963
|
+
m_Maskable: 1
|
|
964
|
+
m_OnCullStateChanged:
|
|
965
|
+
m_PersistentCalls:
|
|
966
|
+
m_Calls: []
|
|
967
|
+
m_FontData:
|
|
968
|
+
m_Font: {fileID: 12800000, guid: 5b92beb2e4ac04c1681719225dc6d5fc, type: 3}
|
|
969
|
+
m_FontSize: 16
|
|
970
|
+
m_FontStyle: 0
|
|
971
|
+
m_BestFit: 0
|
|
972
|
+
m_MinSize: 1
|
|
973
|
+
m_MaxSize: 40
|
|
974
|
+
m_Alignment: 4
|
|
975
|
+
m_AlignByGeometry: 0
|
|
976
|
+
m_RichText: 1
|
|
977
|
+
m_HorizontalOverflow: 0
|
|
978
|
+
m_VerticalOverflow: 0
|
|
979
|
+
m_LineSpacing: 1
|
|
980
|
+
m_Text:
|
|
981
|
+
--- !u!1 &6465239879712102604
|
|
982
|
+
GameObject:
|
|
983
|
+
m_ObjectHideFlags: 0
|
|
984
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
985
|
+
m_PrefabInstance: {fileID: 0}
|
|
986
|
+
m_PrefabAsset: {fileID: 0}
|
|
987
|
+
serializedVersion: 6
|
|
988
|
+
m_Component:
|
|
989
|
+
- component: {fileID: 3143419761254669628}
|
|
990
|
+
- component: {fileID: 6414800509987810119}
|
|
991
|
+
- component: {fileID: 8125873992857516673}
|
|
992
|
+
m_Layer: 5
|
|
993
|
+
m_Name: Text
|
|
994
|
+
m_TagString: Untagged
|
|
995
|
+
m_Icon: {fileID: 0}
|
|
996
|
+
m_NavMeshLayer: 0
|
|
997
|
+
m_StaticEditorFlags: 0
|
|
998
|
+
m_IsActive: 1
|
|
999
|
+
--- !u!224 &3143419761254669628
|
|
1000
|
+
RectTransform:
|
|
1001
|
+
m_ObjectHideFlags: 0
|
|
1002
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1003
|
+
m_PrefabInstance: {fileID: 0}
|
|
1004
|
+
m_PrefabAsset: {fileID: 0}
|
|
1005
|
+
m_GameObject: {fileID: 6465239879712102604}
|
|
1006
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1007
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1008
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1009
|
+
m_Children: []
|
|
1010
|
+
m_Father: {fileID: 2377101162655582466}
|
|
1011
|
+
m_RootOrder: 0
|
|
1012
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1013
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
1014
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1015
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1016
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
1017
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1018
|
+
--- !u!222 &6414800509987810119
|
|
1019
|
+
CanvasRenderer:
|
|
1020
|
+
m_ObjectHideFlags: 0
|
|
1021
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1022
|
+
m_PrefabInstance: {fileID: 0}
|
|
1023
|
+
m_PrefabAsset: {fileID: 0}
|
|
1024
|
+
m_GameObject: {fileID: 6465239879712102604}
|
|
1025
|
+
m_CullTransparentMesh: 1
|
|
1026
|
+
--- !u!114 &8125873992857516673
|
|
1027
|
+
MonoBehaviour:
|
|
1028
|
+
m_ObjectHideFlags: 0
|
|
1029
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1030
|
+
m_PrefabInstance: {fileID: 0}
|
|
1031
|
+
m_PrefabAsset: {fileID: 0}
|
|
1032
|
+
m_GameObject: {fileID: 6465239879712102604}
|
|
1033
|
+
m_Enabled: 1
|
|
1034
|
+
m_EditorHideFlags: 0
|
|
1035
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1036
|
+
m_Name:
|
|
1037
|
+
m_EditorClassIdentifier:
|
|
1038
|
+
m_Material: {fileID: 0}
|
|
1039
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1040
|
+
m_RaycastTarget: 1
|
|
1041
|
+
m_Maskable: 1
|
|
1042
|
+
m_OnCullStateChanged:
|
|
1043
|
+
m_PersistentCalls:
|
|
1044
|
+
m_Calls: []
|
|
1045
|
+
m_FontData:
|
|
1046
|
+
m_Font: {fileID: 12800000, guid: 5b92beb2e4ac04c1681719225dc6d5fc, type: 3}
|
|
1047
|
+
m_FontSize: 14
|
|
1048
|
+
m_FontStyle: 0
|
|
1049
|
+
m_BestFit: 0
|
|
1050
|
+
m_MinSize: 1
|
|
1051
|
+
m_MaxSize: 40
|
|
1052
|
+
m_Alignment: 4
|
|
1053
|
+
m_AlignByGeometry: 0
|
|
1054
|
+
m_RichText: 1
|
|
1055
|
+
m_HorizontalOverflow: 0
|
|
1056
|
+
m_VerticalOverflow: 0
|
|
1057
|
+
m_LineSpacing: 1
|
|
1058
|
+
m_Text: "\u53BB\u4F7F\u7528"
|
|
1059
|
+
--- !u!1 &6660924450919638426
|
|
1060
|
+
GameObject:
|
|
1061
|
+
m_ObjectHideFlags: 0
|
|
1062
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1063
|
+
m_PrefabInstance: {fileID: 0}
|
|
1064
|
+
m_PrefabAsset: {fileID: 0}
|
|
1065
|
+
serializedVersion: 6
|
|
1066
|
+
m_Component:
|
|
1067
|
+
- component: {fileID: 5946956772239964083}
|
|
1068
|
+
m_Layer: 5
|
|
1069
|
+
m_Name: Button2
|
|
1070
|
+
m_TagString: Untagged
|
|
1071
|
+
m_Icon: {fileID: 0}
|
|
1072
|
+
m_NavMeshLayer: 0
|
|
1073
|
+
m_StaticEditorFlags: 0
|
|
1074
|
+
m_IsActive: 1
|
|
1075
|
+
--- !u!224 &5946956772239964083
|
|
1076
|
+
RectTransform:
|
|
1077
|
+
m_ObjectHideFlags: 0
|
|
1078
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1079
|
+
m_PrefabInstance: {fileID: 0}
|
|
1080
|
+
m_PrefabAsset: {fileID: 0}
|
|
1081
|
+
m_GameObject: {fileID: 6660924450919638426}
|
|
1082
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1083
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1084
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1085
|
+
m_Children:
|
|
1086
|
+
- {fileID: 4190801020627322186}
|
|
1087
|
+
- {fileID: 896618527331273252}
|
|
1088
|
+
m_Father: {fileID: 6485978276119751294}
|
|
1089
|
+
m_RootOrder: 7
|
|
1090
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1091
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1092
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1093
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1094
|
+
m_SizeDelta: {x: 100, y: 100}
|
|
1095
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1096
|
+
--- !u!1 &6749188535318995115
|
|
1097
|
+
GameObject:
|
|
1098
|
+
m_ObjectHideFlags: 0
|
|
1099
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1100
|
+
m_PrefabInstance: {fileID: 0}
|
|
1101
|
+
m_PrefabAsset: {fileID: 0}
|
|
1102
|
+
serializedVersion: 6
|
|
1103
|
+
m_Component:
|
|
1104
|
+
- component: {fileID: 6485978276119751294}
|
|
1105
|
+
- component: {fileID: 6036579659609426268}
|
|
1106
|
+
m_Layer: 5
|
|
1107
|
+
m_Name: Root
|
|
1108
|
+
m_TagString: Untagged
|
|
1109
|
+
m_Icon: {fileID: 0}
|
|
1110
|
+
m_NavMeshLayer: 0
|
|
1111
|
+
m_StaticEditorFlags: 0
|
|
1112
|
+
m_IsActive: 1
|
|
1113
|
+
--- !u!224 &6485978276119751294
|
|
1114
|
+
RectTransform:
|
|
1115
|
+
m_ObjectHideFlags: 0
|
|
1116
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1117
|
+
m_PrefabInstance: {fileID: 0}
|
|
1118
|
+
m_PrefabAsset: {fileID: 0}
|
|
1119
|
+
m_GameObject: {fileID: 6749188535318995115}
|
|
1120
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1121
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1122
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1123
|
+
m_Children:
|
|
1124
|
+
- {fileID: 8370017643411685749}
|
|
1125
|
+
- {fileID: 7822735309382242297}
|
|
1126
|
+
- {fileID: 5837309636053934172}
|
|
1127
|
+
- {fileID: 5804926702525542180}
|
|
1128
|
+
- {fileID: 99050535320205757}
|
|
1129
|
+
- {fileID: 1118656399692010058}
|
|
1130
|
+
- {fileID: 8350704737045695835}
|
|
1131
|
+
- {fileID: 5946956772239964083}
|
|
1132
|
+
m_Father: {fileID: 4781091973651006734}
|
|
1133
|
+
m_RootOrder: 0
|
|
1134
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1135
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1136
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1137
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1138
|
+
m_SizeDelta: {x: 600, y: 347}
|
|
1139
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1140
|
+
--- !u!222 &6036579659609426268
|
|
1141
|
+
CanvasRenderer:
|
|
1142
|
+
m_ObjectHideFlags: 0
|
|
1143
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1144
|
+
m_PrefabInstance: {fileID: 0}
|
|
1145
|
+
m_PrefabAsset: {fileID: 0}
|
|
1146
|
+
m_GameObject: {fileID: 6749188535318995115}
|
|
1147
|
+
m_CullTransparentMesh: 1
|
|
1148
|
+
--- !u!1 &7257213297990752962
|
|
1149
|
+
GameObject:
|
|
1150
|
+
m_ObjectHideFlags: 0
|
|
1151
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1152
|
+
m_PrefabInstance: {fileID: 0}
|
|
1153
|
+
m_PrefabAsset: {fileID: 0}
|
|
1154
|
+
serializedVersion: 6
|
|
1155
|
+
m_Component:
|
|
1156
|
+
- component: {fileID: 8636871952800621920}
|
|
1157
|
+
- component: {fileID: 4592391067433468583}
|
|
1158
|
+
- component: {fileID: 3598267306010456692}
|
|
1159
|
+
m_Layer: 5
|
|
1160
|
+
m_Name: Text
|
|
1161
|
+
m_TagString: Untagged
|
|
1162
|
+
m_Icon: {fileID: 0}
|
|
1163
|
+
m_NavMeshLayer: 0
|
|
1164
|
+
m_StaticEditorFlags: 0
|
|
1165
|
+
m_IsActive: 1
|
|
1166
|
+
--- !u!224 &8636871952800621920
|
|
1167
|
+
RectTransform:
|
|
1168
|
+
m_ObjectHideFlags: 0
|
|
1169
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1170
|
+
m_PrefabInstance: {fileID: 0}
|
|
1171
|
+
m_PrefabAsset: {fileID: 0}
|
|
1172
|
+
m_GameObject: {fileID: 7257213297990752962}
|
|
1173
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1174
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1175
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1176
|
+
m_Children: []
|
|
1177
|
+
m_Father: {fileID: 4190801020627322186}
|
|
1178
|
+
m_RootOrder: 0
|
|
1179
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1180
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
1181
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1182
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1183
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
1184
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1185
|
+
--- !u!222 &4592391067433468583
|
|
1186
|
+
CanvasRenderer:
|
|
1187
|
+
m_ObjectHideFlags: 0
|
|
1188
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1189
|
+
m_PrefabInstance: {fileID: 0}
|
|
1190
|
+
m_PrefabAsset: {fileID: 0}
|
|
1191
|
+
m_GameObject: {fileID: 7257213297990752962}
|
|
1192
|
+
m_CullTransparentMesh: 1
|
|
1193
|
+
--- !u!114 &3598267306010456692
|
|
1194
|
+
MonoBehaviour:
|
|
1195
|
+
m_ObjectHideFlags: 0
|
|
1196
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1197
|
+
m_PrefabInstance: {fileID: 0}
|
|
1198
|
+
m_PrefabAsset: {fileID: 0}
|
|
1199
|
+
m_GameObject: {fileID: 7257213297990752962}
|
|
1200
|
+
m_Enabled: 1
|
|
1201
|
+
m_EditorHideFlags: 0
|
|
1202
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1203
|
+
m_Name:
|
|
1204
|
+
m_EditorClassIdentifier:
|
|
1205
|
+
m_Material: {fileID: 0}
|
|
1206
|
+
m_Color: {r: 0, g: 0, b: 0, a: 1}
|
|
1207
|
+
m_RaycastTarget: 1
|
|
1208
|
+
m_Maskable: 1
|
|
1209
|
+
m_OnCullStateChanged:
|
|
1210
|
+
m_PersistentCalls:
|
|
1211
|
+
m_Calls: []
|
|
1212
|
+
m_FontData:
|
|
1213
|
+
m_Font: {fileID: 12800000, guid: 5b92beb2e4ac04c1681719225dc6d5fc, type: 3}
|
|
1214
|
+
m_FontSize: 14
|
|
1215
|
+
m_FontStyle: 0
|
|
1216
|
+
m_BestFit: 0
|
|
1217
|
+
m_MinSize: 1
|
|
1218
|
+
m_MaxSize: 40
|
|
1219
|
+
m_Alignment: 4
|
|
1220
|
+
m_AlignByGeometry: 0
|
|
1221
|
+
m_RichText: 1
|
|
1222
|
+
m_HorizontalOverflow: 0
|
|
1223
|
+
m_VerticalOverflow: 0
|
|
1224
|
+
m_LineSpacing: 1
|
|
1225
|
+
m_Text: "\u4E0D\u4F7F\u7528"
|
|
1226
|
+
--- !u!1 &7501574618596489753
|
|
1227
|
+
GameObject:
|
|
1228
|
+
m_ObjectHideFlags: 0
|
|
1229
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1230
|
+
m_PrefabInstance: {fileID: 0}
|
|
1231
|
+
m_PrefabAsset: {fileID: 0}
|
|
1232
|
+
serializedVersion: 6
|
|
1233
|
+
m_Component:
|
|
1234
|
+
- component: {fileID: 8350704737045695835}
|
|
1235
|
+
m_Layer: 5
|
|
1236
|
+
m_Name: Button1
|
|
1237
|
+
m_TagString: Untagged
|
|
1238
|
+
m_Icon: {fileID: 0}
|
|
1239
|
+
m_NavMeshLayer: 0
|
|
1240
|
+
m_StaticEditorFlags: 0
|
|
1241
|
+
m_IsActive: 1
|
|
1242
|
+
--- !u!224 &8350704737045695835
|
|
1243
|
+
RectTransform:
|
|
1244
|
+
m_ObjectHideFlags: 0
|
|
1245
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1246
|
+
m_PrefabInstance: {fileID: 0}
|
|
1247
|
+
m_PrefabAsset: {fileID: 0}
|
|
1248
|
+
m_GameObject: {fileID: 7501574618596489753}
|
|
1249
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1250
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1251
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1252
|
+
m_Children:
|
|
1253
|
+
- {fileID: 2377101162655582466}
|
|
1254
|
+
m_Father: {fileID: 6485978276119751294}
|
|
1255
|
+
m_RootOrder: 6
|
|
1256
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1257
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1258
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1259
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1260
|
+
m_SizeDelta: {x: 100, y: 100}
|
|
1261
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1262
|
+
--- !u!1 &8476130096149045848
|
|
1263
|
+
GameObject:
|
|
1264
|
+
m_ObjectHideFlags: 0
|
|
1265
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1266
|
+
m_PrefabInstance: {fileID: 0}
|
|
1267
|
+
m_PrefabAsset: {fileID: 0}
|
|
1268
|
+
serializedVersion: 6
|
|
1269
|
+
m_Component:
|
|
1270
|
+
- component: {fileID: 1118656399692010058}
|
|
1271
|
+
- component: {fileID: 7933566845665589882}
|
|
1272
|
+
- component: {fileID: 1742281802112981788}
|
|
1273
|
+
- component: {fileID: 5377419469810661568}
|
|
1274
|
+
m_Layer: 5
|
|
1275
|
+
m_Name: Scroll View
|
|
1276
|
+
m_TagString: Untagged
|
|
1277
|
+
m_Icon: {fileID: 0}
|
|
1278
|
+
m_NavMeshLayer: 0
|
|
1279
|
+
m_StaticEditorFlags: 0
|
|
1280
|
+
m_IsActive: 1
|
|
1281
|
+
--- !u!224 &1118656399692010058
|
|
1282
|
+
RectTransform:
|
|
1283
|
+
m_ObjectHideFlags: 0
|
|
1284
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1285
|
+
m_PrefabInstance: {fileID: 0}
|
|
1286
|
+
m_PrefabAsset: {fileID: 0}
|
|
1287
|
+
m_GameObject: {fileID: 8476130096149045848}
|
|
1288
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1289
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1290
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1291
|
+
m_Children:
|
|
1292
|
+
- {fileID: 2162527015488470692}
|
|
1293
|
+
m_Father: {fileID: 6485978276119751294}
|
|
1294
|
+
m_RootOrder: 5
|
|
1295
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1296
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
1297
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1298
|
+
m_AnchoredPosition: {x: 0, y: -8.881752}
|
|
1299
|
+
m_SizeDelta: {x: -54, y: -192.2305}
|
|
1300
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1301
|
+
--- !u!222 &7933566845665589882
|
|
1302
|
+
CanvasRenderer:
|
|
1303
|
+
m_ObjectHideFlags: 0
|
|
1304
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1305
|
+
m_PrefabInstance: {fileID: 0}
|
|
1306
|
+
m_PrefabAsset: {fileID: 0}
|
|
1307
|
+
m_GameObject: {fileID: 8476130096149045848}
|
|
1308
|
+
m_CullTransparentMesh: 0
|
|
1309
|
+
--- !u!114 &1742281802112981788
|
|
1310
|
+
MonoBehaviour:
|
|
1311
|
+
m_ObjectHideFlags: 0
|
|
1312
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1313
|
+
m_PrefabInstance: {fileID: 0}
|
|
1314
|
+
m_PrefabAsset: {fileID: 0}
|
|
1315
|
+
m_GameObject: {fileID: 8476130096149045848}
|
|
1316
|
+
m_Enabled: 0
|
|
1317
|
+
m_EditorHideFlags: 0
|
|
1318
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1319
|
+
m_Name:
|
|
1320
|
+
m_EditorClassIdentifier:
|
|
1321
|
+
m_Material: {fileID: 0}
|
|
1322
|
+
m_Color: {r: 1, g: 1, b: 1, a: 0.392}
|
|
1323
|
+
m_RaycastTarget: 1
|
|
1324
|
+
m_Maskable: 1
|
|
1325
|
+
m_OnCullStateChanged:
|
|
1326
|
+
m_PersistentCalls:
|
|
1327
|
+
m_Calls: []
|
|
1328
|
+
m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
|
|
1329
|
+
m_Type: 1
|
|
1330
|
+
m_PreserveAspect: 0
|
|
1331
|
+
m_FillCenter: 1
|
|
1332
|
+
m_FillMethod: 4
|
|
1333
|
+
m_FillAmount: 1
|
|
1334
|
+
m_FillClockwise: 1
|
|
1335
|
+
m_FillOrigin: 0
|
|
1336
|
+
m_UseSpriteMesh: 0
|
|
1337
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1338
|
+
--- !u!114 &5377419469810661568
|
|
1339
|
+
MonoBehaviour:
|
|
1340
|
+
m_ObjectHideFlags: 0
|
|
1341
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1342
|
+
m_PrefabInstance: {fileID: 0}
|
|
1343
|
+
m_PrefabAsset: {fileID: 0}
|
|
1344
|
+
m_GameObject: {fileID: 8476130096149045848}
|
|
1345
|
+
m_Enabled: 0
|
|
1346
|
+
m_EditorHideFlags: 0
|
|
1347
|
+
m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3}
|
|
1348
|
+
m_Name:
|
|
1349
|
+
m_EditorClassIdentifier:
|
|
1350
|
+
m_Content: {fileID: 2909549687173251875}
|
|
1351
|
+
m_Horizontal: 0
|
|
1352
|
+
m_Vertical: 1
|
|
1353
|
+
m_MovementType: 2
|
|
1354
|
+
m_Elasticity: 0.1
|
|
1355
|
+
m_Inertia: 1
|
|
1356
|
+
m_DecelerationRate: 0.135
|
|
1357
|
+
m_ScrollSensitivity: 1
|
|
1358
|
+
m_Viewport: {fileID: 2162527015488470692}
|
|
1359
|
+
m_HorizontalScrollbar: {fileID: 0}
|
|
1360
|
+
m_VerticalScrollbar: {fileID: 0}
|
|
1361
|
+
m_HorizontalScrollbarVisibility: 2
|
|
1362
|
+
m_VerticalScrollbarVisibility: 2
|
|
1363
|
+
m_HorizontalScrollbarSpacing: -3
|
|
1364
|
+
m_VerticalScrollbarSpacing: -3
|
|
1365
|
+
m_OnValueChanged:
|
|
1366
|
+
m_PersistentCalls:
|
|
1367
|
+
m_Calls: []
|
|
1368
|
+
--- !u!1 &9096519660320802138
|
|
1369
|
+
GameObject:
|
|
1370
|
+
m_ObjectHideFlags: 0
|
|
1371
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1372
|
+
m_PrefabInstance: {fileID: 0}
|
|
1373
|
+
m_PrefabAsset: {fileID: 0}
|
|
1374
|
+
serializedVersion: 6
|
|
1375
|
+
m_Component:
|
|
1376
|
+
- component: {fileID: 8370017643411685749}
|
|
1377
|
+
- component: {fileID: 6576657193231620472}
|
|
1378
|
+
- component: {fileID: 5962016692271177820}
|
|
1379
|
+
- component: {fileID: 4762809761568675694}
|
|
1380
|
+
- component: {fileID: 403707453379810051}
|
|
1381
|
+
m_Layer: 5
|
|
1382
|
+
m_Name: Back (1)
|
|
1383
|
+
m_TagString: Untagged
|
|
1384
|
+
m_Icon: {fileID: 0}
|
|
1385
|
+
m_NavMeshLayer: 0
|
|
1386
|
+
m_StaticEditorFlags: 0
|
|
1387
|
+
m_IsActive: 1
|
|
1388
|
+
--- !u!224 &8370017643411685749
|
|
1389
|
+
RectTransform:
|
|
1390
|
+
m_ObjectHideFlags: 0
|
|
1391
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1392
|
+
m_PrefabInstance: {fileID: 0}
|
|
1393
|
+
m_PrefabAsset: {fileID: 0}
|
|
1394
|
+
m_GameObject: {fileID: 9096519660320802138}
|
|
1395
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1396
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1397
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1398
|
+
m_Children: []
|
|
1399
|
+
m_Father: {fileID: 6485978276119751294}
|
|
1400
|
+
m_RootOrder: 0
|
|
1401
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1402
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
1403
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1404
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1405
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
1406
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1407
|
+
--- !u!222 &6576657193231620472
|
|
1408
|
+
CanvasRenderer:
|
|
1409
|
+
m_ObjectHideFlags: 0
|
|
1410
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1411
|
+
m_PrefabInstance: {fileID: 0}
|
|
1412
|
+
m_PrefabAsset: {fileID: 0}
|
|
1413
|
+
m_GameObject: {fileID: 9096519660320802138}
|
|
1414
|
+
m_CullTransparentMesh: 0
|
|
1415
|
+
--- !u!114 &5962016692271177820
|
|
1416
|
+
MonoBehaviour:
|
|
1417
|
+
m_ObjectHideFlags: 0
|
|
1418
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1419
|
+
m_PrefabInstance: {fileID: 0}
|
|
1420
|
+
m_PrefabAsset: {fileID: 0}
|
|
1421
|
+
m_GameObject: {fileID: 9096519660320802138}
|
|
1422
|
+
m_Enabled: 1
|
|
1423
|
+
m_EditorHideFlags: 0
|
|
1424
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1425
|
+
m_Name:
|
|
1426
|
+
m_EditorClassIdentifier:
|
|
1427
|
+
m_Material: {fileID: 0}
|
|
1428
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1429
|
+
m_RaycastTarget: 1
|
|
1430
|
+
m_Maskable: 1
|
|
1431
|
+
m_OnCullStateChanged:
|
|
1432
|
+
m_PersistentCalls:
|
|
1433
|
+
m_Calls: []
|
|
1434
|
+
m_Sprite: {fileID: 21300000, guid: 4cffb6ee31c7940a8b4c1c93da48dcbb, type: 3}
|
|
1435
|
+
m_Type: 0
|
|
1436
|
+
m_PreserveAspect: 0
|
|
1437
|
+
m_FillCenter: 1
|
|
1438
|
+
m_FillMethod: 4
|
|
1439
|
+
m_FillAmount: 1
|
|
1440
|
+
m_FillClockwise: 1
|
|
1441
|
+
m_FillOrigin: 0
|
|
1442
|
+
m_UseSpriteMesh: 0
|
|
1443
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1444
|
+
--- !u!114 &4762809761568675694
|
|
1445
|
+
MonoBehaviour:
|
|
1446
|
+
m_ObjectHideFlags: 0
|
|
1447
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1448
|
+
m_PrefabInstance: {fileID: 0}
|
|
1449
|
+
m_PrefabAsset: {fileID: 0}
|
|
1450
|
+
m_GameObject: {fileID: 9096519660320802138}
|
|
1451
|
+
m_Enabled: 1
|
|
1452
|
+
m_EditorHideFlags: 0
|
|
1453
|
+
m_Script: {fileID: 11500000, guid: cfabb0440166ab443bba8876756fdfa9, type: 3}
|
|
1454
|
+
m_Name:
|
|
1455
|
+
m_EditorClassIdentifier:
|
|
1456
|
+
m_EffectColor: {r: 0.9490196, g: 0.9490196, b: 0.9490196, a: 1}
|
|
1457
|
+
m_EffectDistance: {x: -1, y: -2}
|
|
1458
|
+
m_UseGraphicAlpha: 1
|
|
1459
|
+
--- !u!114 &403707453379810051
|
|
1460
|
+
MonoBehaviour:
|
|
1461
|
+
m_ObjectHideFlags: 0
|
|
1462
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1463
|
+
m_PrefabInstance: {fileID: 0}
|
|
1464
|
+
m_PrefabAsset: {fileID: 0}
|
|
1465
|
+
m_GameObject: {fileID: 9096519660320802138}
|
|
1466
|
+
m_Enabled: 1
|
|
1467
|
+
m_EditorHideFlags: 0
|
|
1468
|
+
m_Script: {fileID: 11500000, guid: cfabb0440166ab443bba8876756fdfa9, type: 3}
|
|
1469
|
+
m_Name:
|
|
1470
|
+
m_EditorClassIdentifier:
|
|
1471
|
+
m_EffectColor: {r: 0.9490196, g: 0.9490196, b: 0.9490196, a: 1}
|
|
1472
|
+
m_EffectDistance: {x: 1, y: 1}
|
|
1473
|
+
m_UseGraphicAlpha: 1
|
|
1474
|
+
--- !u!1 &9122427629114257444
|
|
1475
|
+
GameObject:
|
|
1476
|
+
m_ObjectHideFlags: 0
|
|
1477
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1478
|
+
m_PrefabInstance: {fileID: 0}
|
|
1479
|
+
m_PrefabAsset: {fileID: 0}
|
|
1480
|
+
serializedVersion: 6
|
|
1481
|
+
m_Component:
|
|
1482
|
+
- component: {fileID: 5804926702525542180}
|
|
1483
|
+
- component: {fileID: 3992165391389905629}
|
|
1484
|
+
- component: {fileID: 1094840471731713686}
|
|
1485
|
+
- component: {fileID: 3785347606434352225}
|
|
1486
|
+
m_Layer: 5
|
|
1487
|
+
m_Name: CloseButton
|
|
1488
|
+
m_TagString: Untagged
|
|
1489
|
+
m_Icon: {fileID: 0}
|
|
1490
|
+
m_NavMeshLayer: 0
|
|
1491
|
+
m_StaticEditorFlags: 0
|
|
1492
|
+
m_IsActive: 1
|
|
1493
|
+
--- !u!224 &5804926702525542180
|
|
1494
|
+
RectTransform:
|
|
1495
|
+
m_ObjectHideFlags: 0
|
|
1496
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1497
|
+
m_PrefabInstance: {fileID: 0}
|
|
1498
|
+
m_PrefabAsset: {fileID: 0}
|
|
1499
|
+
m_GameObject: {fileID: 9122427629114257444}
|
|
1500
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1501
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1502
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1503
|
+
m_Children: []
|
|
1504
|
+
m_Father: {fileID: 6485978276119751294}
|
|
1505
|
+
m_RootOrder: 3
|
|
1506
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1507
|
+
m_AnchorMin: {x: 1, y: 1}
|
|
1508
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1509
|
+
m_AnchoredPosition: {x: -20, y: -12}
|
|
1510
|
+
m_SizeDelta: {x: 22, y: 22}
|
|
1511
|
+
m_Pivot: {x: 1, y: 1}
|
|
1512
|
+
--- !u!222 &3992165391389905629
|
|
1513
|
+
CanvasRenderer:
|
|
1514
|
+
m_ObjectHideFlags: 0
|
|
1515
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1516
|
+
m_PrefabInstance: {fileID: 0}
|
|
1517
|
+
m_PrefabAsset: {fileID: 0}
|
|
1518
|
+
m_GameObject: {fileID: 9122427629114257444}
|
|
1519
|
+
m_CullTransparentMesh: 1
|
|
1520
|
+
--- !u!114 &1094840471731713686
|
|
1521
|
+
MonoBehaviour:
|
|
1522
|
+
m_ObjectHideFlags: 0
|
|
1523
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1524
|
+
m_PrefabInstance: {fileID: 0}
|
|
1525
|
+
m_PrefabAsset: {fileID: 0}
|
|
1526
|
+
m_GameObject: {fileID: 9122427629114257444}
|
|
1527
|
+
m_Enabled: 1
|
|
1528
|
+
m_EditorHideFlags: 0
|
|
1529
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1530
|
+
m_Name:
|
|
1531
|
+
m_EditorClassIdentifier:
|
|
1532
|
+
m_Material: {fileID: 0}
|
|
1533
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1534
|
+
m_RaycastTarget: 1
|
|
1535
|
+
m_Maskable: 1
|
|
1536
|
+
m_OnCullStateChanged:
|
|
1537
|
+
m_PersistentCalls:
|
|
1538
|
+
m_Calls: []
|
|
1539
|
+
m_Sprite: {fileID: 21300000, guid: 51992479b22bb4d6086342339ee2dc49, type: 3}
|
|
1540
|
+
m_Type: 0
|
|
1541
|
+
m_PreserveAspect: 0
|
|
1542
|
+
m_FillCenter: 1
|
|
1543
|
+
m_FillMethod: 4
|
|
1544
|
+
m_FillAmount: 1
|
|
1545
|
+
m_FillClockwise: 1
|
|
1546
|
+
m_FillOrigin: 0
|
|
1547
|
+
m_UseSpriteMesh: 0
|
|
1548
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1549
|
+
--- !u!114 &3785347606434352225
|
|
1550
|
+
MonoBehaviour:
|
|
1551
|
+
m_ObjectHideFlags: 0
|
|
1552
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1553
|
+
m_PrefabInstance: {fileID: 0}
|
|
1554
|
+
m_PrefabAsset: {fileID: 0}
|
|
1555
|
+
m_GameObject: {fileID: 9122427629114257444}
|
|
1556
|
+
m_Enabled: 1
|
|
1557
|
+
m_EditorHideFlags: 0
|
|
1558
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
1559
|
+
m_Name:
|
|
1560
|
+
m_EditorClassIdentifier:
|
|
1561
|
+
m_Navigation:
|
|
1562
|
+
m_Mode: 3
|
|
1563
|
+
m_SelectOnUp: {fileID: 0}
|
|
1564
|
+
m_SelectOnDown: {fileID: 0}
|
|
1565
|
+
m_SelectOnLeft: {fileID: 0}
|
|
1566
|
+
m_SelectOnRight: {fileID: 0}
|
|
1567
|
+
m_Transition: 1
|
|
1568
|
+
m_Colors:
|
|
1569
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1570
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1571
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
1572
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1573
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
1574
|
+
m_ColorMultiplier: 1
|
|
1575
|
+
m_FadeDuration: 0.1
|
|
1576
|
+
m_SpriteState:
|
|
1577
|
+
m_HighlightedSprite: {fileID: 0}
|
|
1578
|
+
m_PressedSprite: {fileID: 0}
|
|
1579
|
+
m_SelectedSprite: {fileID: 0}
|
|
1580
|
+
m_DisabledSprite: {fileID: 0}
|
|
1581
|
+
m_AnimationTriggers:
|
|
1582
|
+
m_NormalTrigger: Normal
|
|
1583
|
+
m_HighlightedTrigger: Highlighted
|
|
1584
|
+
m_PressedTrigger: Pressed
|
|
1585
|
+
m_SelectedTrigger: Selected
|
|
1586
|
+
m_DisabledTrigger: Disabled
|
|
1587
|
+
m_Interactable: 1
|
|
1588
|
+
m_TargetGraphic: {fileID: 1094840471731713686}
|
|
1589
|
+
m_OnClick:
|
|
1590
|
+
m_PersistentCalls:
|
|
1591
|
+
m_Calls: []
|