An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Basic Localization
[![Unity Version](https://img.shields.io/badge/Unity-2019.3%2B-blue)](https://unity3d.com/get-unity/download)
[![Version](https://img.shields.io/github/package-json/v/m039/BasicLocalization)](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

[![Quickstart Guide](http://img.youtube.com/vi/XbBdRPNxauk/0.jpg)](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.

![Demo](./Documentation~/profile_settings_preview.gif)

# 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.