Unity EventSystem IsPointerOverGameObject doesn't work with OVR Input Module?
Hello, in Unity you can use the EventSystem IsPointerOverGameObject method to check if the input is over a (UI) GameObject, but this method doesn't seem to work with the OVR InputModule and VR Controller. I confirmed that the same check is working wi...