Skip to content

UnityRuntimeExplorer v0.1.0 - IL2CPP Release

Choose a tag to compare

@Jadis0x Jadis0x released this 19 Jul 00:50

UnityRuntimeExplorer v0.1.0

The first public release of UnityRuntimeExplorer.

UnityRuntimeExplorer is a live in-game Hierarchy and Inspector for Unity IL2CPP games, powered by URKit.

Features

  • Browse loaded scenes and GameObject hierarchies
  • Inspect and edit supported GameObject, Transform, component, field, and property values
  • Search, select, duplicate, and delete objects
  • Add components and invoke supported methods
  • Highlight selected objects in-game
  • Native IL2CPP method tracing
  • ImGui interface with DX11, DX12, and OpenGL support

Installation

  1. Install URKit in the target game directory.
  2. Create a Mods folder next to the game executable.
  3. Copy URK_Il2cpp_UnityRuntimeExplorer.dll into the Mods folder.
  4. Launch the game and press Tab to open the Explorer.

Requirements

  • Windows x64
  • An IL2CPP Unity game
  • URKit v0.1.0 or later

Notes

  • This release supports IL2CPP games only.
  • Mono support is planned for a future release.
  • UnityRuntimeExplorer is a URKit plugin and must not be injected directly.
  • Compatibility may vary between Unity games and game updates.
  • For troubleshooting, check URKit_logs.log next to the game executable.