URKit v0.1.0 - Public SDK Release
URKit v0.1.0
The first public release of the URKit SDK.
Included
- Mono and IL2CPP mod development support for Windows x64 Unity games
urk-sdk.exefor generating ready-to-build mod projectsversion.dll,winhttp.dll, andwinmm.dllloader proxy options- Unity object, scene, component, transform, input, event, coroutine, and networking helpers
- Hook utilities and main-thread callback support
- ImGui overlay support for DX11, DX12, and OpenGL
Notes
- Use only the proxy DLL imported by the target game. Do not rename proxies or place all of them in the same game directory.
- URKit does not guarantee compatibility with every Unity game. Re-test your mod after a game or Unity version update.
- For startup or loader issues, check
URKit_logs.lognext to the game executable.
The SDK is licensed under MIT. Loader source code remains private; release packages include compiled loader binaries only.