Forum Discussion
techmage
2 years agoMHCP Member
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...
- 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.
MartinFnitraM
2 years agoProtege
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.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 9 months ago
- 1 year ago