Software · 2026
URKit - Unity Mod SDK Generator
A native C++ runtime modding framework for Unity Mono and IL2CPP games.
URKit is a Windows x64 modding toolkit and SDK generator for Unity games. Select a game executable and URKit creates a structured, ready-to-build native C++ mod project with support for both Mono and IL2CPP.
Generated projects provide APIs for finding Unity objects, accessing managed fields and properties, calling methods, installing hooks, handling scene events, running code on Unity’s main thread, and creating optional ImGui overlays. This allows developers to build game mods without adding game-specific source code directly to the mod project.

