We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 "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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: