Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Bounding Box Available in Quest Pro or only Quest 3? #1171

Open
samuelmorais opened this issue Apr 10, 2024 · 1 comment
Open

Is Bounding Box Available in Quest Pro or only Quest 3? #1171

samuelmorais opened this issue Apr 10, 2024 · 1 comment
Labels
how to Explains how to accomplish something

Comments

@samuelmorais
Copy link

samuelmorais commented Apr 10, 2024

I tried the Bounding Box sample scene and built it to Quest Pro, but after trying the following code:
if (LoaderUtility .GetActiveLoader()? .GetLoadedSubsystem<XRBoundingBoxSubsystem>() != null) { m_Text.text = "Bounding Box Subsystem is available"; // XRBoundingBoxSubsystem was loaded. The platform supports bounding box detection. } else { m_Text.text = "Bounding Box Subsystem is not available"; // XRBoundingBoxSubsystem was not loaded. The platform does not support bounding box detection. }

I saw the message "Bounding Box Subsystem is not available".

Is it possible to run the bounding box in Quest Pro or only in Quest 3?

@samuelmorais samuelmorais added the how to Explains how to accomplish something label Apr 10, 2024
@jake-manfre
Copy link

It should be available on Quest 2, Quest 3, and Quest Pro. Do you have the feature enabled in XR Plug-in Management > OpenXR in the OpenXR Feature Groups section https://docs.unity3d.com/Packages/[email protected]/manual/index.html#getting-started?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
how to Explains how to accomplish something
Projects
None yet
Development

No branches or pull requests

2 participants