Forum Discussion

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

Oculus Remote input mapping settings

Does anyone know what the unity input settings mapping is for the oculus remote? E.g. back buttons maps to joystick button x? For various reasons, I'm not using OVRInput to access button states and I can't find any documentation for how the Remote maps to Unity input settings.

2 Replies

Replies have been turned off for this discussion
  • vrdaveb's avatar
    vrdaveb
    Oculus Staff
    The Oculus Remote is not yet mapped through UnityEngine.Input. We are working on that, but it hasn't shipped yet. Today, you can use OVRInput.
  • Ah, that would explain why things were not working for us when we tried every joystick button. Good thing OVRInput is decoupled from OVRManager now! Thanks!