Skip to content

Commit

Permalink
Fix some OpenXR stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Nov 13, 2024
1 parent c9b2ae2 commit fbf84c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro|quest3" />
<meta-data android:name="com.oculus.supportedDevices" android:value="quest2|questpro|quest3|quest3s" />
<meta-data android:name="pvr.app.type" android:value="vr"/>
<meta-data android:name="pvr.display.orientation" android:value="180"/>
<meta-data android:name="pvr.sdk.version" android:value="OpenXR" />
<meta-data android:name="com.oculus.vr.focusaware" android:value="true" />
<meta-data android:name="com.oculus.intent.category.VR" android:value="vr_only"/>
</application>
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
</manifest>
Binary file not shown.

0 comments on commit fbf84c9

Please sign in to comment.