Basic Localization is a Unity package that allows you easily and quickly translate your project into different languages.
Main features:
- Simple UI for managing translations.
- Works best for prototypes or game jams, but it also can handle a large number of translations (10k+ entries).
- Supports export and import from a CSV file.
Limitations:
- The library can handle only text, not images or audio.
This is preview of the main localization window. You can open it from Window -> Basic Localization
after you've installed the package.
The Basic Localization package can be added by adding https://github.com/m039/BasicLocalization.git#v0.2.1
through the "Add package from git URL..." option in the Package Manager.
Thank developers of Lean Localization and Unity Localization for inspiration and some good ideas.