How to disable autoupdating from google?
10 years 1 month ago #290
by dilshod
How to disable autoupdating from google? was created by dilshod
Hi,
I don't won't this feature, how can i disable it?
I don't won't this feature, how can i disable it?
Please Log in or Create an account to join the conversation.
10 years 1 month ago #291
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic How to disable autoupdating from google?
I will be adding a checkbox to disable the auto update from the editor, but for the moment, you will have to comment a line on the code:
Open Assets\I2\Localization\Scripts\LocalizationManager.cs and comment the line Source.Import_Google();
So that it looks like:
Nonetheless, Its there any issue with the auto-updating that makes you want to disable it?
Any feedback on what you need will help me improve the plugin
Thanks,
Frank
Open Assets\I2\Localization\Scripts\LocalizationManager.cs and comment the line Source.Import_Google();
So that it looks like:
internal static void AddSource ( LanguageSource Source )
{
if (Sources.Contains (Source))
return;
Sources.Add( Source );
// Source.Import_Google();
}
Nonetheless, Its there any issue with the auto-updating that makes you want to disable it?
Any feedback on what you need will help me improve the plugin
Thanks,
Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
10 years 1 month ago #292
by dilshod
Replied by dilshod on topic How to disable autoupdating from google?
Thanks.
We like this feature.
But, it freezes for 1-2 seconds when first run on iPad. Also, we don't want anything to be changed after release.
Also, there is a bug, languages disappear sometimes when i open Languages tab. Everything is perfect except this.
We like this feature.
But, it freezes for 1-2 seconds when first run on iPad. Also, we don't want anything to be changed after release.
Also, there is a bug, languages disappear sometimes when i open Languages tab. Everything is perfect except this.
Please Log in or Create an account to join the conversation.
10 years 1 month ago #294
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic How to disable autoupdating from google?
In the next version (2.3.1) I added a popup to select how often the Language Source can update from Google.
(1 hour / 1 day / 1 week / 1 month / custom / never)
That way, if the game is launched for the second time and there hasn't been enough time since the last update, it will skip updating at that moment.
Nonetheless, the game will only freeze for a couple seconds if there were changes in the Spreadsheet and so it needs to update the localization of every localized object in the current scene.
(1 hour / 1 day / 1 week / 1 month / custom / never)
That way, if the game is launched for the second time and there hasn't been enough time since the last update, it will skip updating at that moment.
Nonetheless, the game will only freeze for a couple seconds if there were changes in the Spreadsheet and so it needs to update the localization of every localized object in the current scene.
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
10 years 1 month ago #298
by dilshod
Replied by dilshod on topic How to disable autoupdating from google?
In the asset store, latest version is 2.3.0. Can you publish 2.3.1?
Thanks!
Thanks!
Please Log in or Create an account to join the conversation.
10 years 1 month ago #299
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic How to disable autoupdating from google?
2.3.1 isn't ready yet as it introduces a few more improvements to the synchronization and spreadsheet format. I should have it ready in the next few days and will publish a copy to the I2 Community around friday.
I will let you know as soon as its ready!
Thanks,
Frank
I will let you know as soon as its ready!
Thanks,
Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
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.194 seconds