Forum Discussion

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

Oculus Touch + Unity UI samples?

Are there any samples somewhere around / or tutorial like information about using the Touch controller with Worldspace UI's in Unity?

So not the 'gaze' based UI but using the Touch controllers to navigate the UI.

Thanks in advance for helping me out.

4 Replies

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous
    Hi has there been any progress on this sample? Also I can't seem to find any documentation on touch controllers interacting with Unity's UI system? Can anyone provide some links other than the Gaze input sample?
  • This is really easy to change if you take Oculus's supplied code for a Input Module, all you have to do is change the Transforms from referencing the main camera or in this case Center Eye Camera to your Touch controller. So the Raycast comes from your controller model instead of the Camera.