Forum Discussion

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

How to access OVRManager?

I recently downloade the meta sdk packages for unity for XR development. I want to be able to access the meta package API from a new script to check boundary data by "OVRManager.boundary.GetGeometry();" - but I keep getting an error over OVRManager where unity says "OvrManager doesnt exist in current context.".

I figured that I am missing a library namespace for my script, and the documents online invite me to add 

"using static Unity.XR.Oculus.Boundary" doesnt work and throws a red error under "XR"

What might I be missing here?

Replies have been turned off for this discussion