07-07-2024 09:09 AM - last edited on 07-13-2024 12:56 PM by TheLegend27
https://developer.oculus.com/downloads/package/meta-xr-core-sdk/
The official API docs only refer to v65. Has anyone managed to do this? If you have, would you be so kind as to tell me how please? I'm trying this
private OVRManager ovrManager;
ovrManager = FindObjectOfType<OVRManager>();
ovrManager.shouldBoundaryVisibilityBeSuppressed = true;
but the boundary still appears.
Solved! Go to Solution.
07-13-2024 09:32 AM
https://developer.oculus.com/documentation/unity/unity-boundaryless/
I highly recommend you bookmark that whole documentation site, that's where all of the up to date guides are for all of the Meta SDK features.
07-13-2024 09:32 AM
https://developer.oculus.com/documentation/unity/unity-boundaryless/
I highly recommend you bookmark that whole documentation site, that's where all of the up to date guides are for all of the Meta SDK features.
07-14-2024 04:07 AM
Thanks so much 🙂