The UI element for selecting functions used for the On Value Chaged in all the new UI elements is pretty nifty . It would be pretty cool if we got some simple Editor calls so we could use it in our custom editor scripts.
Hey Webbut. From memory, you can! Just have a public UnityAction and you’ll be able to use that UI to subscribe functions to it.
Hm That doesn’t seem to be working for me.
Oh! Here we go you need to use a UnityEvent and i think it populates it with UnityActions. Thanks! =D