Hi,
is there any way to fire the button OnSubmit event on release and not on press?
Hi,
is there any way to fire the button OnSubmit event on release and not on press?
Add an EventTrigger component to your Button. Add a new pointer up event to to this. Finally add the listener that you want to this event type. ( The button component itself should not have any onclick listener attached)