com.xd.sdk.tap 0.0.6-xd.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Compliance/Mobile/Editor/TapComplianceMobileProcessBuild.cs +21 -0
- package/Compliance/Mobile/Editor/TapComplianceMobileProcessBuild.cs.meta +3 -0
- package/Compliance/Mobile/Editor/TapSDK.Compliance.Mobile.Editor.asmdef +17 -0
- package/Compliance/Mobile/Editor/TapSDK.Compliance.Mobile.Editor.asmdef.meta +7 -0
- package/Compliance/Mobile/Editor/iOS/BuidPostProcessor.cs +45 -0
- package/Compliance/Mobile/Editor/iOS/BuidPostProcessor.cs.meta +11 -0
- package/Compliance/Mobile/Editor/iOS.meta +8 -0
- package/Compliance/Mobile/Editor.meta +8 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileBridge.cs +320 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileBridge.cs.meta +11 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileOldJob.cs +82 -0
- package/Compliance/Mobile/Runtime/ComplianceMobileOldJob.cs.meta +11 -0
- package/Compliance/Mobile/Runtime/TapSDK.Compliance.Mobile.Runtime.asmdef +19 -0
- package/Compliance/Mobile/Runtime/TapSDK.Compliance.Mobile.Runtime.asmdef.meta +7 -0
- package/Compliance/Mobile/Runtime.meta +3 -0
- package/Compliance/Mobile.meta +8 -0
- package/Compliance/Resources/BillingMode.json +1 -0
- package/Compliance/Resources/BillingMode.json.meta +7 -0
- package/Compliance/Resources/Config/ComplianceLocalization.json +116 -0
- package/Compliance/Resources/Config/ComplianceLocalization.json.meta +7 -0
- package/Compliance/Resources/Config.meta +8 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab +803 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapAntiAddictionRetryAlert.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab +820 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthPaymentPanel.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab +988 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapHealthReminderPanel.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab +3176 -0
- package/Compliance/Resources/Prefabs/Mobile/TapTapVietnamTimeSelectorPanel.prefab.meta +7 -0
- package/Compliance/Resources/Prefabs/Mobile.meta +8 -0
- package/Compliance/Resources/Prefabs.meta +8 -0
- package/Compliance/Resources/Textures/Background.png +0 -0
- package/Compliance/Resources/Textures/Background.png.meta +128 -0
- package/Compliance/Resources/Textures/Button.png +0 -0
- package/Compliance/Resources/Textures/Button.png.meta +128 -0
- package/Compliance/Resources/Textures/Checkmark.png +0 -0
- package/Compliance/Resources/Textures/Checkmark.png.meta +128 -0
- package/Compliance/Resources/Textures/Dropdown.png +0 -0
- package/Compliance/Resources/Textures/Dropdown.png.meta +128 -0
- package/Compliance/Resources/Textures/DropdownH.png +0 -0
- package/Compliance/Resources/Textures/DropdownH.png.meta +128 -0
- package/Compliance/Resources/Textures/Loading.png +0 -0
- package/Compliance/Resources/Textures/Loading.png.meta +128 -0
- package/Compliance/Resources/Textures/On.png +0 -0
- package/Compliance/Resources/Textures/On.png.meta +128 -0
- package/Compliance/Resources/Textures/Scrollview.png +0 -0
- package/Compliance/Resources/Textures/Scrollview.png.meta +128 -0
- package/Compliance/Resources/Textures/WhiteButton.png +0 -0
- package/Compliance/Resources/Textures/WhiteButton.png.meta +128 -0
- package/Compliance/Resources/Textures/error_tip.png +0 -0
- package/Compliance/Resources/Textures/error_tip.png.meta +128 -0
- package/Compliance/Resources/Textures/off.png +0 -0
- package/Compliance/Resources/Textures/off.png.meta +128 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-input.png +0 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-input.png.meta +128 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-largebutton.png +0 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-largebutton.png.meta +128 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-mobile-button.png +0 -0
- package/Compliance/Resources/Textures/taptap-antiaddiction-mobile-button.png.meta +128 -0
- package/Compliance/Resources/Textures.meta +8 -0
- package/Compliance/Resources.meta +8 -0
- package/Compliance/Runtime/Internal/ComplianceJobManager.cs +86 -0
- package/Compliance/Runtime/Internal/ComplianceJobManager.cs.meta +11 -0
- package/Compliance/Runtime/Internal/ComplianceResult.cs +89 -0
- package/Compliance/Runtime/Internal/ComplianceResult.cs.meta +3 -0
- package/Compliance/Runtime/Internal/IComplianceJob.cs +52 -0
- package/Compliance/Runtime/Internal/IComplianceJob.cs.meta +11 -0
- package/Compliance/Runtime/Internal/Init/ComplianceInitTask.cs +46 -0
- package/Compliance/Runtime/Internal/Init/ComplianceInitTask.cs.meta +3 -0
- package/Compliance/Runtime/Internal/Init.meta +3 -0
- package/Compliance/Runtime/Internal/Model/StartUpResult.cs +28 -0
- package/Compliance/Runtime/Internal/Model/StartUpResult.cs.meta +11 -0
- package/Compliance/Runtime/Internal/Model.meta +8 -0
- package/Compliance/Runtime/Internal.meta +8 -0
- package/Compliance/Runtime/Public/TapTapCompliance.cs +123 -0
- package/Compliance/Runtime/Public/TapTapCompliance.cs.meta +11 -0
- package/Compliance/Runtime/Public/TapTapComplianceOption.cs +48 -0
- package/Compliance/Runtime/Public/TapTapComplianceOption.cs.meta +3 -0
- package/Compliance/Runtime/Public.meta +3 -0
- package/Compliance/Runtime/TapSDK.Compliance.Runtime.asmdef +16 -0
- package/Compliance/Runtime/TapSDK.Compliance.Runtime.asmdef.meta +7 -0
- package/Compliance/Runtime.meta +3 -0
- package/Compliance/Standalone/Editor/TapComplianceStandaloneProcessBuild.cs +20 -0
- package/Compliance/Standalone/Editor/TapComplianceStandaloneProcessBuild.cs.meta +3 -0
- package/Compliance/Standalone/Editor/TapSDK.Compliance.Standalone.Editor.asmdef +17 -0
- package/Compliance/Standalone/Editor/TapSDK.Compliance.Standalone.Editor.asmdef.meta +7 -0
- package/Compliance/Standalone/Editor.meta +3 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab +835 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapAntiAddictionRetryAlert.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab +1646 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaIDInputPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab +1591 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapChinaQuickVerifyTipPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab +897 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthPaymentPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthReminderPanel.prefab +1065 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone/TapTapHealthReminderPanel.prefab.meta +7 -0
- package/Compliance/Standalone/Resources/Prefabs/Standalone.meta +8 -0
- package/Compliance/Standalone/Resources/Prefabs.meta +8 -0
- package/Compliance/Standalone/Resources/Textures/QuickVerifyTip.png +0 -0
- package/Compliance/Standalone/Resources/Textures/QuickVerifyTip.png.meta +128 -0
- package/Compliance/Standalone/Resources/Textures/taptap-antiaddiction-largebutton.png +0 -0
- package/Compliance/Standalone/Resources/Textures/taptap-antiaddiction-largebutton.png.meta +128 -0
- package/Compliance/Standalone/Resources/Textures.meta +8 -0
- package/Compliance/Standalone/Resources.meta +8 -0
- package/Compliance/Standalone/Runtime/ComplianceWorker.cs +464 -0
- package/Compliance/Standalone/Runtime/ComplianceWorker.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/AccessTokenJsonConverter.cs +58 -0
- package/Compliance/Standalone/Runtime/Internal/AccessTokenJsonConverter.cs.meta +3 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceConst.cs +73 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceConst.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceException.cs +24 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceException.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceNewJob.cs +303 -0
- package/Compliance/Standalone/Runtime/Internal/ComplianceNewJob.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/CompliancePoll.cs +137 -0
- package/Compliance/Standalone/Runtime/Internal/CompliancePoll.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Config.cs +136 -0
- package/Compliance/Standalone/Runtime/Internal/Config.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Http/ComplianceHttpClient.cs +118 -0
- package/Compliance/Standalone/Runtime/Internal/Http/ComplianceHttpClient.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Http.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/Model/BaseResponse.cs +14 -0
- package/Compliance/Standalone/Runtime/Internal/Model/BaseResponse.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ErrorResponse.cs +27 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ErrorResponse.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Payable.cs +23 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Payable.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Playable.cs +48 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Playable.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/RealNameConfig.cs +73 -0
- package/Compliance/Standalone/Runtime/Internal/Model/RealNameConfig.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ServerTime.cs +19 -0
- package/Compliance/Standalone/Runtime/Internal/Model/ServerTime.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/StandaloneResponse.cs +12 -0
- package/Compliance/Standalone/Runtime/Internal/Model/StandaloneResponse.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/SubmitPayment.cs +8 -0
- package/Compliance/Standalone/Runtime/Internal/Model/SubmitPayment.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/UserComplianceConfig.cs +109 -0
- package/Compliance/Standalone/Runtime/Internal/Model/UserComplianceConfig.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Verification.cs +89 -0
- package/Compliance/Standalone/Runtime/Internal/Model/Verification.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Model.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/Network.cs +261 -0
- package/Compliance/Standalone/Runtime/Internal/Network.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Persistence.cs +103 -0
- package/Compliance/Standalone/Runtime/Internal/Persistence.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/TapComplianceUI.cs +68 -0
- package/Compliance/Standalone/Runtime/Internal/TapComplianceUI.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/TapLoginPermissionProvider.cs +24 -0
- package/Compliance/Standalone/Runtime/Internal/TapLoginPermissionProvider.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/TapTapComplianceManager.cs +269 -0
- package/Compliance/Standalone/Runtime/Internal/TapTapComplianceManager.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Tool.cs +212 -0
- package/Compliance/Standalone/Runtime/Internal/Tool.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Tracker/TapComplianceTracker.cs +109 -0
- package/Compliance/Standalone/Runtime/Internal/Tracker/TapComplianceTracker.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Tracker.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapChinaVerifyFinishPanelController.cs +81 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapChinaVerifyFinishPanelController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapComplianceQuickVerifyTipController.cs +120 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TapTapComplianceQuickVerifyTipController.cs.meta +3 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthPaymentController.cs +105 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthPaymentController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthReminderController.cs +130 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceHealthReminderController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceIDInputController.cs +251 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceIDInputController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceRetryAlertController.cs +46 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller/TaptapComplianceRetryAlertController.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/UI/Controller.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/UI.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal/Verification.cs +304 -0
- package/Compliance/Standalone/Runtime/Internal/Verification.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Worker/BaseComplianceWorker.cs +537 -0
- package/Compliance/Standalone/Runtime/Internal/Worker/BaseComplianceWorker.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/Internal/Worker.meta +8 -0
- package/Compliance/Standalone/Runtime/Internal.meta +3 -0
- package/Compliance/Standalone/Runtime/TapTap.AntiAddiction.Standalone.Runtime.asmdef +26 -0
- package/Compliance/Standalone/Runtime/TapTap.AntiAddiction.Standalone.Runtime.asmdef.meta +3 -0
- package/Compliance/Standalone/Runtime/gen/ComplianceLocalizationItems.cs +121 -0
- package/Compliance/Standalone/Runtime/gen/ComplianceLocalizationItems.cs.meta +11 -0
- package/Compliance/Standalone/Runtime/gen.meta +8 -0
- package/Compliance/Standalone/Runtime.meta +3 -0
- package/Compliance/Standalone.meta +3 -0
- package/Compliance/link.xml +5 -0
- package/Compliance/link.xml.meta +7 -0
- package/Compliance.meta +8 -0
- package/Core/Editor/BuildTargetUtils.cs +14 -0
- package/Core/Editor/BuildTargetUtils.cs.meta +11 -0
- package/Core/Editor/LinkXMLGenerator.cs +70 -0
- package/Core/Editor/LinkXMLGenerator.cs.meta +11 -0
- package/Core/Editor/Plist.cs +954 -0
- package/Core/Editor/Plist.cs.meta +3 -0
- package/Core/Editor/SDKLinkProcessBuild.cs +119 -0
- package/Core/Editor/SDKLinkProcessBuild.cs.meta +11 -0
- package/Core/Editor/TapFileHelper.cs +168 -0
- package/Core/Editor/TapFileHelper.cs.meta +3 -0
- package/Core/Editor/TapSDK.Core.Editor.asmdef +15 -0
- package/Core/Editor/TapSDK.Core.Editor.asmdef.meta +7 -0
- package/Core/Editor/TapSDKCoreCompile.cs +299 -0
- package/Core/Editor/TapSDKCoreCompile.cs.meta +3 -0
- package/Core/Editor/TapSDKCoreIOSProcessor.cs +74 -0
- package/Core/Editor/TapSDKCoreIOSProcessor.cs.meta +3 -0
- package/Core/Editor/UI/ScrollViewEditor.cs +267 -0
- package/Core/Editor/UI/ScrollViewEditor.cs.meta +12 -0
- package/Core/Editor/UI/ScrollViewExEditor.cs +34 -0
- package/Core/Editor/UI/ScrollViewExEditor.cs.meta +12 -0
- package/Core/Editor/UI/TapSDK.UI.Editor.asmdef +17 -0
- package/Core/Editor/UI/TapSDK.UI.Editor.asmdef.meta +7 -0
- package/Core/Editor/UI.meta +9 -0
- package/Core/Editor.meta +8 -0
- package/Core/Mobile/Editor/TapCommonMobileProcessBuild.cs +20 -0
- package/Core/Mobile/Editor/TapCommonMobileProcessBuild.cs.meta +11 -0
- package/Core/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef +17 -0
- package/Core/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef.meta +7 -0
- package/Core/Mobile/Editor.meta +8 -0
- package/Core/Mobile/Runtime/AndroidNativeWrapper.cs +51 -0
- package/Core/Mobile/Runtime/AndroidNativeWrapper.cs.meta +11 -0
- package/Core/Mobile/Runtime/Bridge.cs +84 -0
- package/Core/Mobile/Runtime/Bridge.cs.meta +11 -0
- package/Core/Mobile/Runtime/BridgeAndroid.cs +74 -0
- package/Core/Mobile/Runtime/BridgeAndroid.cs.meta +11 -0
- package/Core/Mobile/Runtime/BridgeCallback.cs +35 -0
- package/Core/Mobile/Runtime/BridgeCallback.cs.meta +11 -0
- package/Core/Mobile/Runtime/BridgeIOS.cs +112 -0
- package/Core/Mobile/Runtime/BridgeIOS.cs.meta +11 -0
- package/Core/Mobile/Runtime/Command.cs +119 -0
- package/Core/Mobile/Runtime/Command.cs.meta +11 -0
- package/Core/Mobile/Runtime/Constants.cs +9 -0
- package/Core/Mobile/Runtime/Constants.cs.meta +11 -0
- package/Core/Mobile/Runtime/EngineBridgeInitializer.cs +34 -0
- package/Core/Mobile/Runtime/EngineBridgeInitializer.cs.meta +11 -0
- package/Core/Mobile/Runtime/IBridge.cs +15 -0
- package/Core/Mobile/Runtime/IBridge.cs.meta +11 -0
- package/Core/Mobile/Runtime/IOSNativeWrapper.cs +50 -0
- package/Core/Mobile/Runtime/IOSNativeWrapper.cs.meta +11 -0
- package/Core/Mobile/Runtime/Result.cs +37 -0
- package/Core/Mobile/Runtime/Result.cs.meta +11 -0
- package/Core/Mobile/Runtime/TapCoreMobile.cs +77 -0
- package/Core/Mobile/Runtime/TapCoreMobile.cs.meta +11 -0
- package/Core/Mobile/Runtime/TapEventMobile.cs +291 -0
- package/Core/Mobile/Runtime/TapEventMobile.cs.meta +11 -0
- package/Core/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef +18 -0
- package/Core/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef.meta +7 -0
- package/Core/Mobile/Runtime/TapUUID.cs +9 -0
- package/Core/Mobile/Runtime/TapUUID.cs.meta +11 -0
- package/Core/Mobile/Runtime.meta +8 -0
- package/Core/Mobile.meta +8 -0
- package/Core/Resources/Fonts/taptap-sdk-bold.ttf +0 -0
- package/Core/Resources/Fonts/taptap-sdk-bold.ttf.meta +22 -0
- package/Core/Resources/Fonts/taptap-sdk.ttf +0 -0
- package/Core/Resources/Fonts/taptap-sdk.ttf.meta +21 -0
- package/Core/Resources/Fonts.meta +8 -0
- package/Core/Resources/Loading.prefab +260 -0
- package/Core/Resources/Loading.prefab.meta +7 -0
- package/Core/Resources/TapCommonTip.prefab +194 -0
- package/Core/Resources/TapCommonTip.prefab.meta +7 -0
- package/Core/Resources/TapCommonToastBlack.prefab +528 -0
- package/Core/Resources/TapCommonToastBlack.prefab.meta +7 -0
- package/Core/Resources/TapCommonToastWhite.prefab +411 -0
- package/Core/Resources/TapCommonToastWhite.prefab.meta +7 -0
- package/Core/Resources/TapMessage.prefab +352 -0
- package/Core/Resources/TapMessage.prefab.meta +10 -0
- package/Core/Resources/TapSDKCommonTapIcon-v2.png +0 -0
- package/Core/Resources/TapSDKCommonTapIcon-v2.png.meta +128 -0
- package/Core/Resources/TapSDKCommonTapIcon.png +0 -0
- package/Core/Resources/TapSDKCommonTapIcon.png.meta +128 -0
- package/Core/Resources/TapSDKCommonToastBg.png +0 -0
- package/Core/Resources/TapSDKCommonToastBg.png.meta +128 -0
- package/Core/Resources/TapSDKConstantUIRoot.prefab +100 -0
- package/Core/Resources/TapSDKConstantUIRoot.prefab.meta +7 -0
- package/Core/Resources/TapSDKUIRoot.prefab +100 -0
- package/Core/Resources/TapSDKUIRoot.prefab.meta +7 -0
- package/Core/Resources/TapTapBtn_White.png +0 -0
- package/Core/Resources/TapTapBtn_White.png.meta +128 -0
- package/Core/Resources/TapTapBtn_White_2.png +0 -0
- package/Core/Resources/TapTapBtn_White_2.png.meta +128 -0
- package/Core/Resources/ToastBackground.png +0 -0
- package/Core/Resources/ToastBackground.png.meta +128 -0
- package/Core/Resources/detail_bg.png +0 -0
- package/Core/Resources/detail_bg.png.meta +92 -0
- package/Core/Resources/success.png +0 -0
- package/Core/Resources/success.png.meta +128 -0
- package/Core/Resources/tap_toast_background.png +0 -0
- package/Core/Resources/tap_toast_background.png.meta +128 -0
- package/Core/Resources/tap_toast_background1.png +0 -0
- package/Core/Resources/tap_toast_background1.png.meta +128 -0
- package/Core/Resources/taptap-bg.png +0 -0
- package/Core/Resources/taptap-bg.png.meta +140 -0
- package/Core/Resources/taptap-close.png +0 -0
- package/Core/Resources/taptap-close.png.meta +146 -0
- package/Core/Resources/taptap-router-v2.png +0 -0
- package/Core/Resources/taptap-router-v2.png.meta +128 -0
- package/Core/Resources/taptap-router.png +0 -0
- package/Core/Resources/taptap-router.png.meta +146 -0
- package/Core/Resources/taptap-sdk-refresh 1.png +0 -0
- package/Core/Resources/taptap-sdk-refresh 1.png.meta +128 -0
- package/Core/Resources/taptap-toast-error.png +0 -0
- package/Core/Resources/taptap-toast-error.png.meta +128 -0
- package/Core/Resources/taptap-toast-info.png +0 -0
- package/Core/Resources/taptap-toast-info.png.meta +128 -0
- package/Core/Resources/taptap-toast-success.png +0 -0
- package/Core/Resources/taptap-toast-success.png.meta +128 -0
- package/Core/Resources/taptap-toast-warning.png +0 -0
- package/Core/Resources/taptap-toast-warning.png.meta +128 -0
- package/Core/Resources.meta +8 -0
- package/Core/Runtime/Internal/Http/TapHttpClient.cs +177 -0
- package/Core/Runtime/Internal/Http/TapHttpClient.cs.meta +11 -0
- package/Core/Runtime/Internal/Http/TapHttpUtils.cs +84 -0
- package/Core/Runtime/Internal/Http/TapHttpUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Http.meta +8 -0
- package/Core/Runtime/Internal/Init/IInitTask.cs +18 -0
- package/Core/Runtime/Internal/Init/IInitTask.cs.meta +11 -0
- package/Core/Runtime/Internal/Init.meta +8 -0
- package/Core/Runtime/Internal/Json/TapJsonConverter.cs +40 -0
- package/Core/Runtime/Internal/Json/TapJsonConverter.cs.meta +11 -0
- package/Core/Runtime/Internal/Json.meta +8 -0
- package/Core/Runtime/Internal/Log/TapLog.cs +150 -0
- package/Core/Runtime/Internal/Log/TapLog.cs.meta +11 -0
- package/Core/Runtime/Internal/Log.meta +8 -0
- package/Core/Runtime/Internal/Platform/ITapCorePlatform.cs +14 -0
- package/Core/Runtime/Internal/Platform/ITapCorePlatform.cs.meta +11 -0
- package/Core/Runtime/Internal/Platform/ITapEventPlatform.cs +44 -0
- package/Core/Runtime/Internal/Platform/ITapEventPlatform.cs.meta +11 -0
- package/Core/Runtime/Internal/Platform/PlatformTypeUtils.cs +42 -0
- package/Core/Runtime/Internal/Platform/PlatformTypeUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Platform.meta +8 -0
- package/Core/Runtime/Internal/UI/Base/Const.cs +27 -0
- package/Core/Runtime/Internal/UI/Base/Const.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs +240 -0
- package/Core/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs.meta +3 -0
- package/Core/Runtime/Internal/UI/Base/LoadingPanelController.cs +29 -0
- package/Core/Runtime/Internal/UI/Base/LoadingPanelController.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/MonoSingleton.cs +102 -0
- package/Core/Runtime/Internal/UI/Base/MonoSingleton.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/Singleton.cs +29 -0
- package/Core/Runtime/Internal/UI/Base/Singleton.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/TipPanelController.cs +45 -0
- package/Core/Runtime/Internal/UI/Base/TipPanelController.cs.meta +3 -0
- package/Core/Runtime/Internal/UI/Base/ToastBlackPanelController.cs +95 -0
- package/Core/Runtime/Internal/UI/Base/ToastBlackPanelController.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base/ToastWhitePanelController.cs +79 -0
- package/Core/Runtime/Internal/UI/Base/ToastWhitePanelController.cs.meta +3 -0
- package/Core/Runtime/Internal/UI/Base/UIManager.cs +725 -0
- package/Core/Runtime/Internal/UI/Base/UIManager.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Base.meta +8 -0
- package/Core/Runtime/Internal/UI/BasePanel/BasePanelController.cs +386 -0
- package/Core/Runtime/Internal/UI/BasePanel/BasePanelController.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/BasePanel.meta +8 -0
- package/Core/Runtime/Internal/UI/Params/BasePanelConfig.cs +18 -0
- package/Core/Runtime/Internal/UI/Params/BasePanelConfig.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Params/IOpenPanelParameter.cs +7 -0
- package/Core/Runtime/Internal/UI/Params/IOpenPanelParameter.cs.meta +11 -0
- package/Core/Runtime/Internal/UI/Params.meta +8 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs +76 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs.meta +12 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ObjPool.meta +9 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs +828 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs.meta +12 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs +245 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs.meta +12 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx/ScrollView.meta +9 -0
- package/Core/Runtime/Internal/UI/ScrollViewEx.meta +8 -0
- package/Core/Runtime/Internal/UI.meta +8 -0
- package/Core/Runtime/Internal/Utils/BridgeUtils.cs +148 -0
- package/Core/Runtime/Internal/Utils/BridgeUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/EventManager.cs +47 -0
- package/Core/Runtime/Internal/Utils/EventManager.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/ImageUtils.cs +158 -0
- package/Core/Runtime/Internal/Utils/ImageUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/TapLoom.cs +172 -0
- package/Core/Runtime/Internal/Utils/TapLoom.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/TapMessage.cs +69 -0
- package/Core/Runtime/Internal/Utils/TapMessage.cs.meta +13 -0
- package/Core/Runtime/Internal/Utils/TapVerifyInitStateUtils.cs +21 -0
- package/Core/Runtime/Internal/Utils/TapVerifyInitStateUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils/UrlUtils.cs +34 -0
- package/Core/Runtime/Internal/Utils/UrlUtils.cs.meta +11 -0
- package/Core/Runtime/Internal/Utils.meta +8 -0
- package/Core/Runtime/Internal.meta +8 -0
- package/Core/Runtime/Public/DataStorage.cs +173 -0
- package/Core/Runtime/Public/DataStorage.cs.meta +11 -0
- package/Core/Runtime/Public/ITapPropertiesProxy.cs +6 -0
- package/Core/Runtime/Public/ITapPropertiesProxy.cs.meta +11 -0
- package/Core/Runtime/Public/Json.cs +636 -0
- package/Core/Runtime/Public/Json.cs.meta +11 -0
- package/Core/Runtime/Public/Log/TapLogLevel.cs +7 -0
- package/Core/Runtime/Public/Log/TapLogLevel.cs.meta +11 -0
- package/Core/Runtime/Public/Log/TapLogger.cs +48 -0
- package/Core/Runtime/Public/Log/TapLogger.cs.meta +11 -0
- package/Core/Runtime/Public/Log.meta +8 -0
- package/Core/Runtime/Public/Platform.cs +27 -0
- package/Core/Runtime/Public/Platform.cs.meta +11 -0
- package/Core/Runtime/Public/RegionType.cs +8 -0
- package/Core/Runtime/Public/RegionType.cs.meta +11 -0
- package/Core/Runtime/Public/SafeDictionary.cs +27 -0
- package/Core/Runtime/Public/SafeDictionary.cs.meta +11 -0
- package/Core/Runtime/Public/TapEngineBridgeResult.cs +14 -0
- package/Core/Runtime/Public/TapEngineBridgeResult.cs.meta +3 -0
- package/Core/Runtime/Public/TapError.cs +62 -0
- package/Core/Runtime/Public/TapError.cs.meta +11 -0
- package/Core/Runtime/Public/TapErrorCode.cs +44 -0
- package/Core/Runtime/Public/TapErrorCode.cs.meta +11 -0
- package/Core/Runtime/Public/TapException.cs +24 -0
- package/Core/Runtime/Public/TapException.cs.meta +11 -0
- package/Core/Runtime/Public/TapLanguage.cs +21 -0
- package/Core/Runtime/Public/TapLanguage.cs.meta +11 -0
- package/Core/Runtime/Public/TapLocalizeManager.cs +128 -0
- package/Core/Runtime/Public/TapLocalizeManager.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapEvent.cs +107 -0
- package/Core/Runtime/Public/TapTapEvent.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapSDK.cs +150 -0
- package/Core/Runtime/Public/TapTapSDK.cs.meta +11 -0
- package/Core/Runtime/Public/TapTapSdkOptions.cs +167 -0
- package/Core/Runtime/Public/TapTapSdkOptions.cs.meta +11 -0
- package/Core/Runtime/Public.meta +8 -0
- package/Core/Runtime/TapSDK.Core.Runtime.asmdef +3 -0
- package/Core/Runtime/TapSDK.Core.Runtime.asmdef.meta +7 -0
- package/Core/Runtime.meta +8 -0
- package/Core/Standalone/Editor/TapCoreStandaloneProcessBuild.cs +20 -0
- package/Core/Standalone/Editor/TapCoreStandaloneProcessBuild.cs.meta +11 -0
- package/Core/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef +17 -0
- package/Core/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef.meta +7 -0
- package/Core/Standalone/Editor.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist +46 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist.meta +7 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo +0 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo.meta +7 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources +115 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources.meta +7 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents.meta +8 -0
- package/Core/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle.meta +33 -0
- package/Core/Standalone/Plugins/macOS/libtapsdkcorecpp.dylib +0 -0
- package/Core/Standalone/Plugins/macOS/libtapsdkcorecpp.dylib.meta +80 -0
- package/Core/Standalone/Plugins/macOS.meta +8 -0
- package/Core/Standalone/Plugins/x86/tapsdkcore.dll +0 -0
- package/Core/Standalone/Plugins/x86/tapsdkcore.dll.meta +63 -0
- package/Core/Standalone/Plugins/x86.meta +8 -0
- package/Core/Standalone/Plugins/x86_64/tapsdkcore.dll +0 -0
- package/Core/Standalone/Plugins/x86_64/tapsdkcore.dll.meta +63 -0
- package/Core/Standalone/Plugins/x86_64/taptap_api.dll +0 -0
- package/Core/Standalone/Plugins/x86_64/taptap_api.dll.meta +80 -0
- package/Core/Standalone/Plugins/x86_64.meta +8 -0
- package/Core/Standalone/Plugins.meta +8 -0
- package/Core/Standalone/Resources/Prefabs/TapClient/TapClientConnectTipPanel.prefab +983 -0
- package/Core/Standalone/Resources/Prefabs/TapClient/TapClientConnectTipPanel.prefab.meta +7 -0
- package/Core/Standalone/Resources/Prefabs/TapClient.meta +8 -0
- package/Core/Standalone/Resources/Prefabs.meta +8 -0
- package/Core/Standalone/Resources/Texures/TapClientConnectError.png +0 -0
- package/Core/Standalone/Resources/Texures/TapClientConnectError.png.meta +128 -0
- package/Core/Standalone/Resources/Texures.meta +8 -0
- package/Core/Standalone/Resources.meta +8 -0
- package/Core/Standalone/Runtime/Internal/Bean/TapGatekeeper.cs +42 -0
- package/Core/Standalone/Runtime/Internal/Bean/TapGatekeeper.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Bean.meta +8 -0
- package/Core/Standalone/Runtime/Internal/Constants.cs +20 -0
- package/Core/Standalone/Runtime/Internal/Constants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/DeviceInfo.cs +137 -0
- package/Core/Standalone/Runtime/Internal/DeviceInfo.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/EventSender.cs +266 -0
- package/Core/Standalone/Runtime/Internal/EventSender.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttp.cs +437 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttp.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpBuilder.cs +92 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpBuilder.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpErrorConstants.cs +114 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpErrorConstants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpException.cs +79 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpException.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpParser.cs +136 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpParser.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResponse.cs +37 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResponse.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResult.cs +99 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpResult.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpRetryStrategy.cs +237 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpRetryStrategy.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpSign.cs +141 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpSign.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpUtils.cs +196 -0
- package/Core/Standalone/Runtime/Internal/Http/TapHttpUtils.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Http.meta +8 -0
- package/Core/Standalone/Runtime/Internal/Identity.cs +43 -0
- package/Core/Standalone/Runtime/Internal/Identity.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapAppDurationStandalone.cs +121 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapAppDurationStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapCoreTracker.cs +107 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapCoreTracker.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogParamConstants.cs +102 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogParamConstants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStandalone.cs +234 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStartParamConstants.cs +23 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogStartParamConstants.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogWrapper.cs +178 -0
- package/Core/Standalone/Runtime/Internal/Openlog/TapOpenlogWrapper.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Openlog.meta +8 -0
- package/Core/Standalone/Runtime/Internal/PlayRecorder.cs +53 -0
- package/Core/Standalone/Runtime/Internal/PlayRecorder.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Prefs.cs +97 -0
- package/Core/Standalone/Runtime/Internal/Prefs.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridge.cs +315 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridge.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridgePoll.cs +35 -0
- package/Core/Standalone/Runtime/Internal/TapClientBridgePoll.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/Tracker.cs +319 -0
- package/Core/Standalone/Runtime/Internal/Tracker.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/UI/TapClientConnectTipController.cs +59 -0
- package/Core/Standalone/Runtime/Internal/UI/TapClientConnectTipController.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/UI/TapUnderLineText.cs +76 -0
- package/Core/Standalone/Runtime/Internal/UI/TapUnderLineText.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/UI.meta +8 -0
- package/Core/Standalone/Runtime/Internal/User.cs +51 -0
- package/Core/Standalone/Runtime/Internal/User.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/service/ITapLoginService.cs +9 -0
- package/Core/Standalone/Runtime/Internal/service/ITapLoginService.cs.meta +11 -0
- package/Core/Standalone/Runtime/Internal/service.meta +8 -0
- package/Core/Standalone/Runtime/Internal.meta +8 -0
- package/Core/Standalone/Runtime/Public/TapClientStandalone.cs +352 -0
- package/Core/Standalone/Runtime/Public/TapClientStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Public/TapCoreStandalone.cs +257 -0
- package/Core/Standalone/Runtime/Public/TapCoreStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Public/TapEventStandalone.cs +419 -0
- package/Core/Standalone/Runtime/Public/TapEventStandalone.cs.meta +11 -0
- package/Core/Standalone/Runtime/Public.meta +8 -0
- package/Core/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef +20 -0
- package/Core/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef.meta +7 -0
- package/Core/Standalone/Runtime.meta +8 -0
- package/Core/Standalone.meta +8 -0
- package/Core/link.xml +4 -0
- package/Core/link.xml.meta +7 -0
- package/Core.meta +8 -0
- package/Editor/Android/TapWrapperAndroidGradleProcessor.cs +38 -0
- package/Editor/Android/TapWrapperAndroidGradleProcessor.cs.meta +11 -0
- package/Editor/Android.meta +8 -0
- package/Editor.meta +8 -0
- package/License/Mobile/Editor/TapLicenseMobileProcessBuild.cs +20 -0
- package/License/Mobile/Editor/TapLicenseMobileProcessBuild.cs.meta +11 -0
- package/License/Mobile/Editor/TapSDK.License.Mobile.Editor.asmdef +17 -0
- package/License/Mobile/Editor/TapSDK.License.Mobile.Editor.asmdef.meta +7 -0
- package/License/Mobile/Editor.meta +8 -0
- package/License/Mobile/Runtime/TapLicenseMobile.cs +164 -0
- package/License/Mobile/Runtime/TapLicenseMobile.cs.meta +11 -0
- package/License/Mobile/Runtime/TapSDK.License.Mobile.Runtime.asmdef +19 -0
- package/License/Mobile/Runtime/TapSDK.License.Mobile.Runtime.asmdef.meta +7 -0
- package/License/Mobile/Runtime.meta +8 -0
- package/License/Mobile.meta +8 -0
- package/License/Runtime/Internal/ITapLicenseBridge.cs +21 -0
- package/License/Runtime/Internal/ITapLicenseBridge.cs.meta +11 -0
- package/License/Runtime/Internal/TapLicenseInitTask.cs +22 -0
- package/License/Runtime/Internal/TapLicenseInitTask.cs.meta +11 -0
- package/License/Runtime/Internal.meta +8 -0
- package/License/Runtime/Public/ITapDlcCallback.cs +8 -0
- package/License/Runtime/Public/ITapDlcCallback.cs.meta +11 -0
- package/License/Runtime/Public/ITapLicenseCallback.cs +8 -0
- package/License/Runtime/Public/ITapLicenseCallback.cs.meta +11 -0
- package/License/Runtime/Public/TapLicenseCode.cs +48 -0
- package/License/Runtime/Public/TapLicenseCode.cs.meta +11 -0
- package/License/Runtime/Public/TapTapLicense.cs +60 -0
- package/License/Runtime/Public/TapTapLicense.cs.meta +11 -0
- package/License/Runtime/Public.meta +8 -0
- package/License/Runtime/TapSDK.License.Runtime.asmdef +19 -0
- package/License/Runtime/TapSDK.License.Runtime.asmdef.meta +7 -0
- package/License/Runtime.meta +8 -0
- package/License/Standalone/Editor/TapLicenseStandaloneProcessBuild.cs +20 -0
- package/License/Standalone/Editor/TapLicenseStandaloneProcessBuild.cs.meta +11 -0
- package/License/Standalone/Editor/TapSDK.License.Standalone.Editor.asmdef +17 -0
- package/License/Standalone/Editor/TapSDK.License.Standalone.Editor.asmdef.meta +7 -0
- package/License/Standalone/Editor.meta +8 -0
- package/License/Standalone/Runtime/TapLicenseStandalone.cs +229 -0
- package/License/Standalone/Runtime/TapLicenseStandalone.cs.meta +11 -0
- package/License/Standalone/Runtime/TapLicenseTracker.cs +106 -0
- package/License/Standalone/Runtime/TapLicenseTracker.cs.meta +11 -0
- package/License/Standalone/Runtime/TapSDK.License.Standalone.Runtime.asmdef +20 -0
- package/License/Standalone/Runtime/TapSDK.License.Standalone.Runtime.asmdef.meta +7 -0
- package/License/Standalone/Runtime.meta +8 -0
- package/License/Standalone.meta +8 -0
- package/License/link.xml +4 -0
- package/License/link.xml.meta +7 -0
- package/License.meta +8 -0
- package/Login/Mobile/Editor/TapLoginIOSProcessor.cs +91 -0
- package/Login/Mobile/Editor/TapLoginIOSProcessor.cs.meta +11 -0
- package/Login/Mobile/Editor/TapLoginMobileProcessBuild.cs +20 -0
- package/Login/Mobile/Editor/TapLoginMobileProcessBuild.cs.meta +11 -0
- package/Login/Mobile/Editor/TapSDK.Login.Mobile.Editor.asmdef +17 -0
- package/Login/Mobile/Editor/TapSDK.Login.Mobile.Editor.asmdef.meta +7 -0
- package/Login/Mobile/Editor.meta +8 -0
- package/Login/Mobile/Runtime/AccountWrapper.cs +32 -0
- package/Login/Mobile/Runtime/AccountWrapper.cs.meta +3 -0
- package/Login/Mobile/Runtime/TapSDK.Login.Mobile.Runtime.asmdef +20 -0
- package/Login/Mobile/Runtime/TapSDK.Login.Mobile.Runtime.asmdef.meta +7 -0
- package/Login/Mobile/Runtime/TapTapLoginImpl.cs +84 -0
- package/Login/Mobile/Runtime/TapTapLoginImpl.cs.meta +3 -0
- package/Login/Mobile/Runtime.meta +8 -0
- package/Login/Mobile.meta +8 -0
- package/Login/Plugins/iOS/TapTapSDKLoginAppDelegate.mm +41 -0
- package/Login/Plugins/iOS/TapTapSDKLoginAppDelegate.mm.meta +37 -0
- package/Login/Plugins/iOS.meta +8 -0
- package/Login/Plugins/zxing.unity.dll +0 -0
- package/Login/Plugins/zxing.unity.dll.meta +33 -0
- package/Login/Plugins.meta +8 -0
- package/Login/Runtime/Internal/ITapTapLoginPlatform.cs +15 -0
- package/Login/Runtime/Internal/ITapTapLoginPlatform.cs.meta +3 -0
- package/Login/Runtime/Internal/Init/LoginInitTask.cs +20 -0
- package/Login/Runtime/Internal/Init/LoginInitTask.cs.meta +11 -0
- package/Login/Runtime/Internal/Init.meta +8 -0
- package/Login/Runtime/Internal/Region.cs +86 -0
- package/Login/Runtime/Internal/Region.cs.meta +11 -0
- package/Login/Runtime/Internal/TapTapLoginManager.cs +38 -0
- package/Login/Runtime/Internal/TapTapLoginManager.cs.meta +3 -0
- package/Login/Runtime/Internal.meta +8 -0
- package/Login/Runtime/Public/AccessToken.cs +83 -0
- package/Login/Runtime/Public/AccessToken.cs.meta +11 -0
- package/Login/Runtime/Public/Profile.cs +51 -0
- package/Login/Runtime/Public/Profile.cs.meta +11 -0
- package/Login/Runtime/Public/TapTapAccount.cs +70 -0
- package/Login/Runtime/Public/TapTapAccount.cs.meta +3 -0
- package/Login/Runtime/Public/TapTapLogin.cs +42 -0
- package/Login/Runtime/Public/TapTapLogin.cs.meta +3 -0
- package/Login/Runtime/Public/TapTapSdk.cs +21 -0
- package/Login/Runtime/Public/TapTapSdk.cs.meta +11 -0
- package/Login/Runtime/Public.meta +8 -0
- package/Login/Runtime/TapSDK.Login.Runtime.asmdef +15 -0
- package/Login/Runtime/TapSDK.Login.Runtime.asmdef.meta +7 -0
- package/Login/Runtime.meta +8 -0
- package/Login/Standalone/Editor/TapLoginStandaloneProcessBuild.cs +22 -0
- package/Login/Standalone/Editor/TapLoginStandaloneProcessBuild.cs.meta +11 -0
- package/Login/Standalone/Editor/TapSDK.Login.Standalone.Editor.asmdef +17 -0
- package/Login/Standalone/Editor/TapSDK.Login.Standalone.Editor.asmdef.meta +7 -0
- package/Login/Standalone/Editor.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginPanel.prefab +811 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginPanel.prefab.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginWithPermissionPanel.prefab +820 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/LoginWithPermissionPanel.prefab.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/PermissionItem.prefab +314 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/PermissionItem.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/QRCodeContainer.prefab +1501 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/QRCodeContainer.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/Tips.prefab +286 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/Tips.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/TopBar.prefab +485 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/TopBar.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebContainer.prefab +514 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebContainer.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebWithPermissionContainer.prefab +988 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin/WebWithPermissionContainer.prefab.meta +7 -0
- package/Login/Standalone/Resources/Prefabs/TapLogin.meta +8 -0
- package/Login/Standalone/Resources/Prefabs/TapTapSdkWindow.prefab +175 -0
- package/Login/Standalone/Resources/Prefabs/TapTapSdkWindow.prefab.meta +8 -0
- package/Login/Standalone/Resources/Prefabs.meta +8 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-android.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-android.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-ios.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-cn-ios.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-android.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-android.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-ios.png +0 -0
- package/Login/Standalone/Resources/Sprites/tapsdk-login-client-global-ios.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/taptap-client-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-client-bg.png.meta +92 -0
- package/Login/Standalone/Resources/Sprites/taptap-divider.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-divider.png.meta +146 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked-v2.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked-v2.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-checked.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-unchecked.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-auth-unchecked.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-button-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-button-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-confirm-triangle.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-confirm-triangle.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-tips-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-login-tips-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-logo.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-logo.png.meta +130 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-error.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-error.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-info.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-info.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-success.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-success.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-warning.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-scan-tips-warning.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-cancel.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-cancel.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-guide.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-guide.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-logo.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-logo.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg-grey.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg-grey.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-qrcode-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh-btn-bg.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh-btn-bg.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-sdk-refresh.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-log-v2.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-log-v2.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-logo.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-tap-logo.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon-v2.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon-v2.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login-icon.png.meta +128 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login.png +0 -0
- package/Login/Standalone/Resources/Sprites/taptap-web-login.png.meta +146 -0
- package/Login/Standalone/Resources/Sprites.meta +8 -0
- package/Login/Standalone/Resources.meta +8 -0
- package/Login/Standalone/Runtime/Internal/ContainerWindow.cs +67 -0
- package/Login/Standalone/Runtime/Internal/ContainerWindow.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/LoginLanguage.cs +1117 -0
- package/Login/Standalone/Runtime/Internal/LoginLanguage.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/Tracker/TapLoginTracker.cs +114 -0
- package/Login/Standalone/Runtime/Internal/Tracker/TapLoginTracker.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/Tracker.meta +8 -0
- package/Login/Standalone/Runtime/Internal/UI.cs +22 -0
- package/Login/Standalone/Runtime/Internal/UI.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIAnimator.cs +77 -0
- package/Login/Standalone/Runtime/Internal/UIAnimator.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIBase.cs +27 -0
- package/Login/Standalone/Runtime/Internal/UIBase.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIElement.cs +185 -0
- package/Login/Standalone/Runtime/Internal/UIElement.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/UIManager.cs +101 -0
- package/Login/Standalone/Runtime/Internal/UIManager.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal/WebLoginRequestManager.cs +186 -0
- package/Login/Standalone/Runtime/Internal/WebLoginRequestManager.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal.meta +8 -0
- package/Login/Standalone/Runtime/Internal2/AccountManager.cs +113 -0
- package/Login/Standalone/Runtime/Internal2/AccountManager.cs.meta +3 -0
- package/Login/Standalone/Runtime/Internal2/AuthorizationProviderImpl.cs +13 -0
- package/Login/Standalone/Runtime/Internal2/AuthorizationProviderImpl.cs.meta +3 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/ProfileResponse.cs +23 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/ProfileResponse.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/QRCodeResponse.cs +17 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/QRCodeResponse.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/TokenResponse.cs +28 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response/TokenResponse.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http/Response.meta +8 -0
- package/Login/Standalone/Runtime/Internal2/Http/TapLoginSign.cs +27 -0
- package/Login/Standalone/Runtime/Internal2/Http/TapLoginSign.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/Http.meta +8 -0
- package/Login/Standalone/Runtime/Internal2/LoginService.cs +192 -0
- package/Login/Standalone/Runtime/Internal2/LoginService.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/QRCodeUtils.cs +50 -0
- package/Login/Standalone/Runtime/Internal2/QRCodeUtils.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginClientBridge.cs +87 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginClientBridge.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginService.cs +45 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginService.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginStandaloneImpl.cs +439 -0
- package/Login/Standalone/Runtime/Internal2/TapLoginStandaloneImpl.cs.meta +3 -0
- package/Login/Standalone/Runtime/Internal2/UI/ClientButtonListener.cs +20 -0
- package/Login/Standalone/Runtime/Internal2/UI/ClientButtonListener.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/LoginPanelController.cs +72 -0
- package/Login/Standalone/Runtime/Internal2/UI/LoginPanelController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/QRCodeController.cs +180 -0
- package/Login/Standalone/Runtime/Internal2/UI/QRCodeController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/TitleController.cs +20 -0
- package/Login/Standalone/Runtime/Internal2/UI/TitleController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI/WebController.cs +128 -0
- package/Login/Standalone/Runtime/Internal2/UI/WebController.cs.meta +11 -0
- package/Login/Standalone/Runtime/Internal2/UI.meta +8 -0
- package/Login/Standalone/Runtime/Internal2.meta +8 -0
- package/Login/Standalone/Runtime/Public/IAuthorizationProvider.cs +9 -0
- package/Login/Standalone/Runtime/Public/IAuthorizationProvider.cs.meta +3 -0
- package/Login/Standalone/Runtime/Public/IComplianceProvider.cs +7 -0
- package/Login/Standalone/Runtime/Public/IComplianceProvider.cs.meta +3 -0
- package/Login/Standalone/Runtime/Public/TapTapLoginStandalone.cs +51 -0
- package/Login/Standalone/Runtime/Public/TapTapLoginStandalone.cs.meta +3 -0
- package/Login/Standalone/Runtime/Public.meta +8 -0
- package/Login/Standalone/Runtime/TapSDK.Login.Standalone.Runtime.asmdef +24 -0
- package/Login/Standalone/Runtime/TapSDK.Login.Standalone.Runtime.asmdef.meta +7 -0
- package/Login/Standalone/Runtime.meta +8 -0
- package/Login/Standalone.meta +8 -0
- package/Login/link.xml +4 -0
- package/Login/link.xml.meta +7 -0
- package/Login.meta +8 -0
- package/Moment/Mobile/Editor/TapMomentIOSProcessor.cs +49 -0
- package/Moment/Mobile/Editor/TapMomentIOSProcessor.cs.meta +3 -0
- package/Moment/Mobile/Editor/TapMomentMobileProcessBuild.cs +20 -0
- package/Moment/Mobile/Editor/TapMomentMobileProcessBuild.cs.meta +11 -0
- package/Moment/Mobile/Editor/TapTap.Moment.Mobile.Editor.asmdef +17 -0
- package/Moment/Mobile/Editor/TapTap.Moment.Mobile.Editor.asmdef.meta +7 -0
- package/Moment/Mobile/Editor.meta +3 -0
- package/Moment/Mobile/Runtime/TapSDK.Moment.Mobile.Runtime.asmdef +20 -0
- package/Moment/Mobile/Runtime/TapSDK.Moment.Mobile.Runtime.asmdef.meta +7 -0
- package/Moment/Mobile/Runtime/TapTapMomentImpl.cs +147 -0
- package/Moment/Mobile/Runtime/TapTapMomentImpl.cs.meta +11 -0
- package/Moment/Mobile/Runtime.meta +8 -0
- package/Moment/Mobile.meta +8 -0
- package/Moment/Runtime/Internal/ITapTapMomentPlatform.cs +26 -0
- package/Moment/Runtime/Internal/ITapTapMomentPlatform.cs.meta +11 -0
- package/Moment/Runtime/Internal/Init/MomentInitTask.cs +18 -0
- package/Moment/Runtime/Internal/Init/MomentInitTask.cs.meta +11 -0
- package/Moment/Runtime/Internal/Init.meta +8 -0
- package/Moment/Runtime/Internal/TapTapMomentManager.cs +69 -0
- package/Moment/Runtime/Internal/TapTapMomentManager.cs.meta +11 -0
- package/Moment/Runtime/Internal.meta +8 -0
- package/Moment/Runtime/Public/DisplayInfo.cs +22 -0
- package/Moment/Runtime/Public/DisplayInfo.cs.meta +11 -0
- package/Moment/Runtime/Public/PublishMetaData.cs +23 -0
- package/Moment/Runtime/Public/PublishMetaData.cs.meta +11 -0
- package/Moment/Runtime/Public/TapTapMoment.cs +90 -0
- package/Moment/Runtime/Public/TapTapMoment.cs.meta +11 -0
- package/Moment/Runtime/Public.meta +8 -0
- package/Moment/Runtime/TapSDK.Moment.Runtime.asmdef +15 -0
- package/Moment/Runtime/TapSDK.Moment.Runtime.asmdef.meta +7 -0
- package/Moment/Runtime.meta +8 -0
- package/Moment/Standalone/Editor/TapMomentStandaloneProcessBuild.cs +20 -0
- package/Moment/Standalone/Editor/TapMomentStandaloneProcessBuild.cs.meta +11 -0
- package/Moment/Standalone/Editor/TapSDK.Moment.Standalone.Editor.asmdef +17 -0
- package/Moment/Standalone/Editor/TapSDK.Moment.Standalone.Editor.asmdef.meta +7 -0
- package/Moment/Standalone/Editor.meta +8 -0
- package/Moment/Standalone/Runtime/TapMomentStandalone.cs +60 -0
- package/Moment/Standalone/Runtime/TapMomentStandalone.cs.meta +11 -0
- package/Moment/Standalone/Runtime/TapSDK.Moment.Standalone.Runtime.asmdef +22 -0
- package/Moment/Standalone/Runtime/TapSDK.Moment.Standalone.Runtime.asmdef.meta +7 -0
- package/Moment/Standalone/Runtime.meta +8 -0
- package/Moment/Standalone.meta +8 -0
- package/Moment/link.xml +4 -0
- package/Moment/link.xml.meta +7 -0
- package/Moment.meta +8 -0
- package/Review/Mobile/Editor/TapReviewMobileProcessBuild.cs +19 -0
- package/Review/Mobile/Editor/TapReviewMobileProcessBuild.cs.meta +11 -0
- package/Review/Mobile/Editor/TapSDK.Review.Mobile.Editor.asmdef +17 -0
- package/Review/Mobile/Editor/TapSDK.Review.Mobile.Editor.asmdef.meta +7 -0
- package/Review/Mobile/Editor.meta +8 -0
- package/Review/Mobile/Runtime/TapReviewBridge.cs +35 -0
- package/Review/Mobile/Runtime/TapReviewBridge.cs.meta +11 -0
- package/Review/Mobile/Runtime/TapSDK.Review.Mobile.Runtime.asmdef +21 -0
- package/Review/Mobile/Runtime/TapSDK.Review.Mobile.Runtime.asmdef.meta +7 -0
- package/Review/Mobile/Runtime.meta +8 -0
- package/Review/Mobile.meta +8 -0
- package/Review/Runtime/Internal/ITapReviewBridge.cs +5 -0
- package/Review/Runtime/Internal/ITapReviewBridge.cs.meta +11 -0
- package/Review/Runtime/Internal/TapReviewInitTask.cs +18 -0
- package/Review/Runtime/Internal/TapReviewInitTask.cs.meta +11 -0
- package/Review/Runtime/Internal/TapTapReviewInner.cs +25 -0
- package/Review/Runtime/Internal/TapTapReviewInner.cs.meta +11 -0
- package/Review/Runtime/Internal.meta +8 -0
- package/Review/Runtime/Public/TapTapReview.cs +15 -0
- package/Review/Runtime/Public/TapTapReview.cs.meta +11 -0
- package/Review/Runtime/Public.meta +8 -0
- package/Review/Runtime/TapSDK.Review.Runtime.asmdef +15 -0
- package/Review/Runtime/TapSDK.Review.Runtime.asmdef.meta +7 -0
- package/Review/Runtime.meta +8 -0
- package/Review/link.xml +3 -0
- package/Review/link.xml.meta +7 -0
- package/Review.meta +8 -0
- package/Runtime/Internal/TapComplianceHelper.cs +174 -0
- package/Runtime/Internal/TapComplianceHelper.cs.meta +11 -0
- package/Runtime/Internal/TapConvertExtension.cs +44 -0
- package/Runtime/Internal/TapConvertExtension.cs.meta +11 -0
- package/Runtime/Internal/TapLicenseFuncProxy.cs +54 -0
- package/Runtime/Internal/TapLicenseFuncProxy.cs.meta +11 -0
- package/Runtime/Internal.meta +8 -0
- package/Runtime/Public/TapSDKEventHandler.cs +235 -0
- package/Runtime/Public/TapSDKEventHandler.cs.meta +11 -0
- package/Runtime/Public/XDGTapSDK.cs +102 -0
- package/Runtime/Public/XDGTapSDK.cs.meta +3 -0
- package/Runtime/Public.meta +8 -0
- package/Runtime/XD.SDK.Tap.asmdef +25 -0
- package/Runtime/XD.SDK.Tap.asmdef.meta +7 -0
- package/Runtime.meta +8 -0
- package/Update/Mobile/Editor/TapAndroidProvider.txt +58 -0
- package/Update/Mobile/Editor/TapAndroidProvider.txt.meta +7 -0
- package/Update/Mobile/Editor/TapSDK.Update.Mobile.Editor.asmdef +17 -0
- package/Update/Mobile/Editor/TapSDK.Update.Mobile.Editor.asmdef.meta +7 -0
- package/Update/Mobile/Editor/TapUpdateMobileProcessBuild.cs +20 -0
- package/Update/Mobile/Editor/TapUpdateMobileProcessBuild.cs.meta +11 -0
- package/Update/Mobile/Editor.meta +8 -0
- package/Update/Mobile/Runtime/TapSDK.Update.Mobile.Runtime.asmdef +21 -0
- package/Update/Mobile/Runtime/TapSDK.Update.Mobile.Runtime.asmdef.meta +7 -0
- package/Update/Mobile/Runtime/TapUpdateMobile.cs +55 -0
- package/Update/Mobile/Runtime/TapUpdateMobile.cs.meta +11 -0
- package/Update/Mobile/Runtime.meta +8 -0
- package/Update/Mobile.meta +8 -0
- package/Update/Runtime/Internal/ITapUpdateBridge.cs +9 -0
- package/Update/Runtime/Internal/ITapUpdateBridge.cs.meta +11 -0
- package/Update/Runtime/Internal/TapUpdateInitTask.cs +25 -0
- package/Update/Runtime/Internal/TapUpdateInitTask.cs.meta +11 -0
- package/Update/Runtime/Internal.meta +8 -0
- package/Update/Runtime/Public/TapTapUpdate.cs +31 -0
- package/Update/Runtime/Public/TapTapUpdate.cs.meta +11 -0
- package/Update/Runtime/Public.meta +8 -0
- package/Update/Runtime/TapSDK.Update.Runtime.asmdef +15 -0
- package/Update/Runtime/TapSDK.Update.Runtime.asmdef.meta +7 -0
- package/Update/Runtime.meta +8 -0
- package/Update/link.xml +3 -0
- package/Update/link.xml.meta +7 -0
- package/Update.meta +8 -0
- package/package.json +6 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,820 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &1988411968899274
|
|
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: 224718936248725256}
|
|
12
|
+
- component: {fileID: 222194775545726812}
|
|
13
|
+
- component: {fileID: 114158668541600830}
|
|
14
|
+
m_Layer: 5
|
|
15
|
+
m_Name: LoginWithPermissionPanel
|
|
16
|
+
m_TagString: Untagged
|
|
17
|
+
m_Icon: {fileID: 0}
|
|
18
|
+
m_NavMeshLayer: 0
|
|
19
|
+
m_StaticEditorFlags: 0
|
|
20
|
+
m_IsActive: 1
|
|
21
|
+
--- !u!224 &224718936248725256
|
|
22
|
+
RectTransform:
|
|
23
|
+
m_ObjectHideFlags: 0
|
|
24
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
25
|
+
m_PrefabInstance: {fileID: 0}
|
|
26
|
+
m_PrefabAsset: {fileID: 0}
|
|
27
|
+
m_GameObject: {fileID: 1988411968899274}
|
|
28
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
29
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
30
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
31
|
+
m_Children:
|
|
32
|
+
- {fileID: 2623335023565741531}
|
|
33
|
+
- {fileID: 7974149656338911424}
|
|
34
|
+
- {fileID: 1592072733947156768}
|
|
35
|
+
- {fileID: 8187989918829261433}
|
|
36
|
+
m_Father: {fileID: 0}
|
|
37
|
+
m_RootOrder: 0
|
|
38
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
39
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
40
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
41
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
42
|
+
m_SizeDelta: {x: 800, y: 480}
|
|
43
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
44
|
+
--- !u!222 &222194775545726812
|
|
45
|
+
CanvasRenderer:
|
|
46
|
+
m_ObjectHideFlags: 0
|
|
47
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
48
|
+
m_PrefabInstance: {fileID: 0}
|
|
49
|
+
m_PrefabAsset: {fileID: 0}
|
|
50
|
+
m_GameObject: {fileID: 1988411968899274}
|
|
51
|
+
m_CullTransparentMesh: 1
|
|
52
|
+
--- !u!114 &114158668541600830
|
|
53
|
+
MonoBehaviour:
|
|
54
|
+
m_ObjectHideFlags: 0
|
|
55
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
56
|
+
m_PrefabInstance: {fileID: 0}
|
|
57
|
+
m_PrefabAsset: {fileID: 0}
|
|
58
|
+
m_GameObject: {fileID: 1988411968899274}
|
|
59
|
+
m_Enabled: 1
|
|
60
|
+
m_EditorHideFlags: 0
|
|
61
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
62
|
+
m_Name:
|
|
63
|
+
m_EditorClassIdentifier:
|
|
64
|
+
m_Material: {fileID: 0}
|
|
65
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
66
|
+
m_RaycastTarget: 1
|
|
67
|
+
m_Maskable: 1
|
|
68
|
+
m_OnCullStateChanged:
|
|
69
|
+
m_PersistentCalls:
|
|
70
|
+
m_Calls: []
|
|
71
|
+
m_Sprite: {fileID: 21300000, guid: 86b9e58454341479496cd09b34eb515a, type: 3}
|
|
72
|
+
m_Type: 0
|
|
73
|
+
m_PreserveAspect: 0
|
|
74
|
+
m_FillCenter: 1
|
|
75
|
+
m_FillMethod: 4
|
|
76
|
+
m_FillAmount: 1
|
|
77
|
+
m_FillClockwise: 1
|
|
78
|
+
m_FillOrigin: 0
|
|
79
|
+
m_UseSpriteMesh: 0
|
|
80
|
+
m_PixelsPerUnitMultiplier: 1
|
|
81
|
+
--- !u!1 &8710324469925805941
|
|
82
|
+
GameObject:
|
|
83
|
+
m_ObjectHideFlags: 0
|
|
84
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
85
|
+
m_PrefabInstance: {fileID: 0}
|
|
86
|
+
m_PrefabAsset: {fileID: 0}
|
|
87
|
+
serializedVersion: 6
|
|
88
|
+
m_Component:
|
|
89
|
+
- component: {fileID: 1592072733947156768}
|
|
90
|
+
- component: {fileID: 1287205194081041748}
|
|
91
|
+
- component: {fileID: 945199783146882795}
|
|
92
|
+
m_Layer: 5
|
|
93
|
+
m_Name: Divider
|
|
94
|
+
m_TagString: Untagged
|
|
95
|
+
m_Icon: {fileID: 0}
|
|
96
|
+
m_NavMeshLayer: 0
|
|
97
|
+
m_StaticEditorFlags: 0
|
|
98
|
+
m_IsActive: 1
|
|
99
|
+
--- !u!224 &1592072733947156768
|
|
100
|
+
RectTransform:
|
|
101
|
+
m_ObjectHideFlags: 0
|
|
102
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
103
|
+
m_PrefabInstance: {fileID: 0}
|
|
104
|
+
m_PrefabAsset: {fileID: 0}
|
|
105
|
+
m_GameObject: {fileID: 8710324469925805941}
|
|
106
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
107
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
108
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
109
|
+
m_Children: []
|
|
110
|
+
m_Father: {fileID: 224718936248725256}
|
|
111
|
+
m_RootOrder: 2
|
|
112
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
113
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
114
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
115
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
116
|
+
m_SizeDelta: {x: 1, y: 340}
|
|
117
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
118
|
+
--- !u!222 &1287205194081041748
|
|
119
|
+
CanvasRenderer:
|
|
120
|
+
m_ObjectHideFlags: 0
|
|
121
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
122
|
+
m_PrefabInstance: {fileID: 0}
|
|
123
|
+
m_PrefabAsset: {fileID: 0}
|
|
124
|
+
m_GameObject: {fileID: 8710324469925805941}
|
|
125
|
+
m_CullTransparentMesh: 1
|
|
126
|
+
--- !u!114 &945199783146882795
|
|
127
|
+
MonoBehaviour:
|
|
128
|
+
m_ObjectHideFlags: 0
|
|
129
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
130
|
+
m_PrefabInstance: {fileID: 0}
|
|
131
|
+
m_PrefabAsset: {fileID: 0}
|
|
132
|
+
m_GameObject: {fileID: 8710324469925805941}
|
|
133
|
+
m_Enabled: 1
|
|
134
|
+
m_EditorHideFlags: 0
|
|
135
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
136
|
+
m_Name:
|
|
137
|
+
m_EditorClassIdentifier:
|
|
138
|
+
m_Material: {fileID: 0}
|
|
139
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
140
|
+
m_RaycastTarget: 1
|
|
141
|
+
m_Maskable: 1
|
|
142
|
+
m_OnCullStateChanged:
|
|
143
|
+
m_PersistentCalls:
|
|
144
|
+
m_Calls: []
|
|
145
|
+
m_Sprite: {fileID: 21300000, guid: 8dd7a6f3160e348049a949bc78ef0b29, type: 3}
|
|
146
|
+
m_Type: 0
|
|
147
|
+
m_PreserveAspect: 0
|
|
148
|
+
m_FillCenter: 1
|
|
149
|
+
m_FillMethod: 4
|
|
150
|
+
m_FillAmount: 1
|
|
151
|
+
m_FillClockwise: 1
|
|
152
|
+
m_FillOrigin: 0
|
|
153
|
+
m_UseSpriteMesh: 0
|
|
154
|
+
m_PixelsPerUnitMultiplier: 1
|
|
155
|
+
--- !u!1001 &5233933223435314715
|
|
156
|
+
PrefabInstance:
|
|
157
|
+
m_ObjectHideFlags: 0
|
|
158
|
+
serializedVersion: 2
|
|
159
|
+
m_Modification:
|
|
160
|
+
m_TransformParent: {fileID: 224718936248725256}
|
|
161
|
+
m_Modifications:
|
|
162
|
+
- target: {fileID: 2295100608884630, guid: 38d4f6f2b47d74afdbc80e01106231c0, type: 3}
|
|
163
|
+
propertyPath: m_SizeDelta.x
|
|
164
|
+
value: 0
|
|
165
|
+
objectReference: {fileID: 0}
|
|
166
|
+
- target: {fileID: 95145862890651760, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
167
|
+
type: 3}
|
|
168
|
+
propertyPath: m_AnchorMax.y
|
|
169
|
+
value: 1
|
|
170
|
+
objectReference: {fileID: 0}
|
|
171
|
+
- target: {fileID: 95145862890651760, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
172
|
+
type: 3}
|
|
173
|
+
propertyPath: m_AnchorMin.y
|
|
174
|
+
value: 1
|
|
175
|
+
objectReference: {fileID: 0}
|
|
176
|
+
- target: {fileID: 95145862890651760, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
177
|
+
type: 3}
|
|
178
|
+
propertyPath: m_SizeDelta.x
|
|
179
|
+
value: 322
|
|
180
|
+
objectReference: {fileID: 0}
|
|
181
|
+
- target: {fileID: 95145862890651760, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
182
|
+
type: 3}
|
|
183
|
+
propertyPath: m_AnchoredPosition.x
|
|
184
|
+
value: 161
|
|
185
|
+
objectReference: {fileID: 0}
|
|
186
|
+
- target: {fileID: 95145862890651760, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
187
|
+
type: 3}
|
|
188
|
+
propertyPath: m_AnchoredPosition.y
|
|
189
|
+
value: -39
|
|
190
|
+
objectReference: {fileID: 0}
|
|
191
|
+
- target: {fileID: 1096414973715708821, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
192
|
+
type: 3}
|
|
193
|
+
propertyPath: m_Name
|
|
194
|
+
value: Web
|
|
195
|
+
objectReference: {fileID: 0}
|
|
196
|
+
- target: {fileID: 1235409854735982334, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
197
|
+
type: 3}
|
|
198
|
+
propertyPath: m_AnchorMax.y
|
|
199
|
+
value: 1
|
|
200
|
+
objectReference: {fileID: 0}
|
|
201
|
+
- target: {fileID: 1235409854735982334, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
202
|
+
type: 3}
|
|
203
|
+
propertyPath: m_AnchorMin.y
|
|
204
|
+
value: 1
|
|
205
|
+
objectReference: {fileID: 0}
|
|
206
|
+
- target: {fileID: 1235409854735982334, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
207
|
+
type: 3}
|
|
208
|
+
propertyPath: m_SizeDelta.x
|
|
209
|
+
value: 322
|
|
210
|
+
objectReference: {fileID: 0}
|
|
211
|
+
- target: {fileID: 1235409854735982334, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
212
|
+
type: 3}
|
|
213
|
+
propertyPath: m_AnchoredPosition.x
|
|
214
|
+
value: 161
|
|
215
|
+
objectReference: {fileID: 0}
|
|
216
|
+
- target: {fileID: 1235409854735982334, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
217
|
+
type: 3}
|
|
218
|
+
propertyPath: m_AnchoredPosition.y
|
|
219
|
+
value: -11
|
|
220
|
+
objectReference: {fileID: 0}
|
|
221
|
+
- target: {fileID: 3401297704756007446, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
222
|
+
type: 3}
|
|
223
|
+
propertyPath: m_Text
|
|
224
|
+
value: "\u6388\u6743 TapTap \u8D26\u53F7\uFF0C\u5B8C\u6210\u540E\u5C06\u81EA\u52A8\u8FD4\u56DE\u6E38\u620F\u3002"
|
|
225
|
+
objectReference: {fileID: 0}
|
|
226
|
+
- target: {fileID: 3401297704756007446, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
227
|
+
type: 3}
|
|
228
|
+
propertyPath: m_FontData.m_Font
|
|
229
|
+
value:
|
|
230
|
+
objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
|
|
231
|
+
type: 3}
|
|
232
|
+
- target: {fileID: 3848990288322469437, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
233
|
+
type: 3}
|
|
234
|
+
propertyPath: m_AnchorMax.y
|
|
235
|
+
value: 0
|
|
236
|
+
objectReference: {fileID: 0}
|
|
237
|
+
- target: {fileID: 3848990288322469437, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
238
|
+
type: 3}
|
|
239
|
+
propertyPath: m_AnchorMin.y
|
|
240
|
+
value: 0
|
|
241
|
+
objectReference: {fileID: 0}
|
|
242
|
+
- target: {fileID: 3848990288322469437, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
243
|
+
type: 3}
|
|
244
|
+
propertyPath: m_SizeDelta.x
|
|
245
|
+
value: 321
|
|
246
|
+
objectReference: {fileID: 0}
|
|
247
|
+
- target: {fileID: 3848990288322469437, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
248
|
+
type: 3}
|
|
249
|
+
propertyPath: m_SizeDelta.y
|
|
250
|
+
value: 0
|
|
251
|
+
objectReference: {fileID: 0}
|
|
252
|
+
- target: {fileID: 3848990288322469437, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
253
|
+
type: 3}
|
|
254
|
+
propertyPath: m_AnchoredPosition.x
|
|
255
|
+
value: 160.5
|
|
256
|
+
objectReference: {fileID: 0}
|
|
257
|
+
- target: {fileID: 4040211772173682262, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
258
|
+
type: 3}
|
|
259
|
+
propertyPath: m_FontData.m_Font
|
|
260
|
+
value:
|
|
261
|
+
objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
|
|
262
|
+
type: 3}
|
|
263
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
264
|
+
type: 3}
|
|
265
|
+
propertyPath: m_Pivot.x
|
|
266
|
+
value: 1
|
|
267
|
+
objectReference: {fileID: 0}
|
|
268
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
269
|
+
type: 3}
|
|
270
|
+
propertyPath: m_Pivot.y
|
|
271
|
+
value: 1
|
|
272
|
+
objectReference: {fileID: 0}
|
|
273
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
274
|
+
type: 3}
|
|
275
|
+
propertyPath: m_RootOrder
|
|
276
|
+
value: 3
|
|
277
|
+
objectReference: {fileID: 0}
|
|
278
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
279
|
+
type: 3}
|
|
280
|
+
propertyPath: m_AnchorMax.x
|
|
281
|
+
value: 1
|
|
282
|
+
objectReference: {fileID: 0}
|
|
283
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
284
|
+
type: 3}
|
|
285
|
+
propertyPath: m_AnchorMax.y
|
|
286
|
+
value: 1
|
|
287
|
+
objectReference: {fileID: 0}
|
|
288
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
289
|
+
type: 3}
|
|
290
|
+
propertyPath: m_AnchorMin.x
|
|
291
|
+
value: 1
|
|
292
|
+
objectReference: {fileID: 0}
|
|
293
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
294
|
+
type: 3}
|
|
295
|
+
propertyPath: m_AnchorMin.y
|
|
296
|
+
value: 1
|
|
297
|
+
objectReference: {fileID: 0}
|
|
298
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
299
|
+
type: 3}
|
|
300
|
+
propertyPath: m_SizeDelta.x
|
|
301
|
+
value: 400
|
|
302
|
+
objectReference: {fileID: 0}
|
|
303
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
304
|
+
type: 3}
|
|
305
|
+
propertyPath: m_SizeDelta.y
|
|
306
|
+
value: 358
|
|
307
|
+
objectReference: {fileID: 0}
|
|
308
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
309
|
+
type: 3}
|
|
310
|
+
propertyPath: m_LocalPosition.x
|
|
311
|
+
value: 0
|
|
312
|
+
objectReference: {fileID: 0}
|
|
313
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
314
|
+
type: 3}
|
|
315
|
+
propertyPath: m_LocalPosition.y
|
|
316
|
+
value: 0
|
|
317
|
+
objectReference: {fileID: 0}
|
|
318
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
319
|
+
type: 3}
|
|
320
|
+
propertyPath: m_LocalPosition.z
|
|
321
|
+
value: 0
|
|
322
|
+
objectReference: {fileID: 0}
|
|
323
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
324
|
+
type: 3}
|
|
325
|
+
propertyPath: m_LocalRotation.w
|
|
326
|
+
value: 1
|
|
327
|
+
objectReference: {fileID: 0}
|
|
328
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
329
|
+
type: 3}
|
|
330
|
+
propertyPath: m_LocalRotation.x
|
|
331
|
+
value: 0
|
|
332
|
+
objectReference: {fileID: 0}
|
|
333
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
334
|
+
type: 3}
|
|
335
|
+
propertyPath: m_LocalRotation.y
|
|
336
|
+
value: 0
|
|
337
|
+
objectReference: {fileID: 0}
|
|
338
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
339
|
+
type: 3}
|
|
340
|
+
propertyPath: m_LocalRotation.z
|
|
341
|
+
value: 0
|
|
342
|
+
objectReference: {fileID: 0}
|
|
343
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
344
|
+
type: 3}
|
|
345
|
+
propertyPath: m_AnchoredPosition.x
|
|
346
|
+
value: 0
|
|
347
|
+
objectReference: {fileID: 0}
|
|
348
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
349
|
+
type: 3}
|
|
350
|
+
propertyPath: m_AnchoredPosition.y
|
|
351
|
+
value: -90
|
|
352
|
+
objectReference: {fileID: 0}
|
|
353
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
354
|
+
type: 3}
|
|
355
|
+
propertyPath: m_LocalEulerAnglesHint.x
|
|
356
|
+
value: 0
|
|
357
|
+
objectReference: {fileID: 0}
|
|
358
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
359
|
+
type: 3}
|
|
360
|
+
propertyPath: m_LocalEulerAnglesHint.y
|
|
361
|
+
value: 0
|
|
362
|
+
objectReference: {fileID: 0}
|
|
363
|
+
- target: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
364
|
+
type: 3}
|
|
365
|
+
propertyPath: m_LocalEulerAnglesHint.z
|
|
366
|
+
value: 0
|
|
367
|
+
objectReference: {fileID: 0}
|
|
368
|
+
- target: {fileID: 6152948968195968666, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
369
|
+
type: 3}
|
|
370
|
+
propertyPath: m_SizeDelta.x
|
|
371
|
+
value: 0
|
|
372
|
+
objectReference: {fileID: 0}
|
|
373
|
+
- target: {fileID: 6898753327484702446, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
374
|
+
type: 3}
|
|
375
|
+
propertyPath: m_AnchorMax.y
|
|
376
|
+
value: 0
|
|
377
|
+
objectReference: {fileID: 0}
|
|
378
|
+
- target: {fileID: 6898753327484702446, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
379
|
+
type: 3}
|
|
380
|
+
propertyPath: m_AnchorMin.y
|
|
381
|
+
value: 0
|
|
382
|
+
objectReference: {fileID: 0}
|
|
383
|
+
- target: {fileID: 6898753327484702446, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
384
|
+
type: 3}
|
|
385
|
+
propertyPath: m_SizeDelta.x
|
|
386
|
+
value: 0
|
|
387
|
+
objectReference: {fileID: 0}
|
|
388
|
+
- target: {fileID: 6898753327484702446, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
389
|
+
type: 3}
|
|
390
|
+
propertyPath: m_AnchoredPosition.x
|
|
391
|
+
value: 0
|
|
392
|
+
objectReference: {fileID: 0}
|
|
393
|
+
- target: {fileID: 6898753327484702446, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
394
|
+
type: 3}
|
|
395
|
+
propertyPath: m_AnchoredPosition.y
|
|
396
|
+
value: 0
|
|
397
|
+
objectReference: {fileID: 0}
|
|
398
|
+
- target: {fileID: 6940192191177956295, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
399
|
+
type: 3}
|
|
400
|
+
propertyPath: m_SizeDelta.y
|
|
401
|
+
value: 0
|
|
402
|
+
objectReference: {fileID: 0}
|
|
403
|
+
- target: {fileID: 7179550519511719738, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
404
|
+
type: 3}
|
|
405
|
+
propertyPath: m_SizeDelta.x
|
|
406
|
+
value: 0
|
|
407
|
+
objectReference: {fileID: 0}
|
|
408
|
+
- target: {fileID: 7975670886627220650, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
409
|
+
type: 3}
|
|
410
|
+
propertyPath: m_ChildForceExpandWidth
|
|
411
|
+
value: 0
|
|
412
|
+
objectReference: {fileID: 0}
|
|
413
|
+
- target: {fileID: 8618272423986894854, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
414
|
+
type: 3}
|
|
415
|
+
propertyPath: m_SizeDelta.x
|
|
416
|
+
value: 0
|
|
417
|
+
objectReference: {fileID: 0}
|
|
418
|
+
- target: {fileID: 8618272423986894854, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
419
|
+
type: 3}
|
|
420
|
+
propertyPath: m_SizeDelta.y
|
|
421
|
+
value: 0
|
|
422
|
+
objectReference: {fileID: 0}
|
|
423
|
+
- target: {fileID: 9044993220712097846, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
424
|
+
type: 3}
|
|
425
|
+
propertyPath: m_AnchorMax.y
|
|
426
|
+
value: 1
|
|
427
|
+
objectReference: {fileID: 0}
|
|
428
|
+
- target: {fileID: 9044993220712097846, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
429
|
+
type: 3}
|
|
430
|
+
propertyPath: m_AnchorMin.y
|
|
431
|
+
value: 1
|
|
432
|
+
objectReference: {fileID: 0}
|
|
433
|
+
- target: {fileID: 9044993220712097846, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
434
|
+
type: 3}
|
|
435
|
+
propertyPath: m_SizeDelta.x
|
|
436
|
+
value: 322
|
|
437
|
+
objectReference: {fileID: 0}
|
|
438
|
+
- target: {fileID: 9044993220712097846, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
439
|
+
type: 3}
|
|
440
|
+
propertyPath: m_AnchoredPosition.x
|
|
441
|
+
value: 161
|
|
442
|
+
objectReference: {fileID: 0}
|
|
443
|
+
- target: {fileID: 9044993220712097846, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
444
|
+
type: 3}
|
|
445
|
+
propertyPath: m_AnchoredPosition.y
|
|
446
|
+
value: -67
|
|
447
|
+
objectReference: {fileID: 0}
|
|
448
|
+
- target: {fileID: 9156894134119344728, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
449
|
+
type: 3}
|
|
450
|
+
propertyPath: m_FontData.m_Font
|
|
451
|
+
value:
|
|
452
|
+
objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
|
|
453
|
+
type: 3}
|
|
454
|
+
m_RemovedComponents: []
|
|
455
|
+
m_SourcePrefab: {fileID: 100100000, guid: 38d4f6f2b47d74afdbc80e01106231c0, type: 3}
|
|
456
|
+
--- !u!224 &8187989918829261433 stripped
|
|
457
|
+
RectTransform:
|
|
458
|
+
m_CorrespondingSourceObject: {fileID: 4108197629286290530, guid: 38d4f6f2b47d74afdbc80e01106231c0,
|
|
459
|
+
type: 3}
|
|
460
|
+
m_PrefabInstance: {fileID: 5233933223435314715}
|
|
461
|
+
m_PrefabAsset: {fileID: 0}
|
|
462
|
+
--- !u!1001 &6662092238396456736
|
|
463
|
+
PrefabInstance:
|
|
464
|
+
m_ObjectHideFlags: 0
|
|
465
|
+
serializedVersion: 2
|
|
466
|
+
m_Modification:
|
|
467
|
+
m_TransformParent: {fileID: 224718936248725256}
|
|
468
|
+
m_Modifications:
|
|
469
|
+
- target: {fileID: 99502398186357137, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
470
|
+
type: 3}
|
|
471
|
+
propertyPath: m_Name
|
|
472
|
+
value: TopBar
|
|
473
|
+
objectReference: {fileID: 0}
|
|
474
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
475
|
+
type: 3}
|
|
476
|
+
propertyPath: m_Pivot.x
|
|
477
|
+
value: 0.5
|
|
478
|
+
objectReference: {fileID: 0}
|
|
479
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
480
|
+
type: 3}
|
|
481
|
+
propertyPath: m_Pivot.y
|
|
482
|
+
value: 1
|
|
483
|
+
objectReference: {fileID: 0}
|
|
484
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
485
|
+
type: 3}
|
|
486
|
+
propertyPath: m_RootOrder
|
|
487
|
+
value: 0
|
|
488
|
+
objectReference: {fileID: 0}
|
|
489
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
490
|
+
type: 3}
|
|
491
|
+
propertyPath: m_AnchorMax.x
|
|
492
|
+
value: 1
|
|
493
|
+
objectReference: {fileID: 0}
|
|
494
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
495
|
+
type: 3}
|
|
496
|
+
propertyPath: m_AnchorMax.y
|
|
497
|
+
value: 1
|
|
498
|
+
objectReference: {fileID: 0}
|
|
499
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
500
|
+
type: 3}
|
|
501
|
+
propertyPath: m_AnchorMin.x
|
|
502
|
+
value: 0
|
|
503
|
+
objectReference: {fileID: 0}
|
|
504
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
505
|
+
type: 3}
|
|
506
|
+
propertyPath: m_AnchorMin.y
|
|
507
|
+
value: 1
|
|
508
|
+
objectReference: {fileID: 0}
|
|
509
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
510
|
+
type: 3}
|
|
511
|
+
propertyPath: m_SizeDelta.x
|
|
512
|
+
value: 0
|
|
513
|
+
objectReference: {fileID: 0}
|
|
514
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
515
|
+
type: 3}
|
|
516
|
+
propertyPath: m_SizeDelta.y
|
|
517
|
+
value: 48
|
|
518
|
+
objectReference: {fileID: 0}
|
|
519
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
520
|
+
type: 3}
|
|
521
|
+
propertyPath: m_LocalPosition.x
|
|
522
|
+
value: 0
|
|
523
|
+
objectReference: {fileID: 0}
|
|
524
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
525
|
+
type: 3}
|
|
526
|
+
propertyPath: m_LocalPosition.y
|
|
527
|
+
value: 0
|
|
528
|
+
objectReference: {fileID: 0}
|
|
529
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
530
|
+
type: 3}
|
|
531
|
+
propertyPath: m_LocalPosition.z
|
|
532
|
+
value: 0
|
|
533
|
+
objectReference: {fileID: 0}
|
|
534
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
535
|
+
type: 3}
|
|
536
|
+
propertyPath: m_LocalRotation.w
|
|
537
|
+
value: 1
|
|
538
|
+
objectReference: {fileID: 0}
|
|
539
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
540
|
+
type: 3}
|
|
541
|
+
propertyPath: m_LocalRotation.x
|
|
542
|
+
value: 0
|
|
543
|
+
objectReference: {fileID: 0}
|
|
544
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
545
|
+
type: 3}
|
|
546
|
+
propertyPath: m_LocalRotation.y
|
|
547
|
+
value: 0
|
|
548
|
+
objectReference: {fileID: 0}
|
|
549
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
550
|
+
type: 3}
|
|
551
|
+
propertyPath: m_LocalRotation.z
|
|
552
|
+
value: 0
|
|
553
|
+
objectReference: {fileID: 0}
|
|
554
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
555
|
+
type: 3}
|
|
556
|
+
propertyPath: m_AnchoredPosition.x
|
|
557
|
+
value: 0
|
|
558
|
+
objectReference: {fileID: 0}
|
|
559
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
560
|
+
type: 3}
|
|
561
|
+
propertyPath: m_AnchoredPosition.y
|
|
562
|
+
value: 0
|
|
563
|
+
objectReference: {fileID: 0}
|
|
564
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
565
|
+
type: 3}
|
|
566
|
+
propertyPath: m_LocalEulerAnglesHint.x
|
|
567
|
+
value: 0
|
|
568
|
+
objectReference: {fileID: 0}
|
|
569
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
570
|
+
type: 3}
|
|
571
|
+
propertyPath: m_LocalEulerAnglesHint.y
|
|
572
|
+
value: 0
|
|
573
|
+
objectReference: {fileID: 0}
|
|
574
|
+
- target: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
575
|
+
type: 3}
|
|
576
|
+
propertyPath: m_LocalEulerAnglesHint.z
|
|
577
|
+
value: 0
|
|
578
|
+
objectReference: {fileID: 0}
|
|
579
|
+
m_RemovedComponents: []
|
|
580
|
+
m_SourcePrefab: {fileID: 100100000, guid: 20bff45f800234dcfbe4867cd53e8167, type: 3}
|
|
581
|
+
--- !u!224 &2623335023565741531 stripped
|
|
582
|
+
RectTransform:
|
|
583
|
+
m_CorrespondingSourceObject: {fileID: 8652387788709946107, guid: 20bff45f800234dcfbe4867cd53e8167,
|
|
584
|
+
type: 3}
|
|
585
|
+
m_PrefabInstance: {fileID: 6662092238396456736}
|
|
586
|
+
m_PrefabAsset: {fileID: 0}
|
|
587
|
+
--- !u!1001 &6850143555824902485
|
|
588
|
+
PrefabInstance:
|
|
589
|
+
m_ObjectHideFlags: 0
|
|
590
|
+
serializedVersion: 2
|
|
591
|
+
m_Modification:
|
|
592
|
+
m_TransformParent: {fileID: 224718936248725256}
|
|
593
|
+
m_Modifications:
|
|
594
|
+
- target: {fileID: 1001323885729415042, guid: 4761a087892084df5acddfa125244e46,
|
|
595
|
+
type: 3}
|
|
596
|
+
propertyPath: m_Name
|
|
597
|
+
value: QRCode
|
|
598
|
+
objectReference: {fileID: 0}
|
|
599
|
+
- target: {fileID: 1023697920494227107, guid: 4761a087892084df5acddfa125244e46,
|
|
600
|
+
type: 3}
|
|
601
|
+
propertyPath: m_AnchorMax.y
|
|
602
|
+
value: 0
|
|
603
|
+
objectReference: {fileID: 0}
|
|
604
|
+
- target: {fileID: 1023697920494227107, guid: 4761a087892084df5acddfa125244e46,
|
|
605
|
+
type: 3}
|
|
606
|
+
propertyPath: m_AnchorMin.y
|
|
607
|
+
value: 0
|
|
608
|
+
objectReference: {fileID: 0}
|
|
609
|
+
- target: {fileID: 1023697920494227107, guid: 4761a087892084df5acddfa125244e46,
|
|
610
|
+
type: 3}
|
|
611
|
+
propertyPath: m_AnchoredPosition.x
|
|
612
|
+
value: 0
|
|
613
|
+
objectReference: {fileID: 0}
|
|
614
|
+
- target: {fileID: 1023697920494227107, guid: 4761a087892084df5acddfa125244e46,
|
|
615
|
+
type: 3}
|
|
616
|
+
propertyPath: m_AnchoredPosition.y
|
|
617
|
+
value: 0
|
|
618
|
+
objectReference: {fileID: 0}
|
|
619
|
+
- target: {fileID: 1244145735886045791, guid: 4761a087892084df5acddfa125244e46,
|
|
620
|
+
type: 3}
|
|
621
|
+
propertyPath: m_FontData.m_Font
|
|
622
|
+
value:
|
|
623
|
+
objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
|
|
624
|
+
type: 3}
|
|
625
|
+
- target: {fileID: 1527282711617957479, guid: 4761a087892084df5acddfa125244e46,
|
|
626
|
+
type: 3}
|
|
627
|
+
propertyPath: m_AnchorMax.y
|
|
628
|
+
value: 0
|
|
629
|
+
objectReference: {fileID: 0}
|
|
630
|
+
- target: {fileID: 1527282711617957479, guid: 4761a087892084df5acddfa125244e46,
|
|
631
|
+
type: 3}
|
|
632
|
+
propertyPath: m_AnchorMin.y
|
|
633
|
+
value: 0
|
|
634
|
+
objectReference: {fileID: 0}
|
|
635
|
+
- target: {fileID: 1527282711617957479, guid: 4761a087892084df5acddfa125244e46,
|
|
636
|
+
type: 3}
|
|
637
|
+
propertyPath: m_AnchoredPosition.x
|
|
638
|
+
value: 0
|
|
639
|
+
objectReference: {fileID: 0}
|
|
640
|
+
- target: {fileID: 1527282711617957479, guid: 4761a087892084df5acddfa125244e46,
|
|
641
|
+
type: 3}
|
|
642
|
+
propertyPath: m_AnchoredPosition.y
|
|
643
|
+
value: 0
|
|
644
|
+
objectReference: {fileID: 0}
|
|
645
|
+
- target: {fileID: 2284691356582526614, guid: 4761a087892084df5acddfa125244e46,
|
|
646
|
+
type: 3}
|
|
647
|
+
propertyPath: m_AnchorMax.y
|
|
648
|
+
value: 0
|
|
649
|
+
objectReference: {fileID: 0}
|
|
650
|
+
- target: {fileID: 2284691356582526614, guid: 4761a087892084df5acddfa125244e46,
|
|
651
|
+
type: 3}
|
|
652
|
+
propertyPath: m_AnchorMin.y
|
|
653
|
+
value: 0
|
|
654
|
+
objectReference: {fileID: 0}
|
|
655
|
+
- target: {fileID: 2284691356582526614, guid: 4761a087892084df5acddfa125244e46,
|
|
656
|
+
type: 3}
|
|
657
|
+
propertyPath: m_AnchoredPosition.x
|
|
658
|
+
value: 0
|
|
659
|
+
objectReference: {fileID: 0}
|
|
660
|
+
- target: {fileID: 2284691356582526614, guid: 4761a087892084df5acddfa125244e46,
|
|
661
|
+
type: 3}
|
|
662
|
+
propertyPath: m_AnchoredPosition.y
|
|
663
|
+
value: 0
|
|
664
|
+
objectReference: {fileID: 0}
|
|
665
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
666
|
+
type: 3}
|
|
667
|
+
propertyPath: m_Pivot.x
|
|
668
|
+
value: 0
|
|
669
|
+
objectReference: {fileID: 0}
|
|
670
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
671
|
+
type: 3}
|
|
672
|
+
propertyPath: m_Pivot.y
|
|
673
|
+
value: 1
|
|
674
|
+
objectReference: {fileID: 0}
|
|
675
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
676
|
+
type: 3}
|
|
677
|
+
propertyPath: m_RootOrder
|
|
678
|
+
value: 1
|
|
679
|
+
objectReference: {fileID: 0}
|
|
680
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
681
|
+
type: 3}
|
|
682
|
+
propertyPath: m_AnchorMax.x
|
|
683
|
+
value: 0
|
|
684
|
+
objectReference: {fileID: 0}
|
|
685
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
686
|
+
type: 3}
|
|
687
|
+
propertyPath: m_AnchorMax.y
|
|
688
|
+
value: 1
|
|
689
|
+
objectReference: {fileID: 0}
|
|
690
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
691
|
+
type: 3}
|
|
692
|
+
propertyPath: m_AnchorMin.x
|
|
693
|
+
value: 0
|
|
694
|
+
objectReference: {fileID: 0}
|
|
695
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
696
|
+
type: 3}
|
|
697
|
+
propertyPath: m_AnchorMin.y
|
|
698
|
+
value: 1
|
|
699
|
+
objectReference: {fileID: 0}
|
|
700
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
701
|
+
type: 3}
|
|
702
|
+
propertyPath: m_SizeDelta.x
|
|
703
|
+
value: 400
|
|
704
|
+
objectReference: {fileID: 0}
|
|
705
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
706
|
+
type: 3}
|
|
707
|
+
propertyPath: m_SizeDelta.y
|
|
708
|
+
value: 358
|
|
709
|
+
objectReference: {fileID: 0}
|
|
710
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
711
|
+
type: 3}
|
|
712
|
+
propertyPath: m_LocalPosition.x
|
|
713
|
+
value: 0
|
|
714
|
+
objectReference: {fileID: 0}
|
|
715
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
716
|
+
type: 3}
|
|
717
|
+
propertyPath: m_LocalPosition.y
|
|
718
|
+
value: 0
|
|
719
|
+
objectReference: {fileID: 0}
|
|
720
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
721
|
+
type: 3}
|
|
722
|
+
propertyPath: m_LocalPosition.z
|
|
723
|
+
value: 0
|
|
724
|
+
objectReference: {fileID: 0}
|
|
725
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
726
|
+
type: 3}
|
|
727
|
+
propertyPath: m_LocalRotation.w
|
|
728
|
+
value: 1
|
|
729
|
+
objectReference: {fileID: 0}
|
|
730
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
731
|
+
type: 3}
|
|
732
|
+
propertyPath: m_LocalRotation.x
|
|
733
|
+
value: 0
|
|
734
|
+
objectReference: {fileID: 0}
|
|
735
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
736
|
+
type: 3}
|
|
737
|
+
propertyPath: m_LocalRotation.y
|
|
738
|
+
value: 0
|
|
739
|
+
objectReference: {fileID: 0}
|
|
740
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
741
|
+
type: 3}
|
|
742
|
+
propertyPath: m_LocalRotation.z
|
|
743
|
+
value: 0
|
|
744
|
+
objectReference: {fileID: 0}
|
|
745
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
746
|
+
type: 3}
|
|
747
|
+
propertyPath: m_AnchoredPosition.x
|
|
748
|
+
value: 0
|
|
749
|
+
objectReference: {fileID: 0}
|
|
750
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
751
|
+
type: 3}
|
|
752
|
+
propertyPath: m_AnchoredPosition.y
|
|
753
|
+
value: -90
|
|
754
|
+
objectReference: {fileID: 0}
|
|
755
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
756
|
+
type: 3}
|
|
757
|
+
propertyPath: m_LocalEulerAnglesHint.x
|
|
758
|
+
value: 0
|
|
759
|
+
objectReference: {fileID: 0}
|
|
760
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
761
|
+
type: 3}
|
|
762
|
+
propertyPath: m_LocalEulerAnglesHint.y
|
|
763
|
+
value: 0
|
|
764
|
+
objectReference: {fileID: 0}
|
|
765
|
+
- target: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
766
|
+
type: 3}
|
|
767
|
+
propertyPath: m_LocalEulerAnglesHint.z
|
|
768
|
+
value: 0
|
|
769
|
+
objectReference: {fileID: 0}
|
|
770
|
+
- target: {fileID: 3599319006823947795, guid: 4761a087892084df5acddfa125244e46,
|
|
771
|
+
type: 3}
|
|
772
|
+
propertyPath: m_FontData.m_Font
|
|
773
|
+
value:
|
|
774
|
+
objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
|
|
775
|
+
type: 3}
|
|
776
|
+
- target: {fileID: 4099927871930314293, guid: 4761a087892084df5acddfa125244e46,
|
|
777
|
+
type: 3}
|
|
778
|
+
propertyPath: m_FontData.m_Font
|
|
779
|
+
value:
|
|
780
|
+
objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
|
|
781
|
+
type: 3}
|
|
782
|
+
- target: {fileID: 4753084159018331740, guid: 4761a087892084df5acddfa125244e46,
|
|
783
|
+
type: 3}
|
|
784
|
+
propertyPath: m_SizeDelta.x
|
|
785
|
+
value: 0
|
|
786
|
+
objectReference: {fileID: 0}
|
|
787
|
+
- target: {fileID: 6811352803537591365, guid: 4761a087892084df5acddfa125244e46,
|
|
788
|
+
type: 3}
|
|
789
|
+
propertyPath: m_FontData.m_Font
|
|
790
|
+
value:
|
|
791
|
+
objectReference: {fileID: 12800000, guid: c76570f7b9a4942ae84d6491f2669330,
|
|
792
|
+
type: 3}
|
|
793
|
+
- target: {fileID: 8232671660890830842, guid: 4761a087892084df5acddfa125244e46,
|
|
794
|
+
type: 3}
|
|
795
|
+
propertyPath: m_AnchorMax.y
|
|
796
|
+
value: 0
|
|
797
|
+
objectReference: {fileID: 0}
|
|
798
|
+
- target: {fileID: 8232671660890830842, guid: 4761a087892084df5acddfa125244e46,
|
|
799
|
+
type: 3}
|
|
800
|
+
propertyPath: m_AnchorMin.y
|
|
801
|
+
value: 0
|
|
802
|
+
objectReference: {fileID: 0}
|
|
803
|
+
- target: {fileID: 8232671660890830842, guid: 4761a087892084df5acddfa125244e46,
|
|
804
|
+
type: 3}
|
|
805
|
+
propertyPath: m_AnchoredPosition.x
|
|
806
|
+
value: 0
|
|
807
|
+
objectReference: {fileID: 0}
|
|
808
|
+
- target: {fileID: 8232671660890830842, guid: 4761a087892084df5acddfa125244e46,
|
|
809
|
+
type: 3}
|
|
810
|
+
propertyPath: m_AnchoredPosition.y
|
|
811
|
+
value: 0
|
|
812
|
+
objectReference: {fileID: 0}
|
|
813
|
+
m_RemovedComponents: []
|
|
814
|
+
m_SourcePrefab: {fileID: 100100000, guid: 4761a087892084df5acddfa125244e46, type: 3}
|
|
815
|
+
--- !u!224 &7974149656338911424 stripped
|
|
816
|
+
RectTransform:
|
|
817
|
+
m_CorrespondingSourceObject: {fileID: 3582973697427616149, guid: 4761a087892084df5acddfa125244e46,
|
|
818
|
+
type: 3}
|
|
819
|
+
m_PrefabInstance: {fileID: 6850143555824902485}
|
|
820
|
+
m_PrefabAsset: {fileID: 0}
|