I'm trying to create my own editor for a component and I'd like to add events to it. However, I can't extend EventSystemEditor like the API suggests. I'm pretty sure I'm importing the right package (UnityEditor.EventSystems), but I still get a "The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEditor'." error. I've tried UnityEditor.UI as well, but it doesn't work either and apparently that's been deprecated. Has something changed with this namespace that hasn't been documented on the API yet?
↧