Download Latest Version UnityGameTranslator-BepInEx6-IL2CPP-v0.11.0.zip (3.4 MB)
Email in envelope

Get an email when there's a new version of UnityGameTranslator

Home / v0.9.61
Name Modified Size InfoDownloads / Week
Parent folder
UnityGameTranslator-BepInEx5-v0.9.61.zip 2026-04-28 3.3 MB
UnityGameTranslator-BepInEx6-IL2CPP-v0.9.61.zip 2026-04-28 3.3 MB
UnityGameTranslator-BepInEx6-Mono-v0.9.61.zip 2026-04-28 3.3 MB
UnityGameTranslator-MelonLoader-IL2CPP-v0.9.61.zip 2026-04-28 3.3 MB
UnityGameTranslator-MelonLoader-Mono-v0.9.61.zip 2026-04-28 3.3 MB
README.md 2026-04-28 2.4 kB
v0.9.61 -- Single-DLL packaging _ smooth scanning source code.tar.gz 2026-04-28 380.8 kB
v0.9.61 -- Single-DLL packaging _ smooth scanning source code.zip 2026-04-28 429.1 kB
Totals: 8 Items   17.2 MB 0

v0.9.61 β€” Single-DLL packaging & smooth scanning

✨ New

  • Single-DLL packaging: UnityGameTranslator.dll now embeds Newtonsoft.Json, Core, and UniverseLib via ILRepack β€” eliminates conflicts when other plugins using different versions of those libraries are installed in the same game.
  • 9 new configurable hotkeys for panel toggles and actions (translations, AI, images, fonts, overlay, inspector, upload, exclusion mode, text editor, force scan). All disabled by default to avoid game-input conflicts; configure them in the Options panel.

πŸ”§ Fixes

  • Periodic microfreezes during scanning are gone: scanner now runs every frame with an adaptive sub-noise-floor budget instead of bursts every 200ms. Stays imperceptible regardless of scene size.

βš™οΈ Config

  • New option max_text_detection_latency_seconds (default 1s) controls how fast newly-spawned text components are picked up.

πŸ“š Docs

  • README clarifies MelonLoader install path (Mods/ directly, no subfolder) and documents External Resources folders (custom fonts, replacement images).
  • "External Resources" link added in the mod UI (opens fonts/images folder).

🧹 Upgrade notes β€” files you can remove

The single-DLL packaging means several files shipped with previous versions are no longer needed. They are safe to leave in place (the new DLL ships its own internalized copies and ignores the external ones), but if you want a clean install you can delete them.

BepInEx (5, 6-Mono, 6-IL2CPP)

Folder: <Game>/BepInEx/plugins/UnityGameTranslator/

Safe to delete (they only existed for this mod):

  • UnityGameTranslator.Core.dll
  • Newtonsoft.Json.dll
  • UniverseLib.Mono.dll (BepInEx 5 / BepInEx 6-Mono)
  • UniverseLib.BIE.IL2CPP.Interop.dll (BepInEx 6-IL2CPP)

MelonLoader (Mono, IL2CPP)

Folder: <Game>/Mods/

Files that may be shared with other mods (UnityExplorer, etc.) β€” only delete if you are sure no other mod uses them:

  • UniverseLib.Mono.dll (MelonLoader-Mono β€” used by UnityExplorer-Mono)
  • UniverseLib.ML.IL2CPP.Interop.dll (MelonLoader-IL2CPP β€” used by UnityExplorer-IL2CPP)
  • Newtonsoft.Json.dll

Files that were ours alone (always safe to delete):

  • UnityGameTranslator.Core.dll

When in doubt, leave the files. They will not conflict with the new single-DLL build.

Source: README.md, updated 2026-04-28