Author Topic: EventType does not contain a definition for KeyDown  (Read 3205 times)

HeshamAmiri

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
EventType does not contain a definition for KeyDown
« on: February 24, 2014, 02:04:36 PM »
  1. Assets/NGUI/Scripts/UI/UIInput.cs(543,70): error CS0117: `EventType' does not contain a definition for `KeyDown'
  2.  

I'm getting the above error after updating NGUI. Using the latest Unity and building for the iOS.


HeshamAmiri

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: EventType does not contain a definition for KeyDown
« Reply #1 on: February 24, 2014, 02:56:41 PM »
To answer my own question, it was another plugin that was re-defining Eventype. Specifically 'Mixamo Animator Event Script'