Using spreadsheet to remotely change a password?
7 years 3 months ago #2634
by Frank
Are you
Give I2L
5 stars!
Are you
Please lets us know how to improve it!
Replied by Frank on topic Using spreadsheet to remotely change a password?
As of a couple versions ago, the ScriptLocalization file is no longer included with the plugin, it is auto generated if you use the Bake Term tools.
Previously the ScriptLocalization.Get was just a handy way of calling LocalizationManager.GetTranslation(...) while having all your localization access inside the same script.
Now, the way to go is to call LocalizationManager.GetTranslation directly, that's faster and if you are not using ScriptLocalization.cs then its one script less to compile
Hope that helps,
Frank
Previously the ScriptLocalization.Get was just a handy way of calling LocalizationManager.GetTranslation(...) while having all your localization access inside the same script.
Now, the way to go is to call LocalizationManager.GetTranslation directly, that's faster and if you are not using ScriptLocalization.cs then its one script less to compile

Hope that helps,
Frank
Are you

Are you

To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
Time to create page: 0.165 seconds