cancel
Showing results for 
Search instead for 
Did you mean: 

Menu for Gear VR

RaZeR2020
Honored Guest
I want to create a menu for a game for the Gear VR but I'm not sure entirely how to do it. What I've done so far was creating a canvas that I set to "World Space", but when I use the camera in VR, I can't select any button. After researching I found some scripts hidden in a blog post on the oculus blog, which are based on the Unity VR UI implementation, but use the Oculus SDK. I am not sure if I am supposed to use these (since Oculus usually update their stuff but don't bother to update the documentation at all) or if there is an easier way. I wouldn't want to jump to the Unity VR support since I am not sure how well it pairs with the OVR Camera Rig.
Thank you for your help!
3 REPLIES 3

CorvusVR
Protege
The tutorial and examples from Unity should help you.  Check out the VR samples project if you need more help.
https://unity3d.com/learn/tutorials/topics/virtual-reality/interaction-vr

RaZeR2020
Honored Guest

CorvusVR said:

The tutorial and examples from Unity should help you.  Check out the VR samples project if you need more help.
https://unity3d.com/learn/tutorials/topics/virtual-reality/interaction-vr


ok so I actually am supposed to use that one. Thanks! 😄 Didn't know which way of doing it(oculus also explains something about menus) was the correct one or if something even easier existed 

CorvusVR
Protege
Ya oculus also has some menu examples but I think the Unity one is a little easier for beginners and has more features.  Good luck!