UnityRuntimeExplorer v0.1.0 - IL2CPP Release
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
- Install URKit in the target game directory.
- Create a
Modsfolder next to the game executable. - Copy
URK_Il2cpp_UnityRuntimeExplorer.dllinto theModsfolder. - Launch the game and press
Tabto 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.lognext to the game executable.