-
Notifications
You must be signed in to change notification settings - Fork 4
Customize preprocess build behavior
Rodion Lodza edited this page Oct 26, 2020
·
1 revision
On the Settings tab, you can configure PreprocessBuildDownloadingType (about Unity preprocess).
There are several preprocess build downloading typies:
- NotUse - translations are not downloaded before building.
- OnlyDevelopmentBuild - translations are downloaded only for the development version.
- OnlyReleaseBuild - translations are downloaded only for the release version.
- AnyBuild - translations are downloaded for any build.
Important! Localizator uses different links of google tables for release and development versions. For example, if you are building a development build, then only the translations will be downloaded via the development link.
