Search Unity

Back button in XR Toolkit on OculusGo & GearVR

Discussion in 'AR/VR (XR) Discussion' started by VisualiseXR, Aug 6, 2020.

  1. VisualiseXR

    VisualiseXR

    Joined:
    Nov 16, 2015
    Posts:
    1
    I am developing a menu system using XR Toolkit in Unity 2019.4.5f1 for Oculus Quest and Oculus Go. I have set up a menu using the XR Input for a back button using the secondaryButton to go back in the menu system.

    I would like to implement this on the OculusGo controller using the back button (Button.Back or Button.Two) without using OVR to keep it all within XR Toolkit (OVR Docs here https://developer.oculus.com/documentation/unity/unity-ovrinput/ ).

    Does anyone have a way to do this using XR Toolkit?

    Thanks, Jack