From 6aa64eda22ad89e642b300412d2f347e7e0239c4 Mon Sep 17 00:00:00 2001 From: Foldcc_b1 Date: Mon, 28 Oct 2024 00:50:21 +0800 Subject: [PATCH] update core --- .../Utils/LaunchAppUtils/Plugins/Android/LaunchAppUtils.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Packages/CC-Framework/com.foldcc.cc-framework.core/Script/Core/Utils/LaunchAppUtils/Plugins/Android/LaunchAppUtils.cs b/Packages/CC-Framework/com.foldcc.cc-framework.core/Script/Core/Utils/LaunchAppUtils/Plugins/Android/LaunchAppUtils.cs index b11127a..685de0a 100644 --- a/Packages/CC-Framework/com.foldcc.cc-framework.core/Script/Core/Utils/LaunchAppUtils/Plugins/Android/LaunchAppUtils.cs +++ b/Packages/CC-Framework/com.foldcc.cc-framework.core/Script/Core/Utils/LaunchAppUtils/Plugins/Android/LaunchAppUtils.cs @@ -108,6 +108,9 @@ public class LaunchAppUtils #if !UNITY_IOS public static bool CheckTargetApp(string packageName) { +#if UNITY_EDITOR + return false; +#endif CheckInti(); //isInstallTapTap "com.xmcy.hykb" return LaunchClass.CallStatic("isInstallTapTap", activityContext, packageName);