Skip to content

URKit v0.1.0 - Public SDK Release

Choose a tag to compare

@Jadis0x Jadis0x released this 19 Jul 00:32

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.exe for generating ready-to-build mod projects
  • version.dll, winhttp.dll, and winmm.dll loader 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.log next to the game executable.

The SDK is licensed under MIT. Loader source code remains private; release packages include compiled loader binaries only.