From 264c84b3baa1a70e9a67195a204a6fa843309e47 Mon Sep 17 00:00:00 2001 From: Baydock Date: Wed, 14 Dec 2022 17:39:12 -0600 Subject: [PATCH] change MelonLoader interop packages Changed MelonLoader interop package to the new UniverseLib melonloader build. --- build.ps1 | 2 +- src/UnityExplorer.csproj | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.ps1 b/build.ps1 index 18d014d..476ec05 100644 --- a/build.ps1 +++ b/build.ps1 @@ -33,7 +33,7 @@ Remove-Item $Path/Microsoft.Extensions.Logging.Abstractions.dll New-Item -Path "$Path" -Name "Mods" -ItemType "directory" -Force Move-Item -Path $Path/UnityExplorer.ML.IL2CPP.net6preview.interop.dll -Destination $Path/Mods -Force New-Item -Path "$Path" -Name "UserLibs" -ItemType "directory" -Force -Move-Item -Path $Path/UniverseLib.IL2CPP.Interop.dll -Destination $Path/UserLibs -Force +Move-Item -Path $Path/UniverseLib.IL2CPP.Interop.ML.dll -Destination $Path/UserLibs -Force # (create zip archive) Remove-Item $Path/../UnityExplorer.MelonLoader.IL2CPP.net6preview.interop.zip -ErrorAction SilentlyContinue 7z a $Path/../UnityExplorer.MelonLoader.IL2CPP.net6preview.interop.zip .\$Path\* diff --git a/src/UnityExplorer.csproj b/src/UnityExplorer.csproj index 3804749..db725b4 100644 --- a/src/UnityExplorer.csproj +++ b/src/UnityExplorer.csproj @@ -95,11 +95,16 @@ - + + + + + +