What is the recommended way of dealing with scene object selection?
If I use Unity's OnMouseOver(), OnMouseDown(), etc. then I don't know if there is any way you disable those events when the player is "supposed" to be interacting with a UI panel.
How do I keep my clicks EITHER in my gui panel, OR on scene objects?