Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
techmage's avatar
techmage
MHCP Member
2 years ago
Solved

OVRBoundary error: "This functionality is not supported in your current version of Unity"

New to meta quest development. Downloaded the Oculus integration package and attempted to access the boundary geometry via OVRBoundary.GetGeometry(), but it keeps throwing the error "This functionali...
  • MartinFnitraM's avatar
    2 years ago

    It was deprecated. We are all struggling with the same. Only way to bring it back is selecting "Legacy" 

    From @cecarlsen on the Unity forums. This solves the problem!!

    For those who want exact Guardian bounds drawn by the user on Meta Quest:

    At the time of writing (Unity 2021.3.1.13f1 and Oculus Integration 49.0), you need to use OVRManager.boundary.GetGeometry( OVRBoundary.BoundaryType.OuterBoundary ). And for that to work you need to switch to "Legacy LibOVR+VRAPI" in the top menu: Oculus -> Tools -> OVR Utilities Plugin.