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

https://github.com/redmooner/unity-game-localization-json


https://github.com/redmooner/unity-game-localization-json

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Unity-Game-Localization-json
Need a translation for the game ? solutions for you Configure the text in the scene and add localization in the json file!

![Image alt](https://github.com/RedMooner/Unity-Game-Localization-json/blob/master/Снимок.PNG)

- 1 - имя (не обязательно)
- 2- текст для перевода
- 3 - id в файле json

# JSON
```
{
"language" : "en_US",
"Shop_Button" : [ "Shop" ,
"Save"
],
"keys" : [ "0",
"1",
]
}
```

keys : 0 = Shop , 1 = Save
keys are configured in unity