Forum Discussion

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

OVRDevice.ResetOrientation() equivalent in 0.4.3?

I can't seem to find it. Looks like this update is a pretty big change from the previous SDK, can't wait to see what is new, but in the mean time if someone could point in the right direction to reset orientation it would be a big help!

3 Replies

Replies have been turned off for this discussion
  • I see a "ResetOrientation()" in "OVRPlayerController". Is that what you need?
  • Not quite, but it did get me pointed in the right direction. Looking through that script I found the relevant bit:

    OVRManager.display.RecenterPose();


    Seems to do the job just fine. Thanks!