I am working on an application that retrieves the eye position of a user
by using collision of a surface with the OVRGazeRay. I was able to make
it work and could retrieve the data points over the meta link to my
computer. At some point I updated my ...
Update: I made a minimum working example to narrow down the bug. I have
removed all scripts and am only checking the status of
OVRPlugin.eyeTrackingEnabled which is still false. Hence it is not a
conflict of my scripts. I am only using the Interactio...