Forum Discussion

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

Back button not working on quest

I am unable to read the back button on the quest controllers. All other buttons work fine. I have tried the following:
OVRInput.Get(OVRInput.Button.Back)
OVRInput.GetUp(OVRInput.Button.Back)
OVRInput.GetDown(OVRInput.Button.Back)

all return false. I have also tried reading the escape key as I have read that some people say this works but no success. How can such a simple thing not be working? Please help, thanks. I am using the latest version 19 of oculus integration downloaded from the asset store.


2 Replies

Replies have been turned off for this discussion
  • I think you need to use Start, not Back.
    I had the same issue yesterday. Back is only on the Go and the Joypad.
    :)
  • Anonymous's avatar
    Anonymous
    Thanks! that's it. I'm just in the process of switching over from go to quest so expected it to be there.