

Advanced translator plugin for Unity-based games.
This Thunderstore package provides XUnity.AutoTranslator as a shared dependency for translation mods. It can translate Unity game text automatically and also provides the tools needed for manual, curated translations.
Original project: bbepis/XUnity.AutoTranslator
Original author: bbepis
Thunderstore dependency ID:Hayrizan-XUnity_AutoTranslator
Latest upstream release checked:v5.6.1— 19.04.2026
Use this package when your mod, translation pack, or localization project needs XUnity.AutoTranslator but you do not want to bundle the same XUnity files directly inside your archive.
This is especially useful for Thunderstore packages because multiple DLLs and duplicated XUnity files can cause upload or dependency issues such as:
Package rejected - Invalid submission
Instead of shipping XUnity.AutoTranslator inside every localization archive, add this package as a dependency and keep your own mod archive cleaner.
Install this package through one of the supported Thunderstore-compatible mod managers:
The manager will install this package automatically if another mod lists it as a dependency.
For most BepInEx-based games, configuration files are generated inside:
BepInEx/config/
Translation files are usually stored inside:
BepInEx/Translation/
Exact paths can differ depending on the game, loader, and XUnity.AutoTranslator build.
If you are publishing a Thunderstore translation mod, add XUnity.AutoTranslator to your manifest.json dependencies.
Example:
{
"dependencies": [
"Hayrizan-XUnity_AutoTranslator-5.6.1"
]
}
Use the version that matches the package version you are targeting.
The latest upstream release checked while updating this README is v5.6.1.
Recent upstream highlights:
v5.6.1 — fixed IL2CPP font asset bundle loading issues and IL2CPP hotkey/GUI unstripping problems.v5.6 — added UIElements support and fixed Papago translator compatibility with the current website structure.v5.5.2 — fixed DeepL API authentication and an IL2CPP override-font issue.v5.5.1 — improved input handling through UnityInput for legacy and new Unity input systems.v5.5.0 — added initialization hooks for other plugins, XUAIGNORETREE, Yandex Translate API v2 support, and a new TMP font asset bundle.See the included changelog for the full version history.
This package exists to make localization mods easier to publish, install, and maintain.