Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ICED01's avatar
ICED01
Protege
9 years ago

oculus touch and submit function with input manager for GUI interface.

Just started working with oculus touch and am having issues mapping a button to submit clicks for UI interface.  It doesn't play nice with input manger. any one run into this? I am sure I am doing something dumb here.

2 Replies

Replies have been turned off for this discussion
  • vrdaveb's avatar
    vrdaveb
    Oculus Staff
    The Utilities don't directly implement UGUI interactions. Check out https://developer3.oculus.com/blog/unitys-ui-system-in-vr/ for sample code that does. You can use OVRInputModule to enable gaze-based raycasting. Unfortunately, it hasn't been updated to support Touch yet. That will be added soon.
  • Thanks for the quick reply . I am now trying to adopt code used in my HTC port of the game which uses a laser pointer as a raycast to interact.  Lets hope heh