1
0
mirror of https://github.com/originalnicodr/CinematicUnityExplorer.git synced 2025-07-18 09:27:57 +08:00

Revert "Update UnityExplorer compatibility for new IL2CPP games"

This commit is contained in:
Nicolás Uriel Navall
2023-04-10 11:38:03 -03:00
committed by GitHub
parent 5be48458a6
commit 47f61767bf
18 changed files with 9 additions and 12 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -19,7 +19,7 @@ namespace UnityExplorer
public static class ExplorerCore
{
public const string NAME = "UnityExplorer";
public const string VERSION = "4.9.1";
public const string VERSION = "4.9.0";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";

View File

@ -5,7 +5,7 @@ using HarmonyLib;
using UnityExplorer.Config;
using UnityExplorer.Loader.BIE;
#if CPP
using BepInEx.Unity.IL2CPP;
using BepInEx.IL2CPP;
#endif
namespace UnityExplorer

View File

@ -80,8 +80,8 @@
<!-- ~~~~~ NUGET ~~~~~ -->
<ItemGroup>
<PackageReference Include="HarmonyX" Version="2.10.1" IncludeAssets="compile" />
<PackageReference Include="Samboy063.Tomlet" Version="5.0.0" />
<PackageReference Include="HarmonyX" Version="2.5.2" IncludeAssets="compile" />
<PackageReference Include="Samboy063.Tomlet" Version="3.1.3" />
</ItemGroup>
<!-- il2cpp nuget -->
<ItemGroup Condition="'$(Configuration)'=='ML_Cpp_net6' or '$(Configuration)'=='ML_Cpp_net472' or '$(Configuration)'=='STANDALONE_Cpp' or '$(Configuration)'=='BIE_Cpp'">
@ -89,8 +89,9 @@
<PackageReference Include="UniverseLib.IL2CPP.Unhollower" Version="1.5.1" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='BIE_Cpp_CoreCLR'">
<PackageReference Include="Il2CppInterop.Common" Version="1.4.0" />
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.0" />
<PackageReference Include="Il2CppInterop.Common" Version="1.0.0" />
<PackageReference Include="Il2CppInterop.Runtime" Version="1.0.0" />
<PackageReference Include="UniverseLib.IL2CPP.Interop" Version="1.5.1" />
</ItemGroup>
<!-- mono nuget -->
<ItemGroup Condition="'$(Configuration)'=='BIE6_Mono' or '$(Configuration)'=='BIE5_Mono' or '$(Configuration)'=='ML_Mono' or '$(Configuration)'=='STANDALONE_Mono'">
@ -104,10 +105,6 @@
<HintPath>..\lib\net6\mcs.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="UniverseLib.IL2CPP.Interop">
<HintPath>..\lib\net6\UniverseLib.IL2CPP.Interop.dll</HintPath>
<Private>true</Private>
</Reference>
</ItemGroup>
<!-- net35 / net472 -->
<ItemGroup Condition="'$(TargetFramework)'=='net35' or '$(TargetFramework)'=='net472'">
@ -154,8 +151,8 @@
<HintPath>..\lib\net472\BepInEx.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BepInEx.Unity.IL2CPP">
<HintPath>..\lib\net472\BepInEx.Unity.IL2CPP.dll</HintPath>
<Reference Include="BepInEx.IL2CPP">
<HintPath>..\lib\net472\BepInEx.IL2CPP.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>