Editor issue when platform is Webplayer
- KasparLund
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
10 years 2 weeks ago - 10 years 2 weeks ago #606
by KasparLund
Editor issue when platform is Webplayer was created 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();
}
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: 10 years 2 weeks ago by KasparLund. Reason: define the unity version
Please Log in or Create an account to join the conversation.
10 years 2 weeks ago #609
by Frank
Are you
Give I2L
5 stars!
Are you
Please lets us know how to improve it!
Replied by Frank on topic Editor issue when platform is Webplayer
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
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

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.
10 years 2 weeks ago #610
by Frank
Are you
Give I2L
5 stars!
Are you
Please lets us know how to improve it!
Replied by Frank on topic Editor issue when platform is Webplayer
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
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

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.141 seconds