Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Open or create your project in Unity. Then import the Asset Localization package from the Asset Store window in Unity editor. You can find detailed explanation .
Localization settings is created automatically when package is imported. Also you can manually create via
Settings file must be kept under any Resources folder. You can read detailed explanation about .
You can add languages that must be available in your game as many as you want via:
or add custom language in addition to the built-in ones:
Language code must be unique
or add used languages in your assets via:
First item in your localization settings is your default language. Default language is treated as the current language in Editor when application is not playing. Optionally, always you can set current language as your default language by calling Localization.Instance.SetDefaultLanguage() at runtime.
Enter language name and
You can specify import location for into your project. Import location should be anywhere that under your Assets/ folder. The location is used for creating new localized assets from the CSV file.
If you want to use option, you should set claimed from . For more information look at: