ds5678.Il2CppInterop.Generator
2.0.0-beta.8
dotnet add package ds5678.Il2CppInterop.Generator --version 2.0.0-beta.8
NuGet\Install-Package ds5678.Il2CppInterop.Generator -Version 2.0.0-beta.8
<PackageReference Include="ds5678.Il2CppInterop.Generator" Version="2.0.0-beta.8" />
<PackageVersion Include="ds5678.Il2CppInterop.Generator" Version="2.0.0-beta.8" />
<PackageReference Include="ds5678.Il2CppInterop.Generator" />
paket add ds5678.Il2CppInterop.Generator --version 2.0.0-beta.8
#r "nuget: ds5678.Il2CppInterop.Generator, 2.0.0-beta.8"
#:package ds5678.Il2CppInterop.Generator@2.0.0-beta.8
#addin nuget:?package=ds5678.Il2CppInterop.Generator&version=2.0.0-beta.8&prerelease
#tool nuget:?package=ds5678.Il2CppInterop.Generator&version=2.0.0-beta.8&prerelease
<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 | net10.0 is compatible. 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. |
-
net10.0
- AssetRipper.Cpp2IL.Core (>= 1.0.8)
- Basic.Reference.Assemblies.Net100 (>= 1.8.9)
- ds5678.Il2CppInterop.Common (>= 2.0.0-beta.8)
- ds5678.Il2CppInterop.Runtime (>= 2.0.0-beta.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-beta.8 | 96 | 7/16/2026 |
| 2.0.0-beta.7 | 94 | 6/23/2026 |
| 2.0.0-beta.6 | 94 | 6/23/2026 |
| 2.0.0-beta.5 | 97 | 6/22/2026 |
| 2.0.0-beta.4 | 113 | 6/21/2026 |
| 2.0.0-beta.3 | 91 | 6/16/2026 |
| 2.0.0-beta.2 | 68 | 5/18/2026 |
| 2.0.0-beta.1 | 76 | 5/17/2026 |
| 1.5.5 | 225 | 9/8/2024 |
| 1.5.4 | 299 | 8/19/2024 |
| 1.5.3 | 173 | 8/18/2024 |
| 1.5.2 | 161 | 8/17/2024 |
| 1.5.1 | 185 | 8/13/2024 |
| 1.5.0 | 189 | 8/12/2024 |