This tool allows you to translate the game into other languages, using free google translators and unity localization.
You can get the plugin through the unity package manager using the link: https://github.com/CaptainKryga/UnityAutoLocalization.git
- Translation of words and smart words in string tables;
- Localization
- Addressables
- TextMeshPro
- Test Mesh Pro.
- Finding text components in a scene or prefab to add localization;
- Cleaning up localization in scenes and prefabs;
- Supports native unity command "Undo";
- Tutorial scene.
- Add Translation of Audio Files;
- Add documentation;