- Home /
OVR UI - Can only interact with UI elements through the keyboard, won't work with Oculus controllers
Hello,
Desperately hoping someone can help me out here, I can't find anything on this anywhere else, and I don't know where I've gone wrong.
I'm trying to set up a pause menu for a VR game using the Oculus SDKs. I have previously set up the main menu that functions perfectly fine, but following the same process for the pause menu has had produced this issue, where I cant select buttons with my Oculus controllers, but if I hit the spacebar it works.
I more or less followed this guide (https://developer.oculus.com/blog/unitys-ui-system-in-vr/) and the only difference between the main menu scene and this pause menu is that the canvas is a child of the OVRCameraRig. All the buttons function as they should, I just can't use my Oculus controllers with them.
Hopefully, someone is able to help me out with this.
Thanks in advance :)