Hello,
I've noticed that when clicking an object, this sends both the OnHover and OnClick events to it. Why is this so? Is there a way to get OnHover events only when the mouse enters or leaves the collider, and not when while inside the collider a click happens?
Thanks!