Forum Discussion

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

Volume controls?

What do the up and down volume buttons map to in Unity?

3 Replies

Replies have been turned off for this discussion
  • Instead, I guess I should implement the OVRVolumeControl which rather than listen for the buttons, it constantly checks if the value of OVRManager.volumeLevel has changed.

    But it does so inside of a function called UpdatePosition, which does not appear to be referenced anywhere else. So I just need to write my own script to call that function?
  • Okay, that was incorrect. The value of OVRManager.volumeLevel is not actually changing.
  • Very confusing behaviour. I'm walking into the same problem. As if they've only implemented this halfway. I must be missing something.