Hit an issue with Eventdelegates, I have copies a button already setup to call a specific method when OnClick is triggered.
But the OnClick Notify box just shows None.
It looks like Unity has serialised the EventDelegate information but the NGUI interface is not reading it back and showing it in the editor.
Is there a way to clear old EventDelegate information from buttons or a fix to ensure older information is visible in the editor?