Publisher | TekkTech |
---|---|
File size | 342.91kB |
Number of files | 25 |
Latest version | 2.0.0 |
Latest release date | 2021-10-14 06:29:46 |
First release date | 2021-02-18 02:04:13 |
Supported Unity versions | 2018.4.2 or higher |
Have you ever considered localizing your game, but you don't want to implement a big localization editor script or similar? Here is a simple solution to get an adaptive enum which is structured in categories and tags which can be accessed anywhere in the code and also automatically sets the values for UI TMP_Text, Sprite and Audio Source components. (TextMeshPro needed)
Also you got a premade string extension which will provide you with the right text for the current language everytime.
Before Updating to V2 consider backup-ing your "LanguageTags.cs" and language.json files.