From 3702411ac82129c1683c788d5f695628ad9c1966 Mon Sep 17 00:00:00 2001 From: walon Date: Wed, 3 May 2023 12:22:16 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8D=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=A4=8D=E5=88=B6libil2cpp=E5=8D=B4=E4=BB=8D=E7=84=B6=E4=BB=8E?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E4=B8=8B=E8=BD=BD=E5=AE=89=E8=A3=85=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/Installer/InstallerWindow.cs | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Editor/Installer/InstallerWindow.cs b/Editor/Installer/InstallerWindow.cs index e06a88d..9e0363c 100644 --- a/Editor/Installer/InstallerWindow.cs +++ b/Editor/Installer/InstallerWindow.cs @@ -107,9 +107,12 @@ namespace HybridCLR.Editor.Installer Debug.LogError($"本地libil2cpp不是合法有效的源码目录. '{_installLibil2cppWithHybridclrSourceDir}'"); return; } - + _controller.InstallFromLocal(_installLibil2cppWithHybridclrSourceDir); + } + else + { + _controller.InstallDefaultHybridCLR(); } - _controller.InstallDefaultHybridCLR(); } } } diff --git a/package.json b/package.json index 8ca0365..e11989f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.focus-creative-games.hybridclr_unity", - "version": "2.3.0", + "version": "2.3.1", "displayName": "HybridCLR", "description": "Unity package for HybridCLR. It includes editor and runtime scripts and assets for HybridCLR", "category": "Runtime",