As title says, it there anyway how to prevent Unity firing OnMouseOver() or OnMouseEnter() functions when mouse is over 4.6 UI objects?
Note, this cannot be stopped with UnityEngine.EventSystems.EventSystem.current.IsPointerOverGameObject() since Unity handles calls to those functions.
↧