Hi,
I'm still struggling with it.
In UIButton.cs, if I change "OnClick()" function with "OnPress()", it works but it sends out two events: one on touch down, and a second one on touch up.
I don't want anything to happen on touch up, just the touch down! How do I do it?
Also, is there an easy way to implement the long tap support into UIButton?
Thanks!