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

My device is not have roomPermission #19

Open
cym63238998 opened this issue Oct 19, 2023 · 0 comments
Open

My device is not have roomPermission #19

cym63238998 opened this issue Oct 19, 2023 · 0 comments

Comments

@cym63238998
Copy link

My device "Quest 2" does not have "Spatial data" permission.

According to the Oculus official manual

/ * *

Oculus -> Tools -> Create store-compatible AndroidManifest.xml

The following permissions are required for SSA and passthrough to work in your app:

< uses-permission android:name=”com.oculus.permission.USE_ANCHOR_API” />

< uses-permission android:name=”com.oculus.permission.IMPORT_EXPORT_IOT_MAP_DATA” android:required=”false” />

< uses-feature android:name=”com.oculus.feature.PASSTHROUGH” android:required=”true” />

The Oculus manifest tool will add these permissions when used with the above OVRManager configuration.

    • /

But when I did that, I still didn't have "Spatial data" in my APP, nor did it appear in my Quest Settings.

Oculus official Demo "SharedSpatialAnchors"

Oculus Official Unity Project Demo "SharedSpatialAnchors"

The packaged APK is OK, and the option "Spatial data" will appear in the application permission list. How to solve this problem?

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

No branches or pull requests

1 participant