12-02-2024 08:52 AM
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?