Disable Oculus Quest Touch Controllers on my game for only gaze event
Dear all, for one of my project, i need to use only a gaze pointer to interact with some buttons (with collider) event system, and event trigger.
The problem is that if oculus touch controllers are active, my gaze not work, but if i remove batteries from controllers it works fine.
Here the structure OVRCameraRig Canvas with OVRRaycaster Event System with OVRInput Module A Gaze pointer ring GameObject with Quad(for the ring) and OVRGazePointer script attachd. Button with Collider and Event Trigger.
How I can completely ignore touch controllers and use only Gaze ?
Repeat, if i remove the batteries from touch controllers it works fine, but if touch controller are present it does not work.
Hoping that someone can help me. Thanks in advance
Your answer
Follow this Question
Related Questions
I can not find xr controllers in components with the XR plugin management interaction toolkit 0 Answers
Oculus package removes itself and "Virtual Reality Supported" being disabled 0 Answers
Oculus: Works fine in editor but not working in build 1 Answer
Oculus Quest: Unable to grab grabbable object,Oculus Unity: Can't grab object with OVRHands 0 Answers
How can check if an game object is garbed in Unity VR oculus integration 0 Answers