Items: Engine
Unfortunately in our JSON extension, we are only able to load data from one key in your table. In the future, we are going to make sure we are able to support more keys for one table.
Item names
Item Names
Item descriptions
Item Descriptions
Localization
Localization
Open your Unity3D project of choice.
Sync your item at the top by clicking on sync.
(Sync all if you need the rest as well)
Make sure you have loaded the localization settings and locales (see Localization).
Once configured go to
Window
-->Asset Management
-->Localization Tables
Create two new tables
Item names
andItem Descriptions
.Place them wherever you want. I recommend placing it under the folder
Localization
->Data
->Item management
->Names/Descriptions
Inspect both the Item names and Item descriptions and add the JSON extension to the group section.
Finally, click pull to pull the data from the JSON file.

Last updated
Was this helpful?