| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| UnityGameTranslator-BepInEx5-v0.9.51.zip | 2026-01-03 | 3.2 MB | |
| UnityGameTranslator-BepInEx6-IL2CPP-v0.9.51.zip | 2026-01-03 | 3.2 MB | |
| UnityGameTranslator-BepInEx6-Mono-v0.9.51.zip | 2026-01-03 | 3.2 MB | |
| UnityGameTranslator-MelonLoader-IL2CPP-v0.9.51.zip | 2026-01-03 | 3.2 MB | |
| UnityGameTranslator-MelonLoader-Mono-v0.9.51.zip | 2026-01-03 | 3.2 MB | |
| README.md | 2026-01-03 | 900 Bytes | |
| v0.9.51 - tk2dTextMesh _ Custom Localization Support source code.tar.gz | 2026-01-03 | 161.8 kB | |
| v0.9.51 - tk2dTextMesh _ Custom Localization Support source code.zip | 2026-01-03 | 197.6 kB | |
| Totals: 8 Items | 16.2 MB | 0 | |
What's New
New Text System Support
- tk2dTextMesh (2D Toolkit): Added support for games using 2D Toolkit's text system
- TextMesh: Added support for Unity's legacy 3D text component
Generic Custom Localization Detection
The mod now automatically detects and patches custom localization systems used by game studios. Instead of adding game-specific patches, the mod scans for types matching common localization patterns:
- Pattern:
(locali|l10n|i18n|translat)+(string|text|entry|value) - Examples:
LocalisedString,LocalizedText,I18nString,TranslatedValue - Patches
ToString()and implicit string conversion operators
This means better compatibility with more games out of the box, without requiring mod updates for each game's custom localization system.
Installation
Download the appropriate zip for your mod loader and extract to your game's mod folder.