| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| UnityGameTranslator-BepInEx5-v0.9.58.zip | 2026-04-03 | 3.3 MB | |
| UnityGameTranslator-BepInEx6-IL2CPP-v0.9.58.zip | 2026-04-03 | 3.3 MB | |
| UnityGameTranslator-BepInEx6-Mono-v0.9.58.zip | 2026-04-03 | 3.3 MB | |
| UnityGameTranslator-MelonLoader-IL2CPP-v0.9.58.zip | 2026-04-03 | 3.3 MB | |
| UnityGameTranslator-MelonLoader-Mono-v0.9.58.zip | 2026-04-03 | 3.3 MB | |
| README.md | 2026-04-03 | 778 Bytes | |
| v0.9.58 -- Inspector IL2CPP + DevTools-style source code.tar.gz | 2026-04-03 | 311.3 kB | |
| v0.9.58 -- Inspector IL2CPP + DevTools-style source code.zip | 2026-04-03 | 354.8 kB | |
| Totals: 8 Items | 17.1 MB | 0 | |
What's New
Inspector now works on IL2CPP games
- Complete rewrite of UI raycast using pure reflection — no more crashes on IL2CPP
- Fixed
GetWorldCorners,GetComponents<T>(),FindObjectsOfType<T>()JIT crashes
DevTools-style inspector
- Hover preview: real-time path display as you move cursor over UI elements
- Highlight overlay: semi-transparent blue rect over hovered/selected elements (Chrome DevTools-style)
- Separate "Hovered" and "Selected" fields
Exclusion improvements
- Excluding a parent now excludes all children (e.g., excluding a scoreboard excludes all score texts)
- Inspector hides MainPanel during inspection for a clear view, restores it on close
- Closing inspector returns to OptionsPanel → Exclusions tab