Author Topic: 3.0.3c TouchScreenKeyboard wasCanceled  (Read 3225 times)

MUX

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
3.0.3c TouchScreenKeyboard wasCanceled
« on: October 27, 2013, 05:48:45 AM »
Hello, updated to 3.0.3c today - but i'm seeing this error whenever i build -

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?)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: 3.0.3c TouchScreenKeyboard wasCanceled
« Reply #1 on: October 27, 2013, 10:54:27 PM »

gregba

  • Guest
Re: 3.0.3c TouchScreenKeyboard wasCanceled
« Reply #2 on: October 28, 2013, 07:40:01 AM »
I have same error and am using Unity 3.5.7, I do not understand what I need to do to fix the issue?

> Unity 3.5.7? Wrap it in #if !UNITY_3_5 block

Please explain, thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: 3.0.3c TouchScreenKeyboard wasCanceled
« Reply #3 on: October 29, 2013, 01:25:07 AM »
Just update to the latest version of NGUI. The fix is already there.

MUX

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Re: 3.0.3c TouchScreenKeyboard wasCanceled
« Reply #4 on: October 29, 2013, 06:15:04 AM »
thanks!