- Home /
Question by
IlyaKulik · Oct 08, 2020 at 03:39 PM ·
editorcustom editorcallback
UnityEventBase editor changed callback
How i can catch callback on changed UnityEventBase in editor? I try create CustomPropertyDrawer for UnityEventBase and add callback to OnGUI GUI.changed, but in inspector field with UnityEvent draw like a simple class. And that problem. Invoke base.OnGUI in override not work for me.
Comment
Your answer
Follow this Question
Related Questions
Custom editor array without serialized object 2 Answers
EditorWindow.OnSelectionChange() in scene view? 1 Answer
Reset or Reinstantiate Custom Editors Target(s) 1 Answer
Input problem... 2 Answers
Editor Shutdown Callback exists? 1 Answer