Skip to content

2Kerfur/UnityLocalizationMini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnityLocalizationMini

AppVeyor

About

This project made to simplify small mobile/browser games localization. It is simple and lightweight. Tested on Unity 2020.3 (Windows).

Setup

  1. Import TMP_Pro text form package manager.
  2. Download and import latest unitypackage from Releases.
  3. Rebuld C# project (it might be rebuild automatically).

How To Use

In LocalizationManager.cs file add languages you need to enum.

public enum Language
{ 
    None,
    ru, en, br, //Add more here
}

Add LocalizeTMP_Text component to your text object and add Locales

изображение

Select locale on game start (Required)

LocalizationManager.ChangeLocale(LocalizationManager.Language.en);

Change it anywhere with the same code

About

Small and simple localization package for unity.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages