Author Topic: Android Build error in 3.0.3c  (Read 2265 times)

JSorrentino

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 30
    • View Profile
Android Build error in 3.0.3c
« 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?)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Android Build error in 3.0.3c
« Reply #1 on: October 27, 2013, 10:38:09 PM »
Thanks, you can fix it by wrapping it in #if !UNITY_3_5

JSorrentino

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 30
    • View Profile
Re: Android Build error in 3.0.3c
« Reply #2 on: October 27, 2013, 10:39:09 PM »
Thanks, testing now.

JSorrentino

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 30
    • View Profile
Re: Android Build error in 3.0.3c
« Reply #3 on: October 27, 2013, 11:07:05 PM »
Works, presume it'll be patched in the next release, thank you - again.

JS

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Android Build error in 3.0.3c
« Reply #4 on: October 27, 2013, 11:08:41 PM »
Already has been -- 3.0.3d :)

Mauri

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 16
    • View Profile
Re: Android Build error in 3.0.3c
« Reply #5 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