Forum Discussion

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

"Reset View on the universal menu does not function"

Hi,

we failed the submission because the reset view function in the universal menu did not work. How can I reset the view in Unity if the player press the button? Is there an event or something like this or must we use Oculus scripts for this feature?

Greetings
Tim

2 Replies

Replies have been turned off for this discussion
  • vrdaveb's avatar
    vrdaveb
    Oculus Staff
    Use the Oculus Utilities and add the OVRManager script to your scene. It checks for the "shouldRecenter" message each frame and calls OVRDisplay.recenterPose() when it's received.