From 7270e9194d46097bf8aa5276ef0eacfe158295ae Mon Sep 17 00:00:00 2001 From: walon Date: Fri, 8 Sep 2023 20:43:39 +0800 Subject: [PATCH] =?UTF-8?q?[change]=20=E8=B0=83=E6=95=B4RuntimeApi.cs?= =?UTF-8?q?=E4=B8=ADdllName=E7=9A=84=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/RuntimeApi.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Runtime/RuntimeApi.cs b/Runtime/RuntimeApi.cs index 5a6b230..50be172 100644 --- a/Runtime/RuntimeApi.cs +++ b/Runtime/RuntimeApi.cs @@ -12,10 +12,10 @@ namespace HybridCLR { #if UNITY_STANDALONE_WIN private const string dllName = "GameAssembly"; -#elif UNITY_IOS || UNITY_STANDALONE_OSX || UNITY_WEBGL - private const string dllName = "__Internal"; -#else +#elif UNITY_ANDROID || UNITY_STANDALONE_LINUX private const string dllName = "il2cpp"; +#else + private const string dllName = "__Internal"; #endif ///