Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: JSorrentino on October 27, 2013, 06:20:00 PM

Title: Android Build error in 3.0.3c
Post by: JSorrentino on October 27, 2013, 06:20:00 PM
Using Unity Pro 3.5.7f

Assets/NGUI/Scripts/UI/UIInput.cs(423,48): error CS1061: Type `UnityEngine.TouchScreenKeyboard' does not contain a definition for `wasCanceled' and no extension method `wasCanceled' of type `UnityEngine.TouchScreenKeyboard' could be found (are you missing a using directive or an assembly reference?)
Title: Re: Android Build error in 3.0.3c
Post by: ArenMook on October 27, 2013, 10:38:09 PM
Thanks, you can fix it by wrapping it in #if !UNITY_3_5
Title: Re: Android Build error in 3.0.3c
Post by: JSorrentino on October 27, 2013, 10:39:09 PM
Thanks, testing now.
Title: Re: Android Build error in 3.0.3c
Post by: JSorrentino on October 27, 2013, 11:07:05 PM
Works, presume it'll be patched in the next release, thank you - again.

JS
Title: Re: Android Build error in 3.0.3c
Post by: ArenMook on October 27, 2013, 11:08:41 PM
Already has been -- 3.0.3d :)
Title: Re: Android Build error in 3.0.3c
Post by: Mauri on October 27, 2013, 11:36:09 PM
Already has been -- 3.0.3d :)
As I said: I'll wait for 3.0.3z then  ;D