I've been having a problem with NGUI.
If I touch a button in the UI and there is some game object right underneath it, then it also receives the event (more specifically OnMouseDown in my case).
This looks really bad and I don't want the objects to receive this event if the UI has received the even first.
What can I do about this?
Thanks!
Danilo