My problem: when I load a new scene / level, UICamera.hoveredObject is always NULL until I input some kind of mouse button event (basically, until I click the mouse). Once I click the mouse, then UICamera.hoveredObject properly returns what I expect -- either the mouse hovered UI element, or UICamera.fallThrough.
What might I be doing wrong?