ds5678.Il2CppInterop.Common
1.5.5
See the version list below for details.
dotnet add package ds5678.Il2CppInterop.Common --version 1.5.5
NuGet\Install-Package ds5678.Il2CppInterop.Common -Version 1.5.5
<PackageReference Include="ds5678.Il2CppInterop.Common" Version="1.5.5" />
<PackageVersion Include="ds5678.Il2CppInterop.Common" Version="1.5.5" />
<PackageReference Include="ds5678.Il2CppInterop.Common" />
paket add ds5678.Il2CppInterop.Common --version 1.5.5
#r "nuget: ds5678.Il2CppInterop.Common, 1.5.5"
#:package ds5678.Il2CppInterop.Common@1.5.5
#addin nuget:?package=ds5678.Il2CppInterop.Common&version=1.5.5
#tool nuget:?package=ds5678.Il2CppInterop.Common&version=1.5.5
<p align="center"> <img src="logo/logo_big.svg" width="300"> </p>
| CLI | Generator | Runtime | HarmonySupport | |
|---|---|---|---|---|
| NuGet.org (release) | ||||
| nuget.bepinex.dev (CI) |
BepInEx fork of Il2CppAssemblyUnhollower is now Il2CppInterop!
Looking for old README and guides? Check out
legacy-unhollowerbranch.
Il2CppInterop is a framework for bridging together Unity's Il2Cpp and .NET's CoreCLR runtimes. The framework various interoperability tools:
- A tool to generate .NET assemblies from Cpp2IL's output.
- A runtime library to work with Il2Cpp objects in CoreCLR.
- Libraries to integrate other tools with Il2Cpp.
The framework allows the use of Il2Cpp domain and objects in it from a managed .NET domain. This includes generic types and methods, arrays, and new object creation.
This project started out as fork of knah/Il2CppAssemblyUnhollower but has been since been modified with new API and fixes to be a standalone project.
Getting started
For plugin developers:
For tool integrators and advanced user:
Used libraries
Bundled into output files:
- iced by 0xd4d, an x86 disassembler used for xref scanning and possibly more in the future
Used by generator itself:
- Mono.Cecil by jbevain, the main tool to produce assemblies
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Iced (>= 1.17.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- System.Net.Http (>= 4.3.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ds5678.Il2CppInterop.Common:
| Package | Downloads |
|---|---|
|
ds5678.Il2CppInterop.Runtime
Runtime tools for bridging .NET and Il2Cpp together |
|
|
ds5678.Il2CppInterop.Generator
Library for generating assemblies and metadata for calling Il2Cpp functions from .NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-beta.2 | 60 | 5/18/2026 |
| 2.0.0-beta.1 | 61 | 5/17/2026 |
| 1.5.5 | 306 | 9/8/2024 |
| 1.5.4 | 401 | 8/19/2024 |
| 1.5.3 | 285 | 8/18/2024 |
| 1.5.2 | 256 | 8/17/2024 |
| 1.5.1 | 300 | 8/13/2024 |
| 1.5.0 | 306 | 8/12/2024 |