# Unity Game Hacking & Modding

Engine-specific tools for Unity. IL2CPP dumpers, asset extractors, and BepInEx for Mono games.

8 tools Open Source Unity Android Mobile

BepInEx #

Open Source ★ 7.9k Updated 2026-04

Extensible open-source modding framework for Unity and other .NET games. Provides in-process patching, configuration, and plugin loading.

Unity

MelonLoader #

Open Source ★ 3.9k Updated 2026-05

Universal mod loader for Unity games that supports both Il2Cpp and Mono runtimes. Loads C# mods and patches into Unity-based games.

Unity

Il2CppDumper #

Open Source ★ 9.0k Updated 2024-08

The tool that ruined every Unity developer's day. It takes the mess of GameAssembly.dll and turns it back into readable classes and methods. It won't give you the original C# source code, but it gives you the 'Fake DLLs' you need to actually know where to hook.

Pro Tip: Always check the 'DummyDll' folder it creates. You can drop those files into dnSpyEx to see the game's entire class structure without having to stare at raw assembly in Ghidra.

Unity

Cpp2IL #

Open Source ★ 2.4k Updated 2026-05

IL2CPP analysis tool that can sometimes reconstruct higher-level output from IL2CPP builds. Results vary by game and Unity version.

Unity

Il2CppInspector #

Open Source ★ 3.0k Updated 2022-05

Automated IL2CPP analysis tool that generates scripts and scaffolding for IDA/Ghidra and C# stubs. Useful when Il2CppDumper output is not enough.

Unity

AssetRipper #

Open Source ★ 7.6k Updated 2026-05

The ultimate 'undo' button for Unity assets. If you want to see how a specific level is built or extract the 3D models and textures from a game, this is what you use. It can even try to rebuild a full Unity project from a compiled game.

Pro Tip: Great for finding hidden 'Triggers' or seeing the exact boundaries of a map. Use it to find where the 'Safe Zones' actually end.

Unity

UABEA #

Open Source ★ 2.2k Updated 2026-05

Unity asset bundle editor used for inspection and small edits. Often comes up when dealing with Addressables-heavy games.

Unity

Zygisk-Il2CppDumper #

Open Source ★ 3.2k Updated 2024-08

Advanced version for rooted Android devices that bypasses rigorous protections by leveraging the Zygisk framework.

Android Mobile