Page 1 of 1

Upgrading to I2 Localization 2.8.9 break support in Dialogue System

Posted: Wed Oct 31, 2018 8:45 am
by mgregoirelds
Hello, I've recently upgraded I2 Localization to version 2.8.9 which is offering better support for Unity 2018.3 and it seems like there are now compile issues with Dialogue System Third Party addon.

Here are the compile issues:
Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/I2 Localization Support/Scripts/Editor/DSToI2Window.cs(356,27): error CS1502: The best overloaded method match for `UnityEditor.EditorUtility.SetDirty(UnityEngine.Object)' has some invalid arguments
Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/I2 Localization Support/Scripts/Editor/DSToI2Window.cs(356,70): error CS1503: Argument `#1' cannot convert `I2.Loc.LanguageSourceData' expression to type `UnityEngine.Object'

Re: Upgrading to I2 Localization 2.8.9 break support in Dialogue System

Posted: Wed Oct 31, 2018 8:52 am
by Tony Li
Hi Maxime,

The Dialogue System Extras page has an updated support package for i2 Localization.

Re: Upgrading to I2 Localization 2.8.9 break support in Dialogue System

Posted: Wed Oct 31, 2018 12:13 pm
by mgregoirelds
Thanks, that did it!