From 45d97d758fb03db1fe2228d3cb5b0293ef584454 Mon Sep 17 00:00:00 2001 From: walon Date: Wed, 30 Nov 2022 17:31:11 +0800 Subject: [PATCH] =?UTF-8?q?[change]=20=E6=A1=A5=E6=8E=A5=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=97=B6=EF=BC=8C=E6=96=B0=E5=A2=9E=E8=B7=9F?= =?UTF-8?q?=E6=97=A7=E7=89=88=E6=9C=AC=E4=B8=80=E6=A0=B7=E7=9A=84=E6=89=98?= =?UTF-8?q?=E5=BA=95AssemblyResolver=EF=BC=8C=E9=81=BF=E5=85=8D=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E9=A1=B9=E7=9B=AE=E7=AC=AC=E4=B8=80=E6=AC=A1=20genera?= =?UTF-8?q?te/all=20=E5=A4=B1=E8=B4=A5=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/Commands/MethodBridgeGeneratorCommand.cs | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Editor/Commands/MethodBridgeGeneratorCommand.cs b/Editor/Commands/MethodBridgeGeneratorCommand.cs index 3d33549..053bf31 100644 --- a/Editor/Commands/MethodBridgeGeneratorCommand.cs +++ b/Editor/Commands/MethodBridgeGeneratorCommand.cs @@ -55,7 +55,10 @@ namespace HybridCLR.Editor.Commands { return new CombinedAssemblyResolver(new PathAssemblyResolver( SettingsUtil.GetAssembliesPostIl2CppStripDir(target), - SettingsUtil.GetHotUpdateDllsOutputDirByTarget(target)) + SettingsUtil.GetHotUpdateDllsOutputDirByTarget(target)), + new UnityPluginAssemblyResolver(), + new UnityDotNetAOTAssemblyResolver(), + new UnityEditorAssemblyResolver() ); } diff --git a/package.json b/package.json index 27eeec5..66a9741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.focus-creative-games.hybridclr_unity", - "version": "1.1.2", + "version": "1.1.3", "displayName": "HybridCLR", "description": "Unity package for HybridCLR. It includes editor and runtime scripts and assets for HybridCLR", "category": "Runtime",