SNWCreations.Il2CppInterop.Runtime
1.5.2-snw.4
dotnet add package SNWCreations.Il2CppInterop.Runtime --version 1.5.2-snw.4
NuGet\Install-Package SNWCreations.Il2CppInterop.Runtime -Version 1.5.2-snw.4
<PackageReference Include="SNWCreations.Il2CppInterop.Runtime" Version="1.5.2-snw.4" />
<PackageVersion Include="SNWCreations.Il2CppInterop.Runtime" Version="1.5.2-snw.4" />
<PackageReference Include="SNWCreations.Il2CppInterop.Runtime" />
paket add SNWCreations.Il2CppInterop.Runtime --version 1.5.2-snw.4
#r "nuget: SNWCreations.Il2CppInterop.Runtime, 1.5.2-snw.4"
#:package SNWCreations.Il2CppInterop.Runtime@1.5.2-snw.4
#addin nuget:?package=SNWCreations.Il2CppInterop.Runtime&version=1.5.2-snw.4&prerelease
#tool nuget:?package=SNWCreations.Il2CppInterop.Runtime&version=1.5.2-snw.4&prerelease
<p align="center"> <img src="logo/logo_big.svg" width="300"> </p>
SNWCreations package fork:
SNWCreations.Il2CppInterop.CommonandSNWCreations.Il2CppInterop.Runtimeare package-ID forks of BepInEx Il2CppInterop used by IL2CppSharp.Hooking while HybridCLR compatibility changes are not available in the upstream runtime package. Assembly names and namespaces remainIl2CppInterop.*for compatibility. This fork preserves upstream LGPL-3.0-only licensing.
| 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 | net6.0 is compatible. 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. |
-
net6.0
- Iced (>= 1.17.0)
- SNWCreations.Il2CppInterop.Common (>= 1.5.2-snw.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SNWCreations.Il2CppInterop.Runtime:
| Package | Downloads |
|---|---|
|
IL2CppSharp.Hooking
Shared IL2CPP and HybridCLR runtime hook engine. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.2-snw.4 | 98 | 6/21/2026 |
| 1.5.2-snw.3 | 78 | 6/17/2026 |
| 1.5.2-snw.2 | 113 | 6/13/2026 |