From ef0db32fc1aab348d23b074a034a82597ce8bc19 Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 8 Dec 2022 22:19:27 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8D=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=A1=A5=E6=8E=A5=E5=87=BD=E6=95=B0=E6=97=B6=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E5=9C=B0=E5=A4=9A=E6=AC=A1=E8=B0=83=E7=94=A8=20CleanI?= =?UTF-8?q?l2CppBuildCache=EF=BC=8C=E5=B9=B6=E6=9C=89=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E5=9B=A0=E5=B9=B6=E5=8F=91=E6=B8=85=E9=99=A4=E8=80=8C=E6=8A=9B?= =?UTF-8?q?=E5=87=BA=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/Commands/MethodBridgeGeneratorCommand.cs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor/Commands/MethodBridgeGeneratorCommand.cs b/Editor/Commands/MethodBridgeGeneratorCommand.cs index 4c092b2..ae19e72 100644 --- a/Editor/Commands/MethodBridgeGeneratorCommand.cs +++ b/Editor/Commands/MethodBridgeGeneratorCommand.cs @@ -42,7 +42,6 @@ namespace HybridCLR.Editor.Commands g.PrepareMethods(); g.Generate(); Debug.LogFormat("== output:{0} ==", outputFile); - CleanIl2CppBuildCache(); } [MenuItem("HybridCLR/Generate/MethodBridge", priority = 101)] @@ -83,6 +82,7 @@ namespace HybridCLR.Editor.Commands Task.WaitAll(tasks.ToArray()); } + CleanIl2CppBuildCache(); } } } diff --git a/package.json b/package.json index 55fedfa..9d91afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.focus-creative-games.hybridclr_unity", - "version": "1.0.5", + "version": "1.0.6", "displayName": "HybridCLR", "description": "Unity package for HybridCLR. It includes editor and runtime scripts and assets for HybridCLR", "category": "Runtime",