https://github.com/m039/basiclocalization
Basic Localization for Unity
https://github.com/m039/basiclocalization
language locale localization m039-games unity
Last synced: 2 months ago
JSON representation
Basic Localization for Unity
- Host: GitHub
- URL: https://github.com/m039/basiclocalization
- Owner: m039
- License: mit
- Created: 2021-11-11T18:08:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T21:52:50.000Z (about 3 years ago)
- Last Synced: 2025-02-27T06:51:03.508Z (over 1 year ago)
- Topics: language, locale, localization, m039-games, unity
- Language: C#
- Homepage:
- Size: 315 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Basic Localization
[](https://unity3d.com/get-unity/download)
[](https://github.com/m039/BasicLocalization)
Basic Localization is a Unity package that allows you easily and quickly translate your project into different languages.
Main features:
1. Simple UI for managing translations.
2. Works best for prototypes or game jams, but it also can handle a large number of translations (10k+ entries).
3. Supports export and import from a CSV file.
Limitations:
1. The library can handle only text, not images or audio.
# Quickstart Guide
[](https://youtu.be/XbBdRPNxauk)
# Preview
This is preview of the main localization window. You can open it from `Window -> Basic Localization` after you've installed the package.

# Installation
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.
# Acknowledgements
Thank developers of [Lean Localization](http://carloswilkes.com/Documentation/LeanLocalization) and [Unity Localization](https://docs.unity3d.com/Packages/com.unity.localization@1.0/manual/index.html) for inspiration and some good ideas.