Hi,
I have Main Camera that has BoxCollider 2d. I am using it to receive OnDrag() and move the screen when cursor is dragged around the screen.
It works reasonably well until i want to receive OnPress event on other objects in the screen.
Basically the camera's collider is eating all events.
How do i order objects so that if click on an object, it receives OnPressed while if clicked on no object, the camera receive the event?