Editor issue when platform is Webplayer

More
9 years 1 week ago - 9 years 1 week ago #606 by KasparLund
Hi I had to make the following fix to make the editor (4.6.3f1) code work. Appraetnly the signatur CheckPlugins( bool bForce = false ) does not work for the editor in webmode

static UpgradeManager()
{
I2.I2AboutWindow.PluginsVersion["I2 Localization"] = LocalizationManager.GetVersion();
EditorApplication.update += CheckPluginsDelegate;
}

public static void CheckPluginsDelegate()
{
EditorApplication.update -= CheckPluginsDelegate;
CheckPlugins( false );
}
public static void CheckPlugins( bool bForce = false )
{

EnablePlugins(bForce);
CreateLanguageSources();
CreateScriptLocalization();
}
Last edit: 9 years 1 week ago by KasparLund. Reason: define the unity version

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #609 by Frank
Hi,
A similar fix for this issue is found here:
inter-illusion.com/forum/i2-localization...rror-in-2-4-4-f1#554

Also, this fix is included in version 2.4.5 which is now available for download in the AssetStore.

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.

More
9 years 1 week ago #610 by Frank
Ahrrgggg, I double checked the assetstore and is still showing version 2.4.4 f1.

I already received an email from unity that 2.4.5 was approved, but I guess it still hasn't refreshed the store.
So I guess we will have to wait a couple hours for the new version should be available for download.

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.326 seconds
Template by JoomlaShine