====== RectTransformUtility ====== == RectangleContainsScreenPoint == When using this method on a RectTransform in a Screenspace Overlay Canvas, pass in null for the camera parameter.((This mimics the functionality of ScreenPointToWorldPointInRectangle but is unmentioned in the official docs as of 6-23-2021)) Passing in a camera can return false-negatives. ((Tested in editor, Unity 2020.3.12f1))