Skip to content

Commit

Permalink
Add Quest 3 and deprecate Quest 1
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Oct 2, 2023
1 parent 8a99591 commit 0f2364c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Update to the new Godot 4.2 Android plugin packaging format
- Update the plugin to Godot v2 Android plugin
- Update to the Godot 4.2 Android library
- Update the set of supported Meta devices: add Quest 3 and deprecate Quest 1

## 1.1.0
- Update Meta OpenXR loader to version 54
Expand Down
2 changes: 1 addition & 1 deletion godotopenxrmeta/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<meta-data
android:name="com.oculus.supportedDevices"
android:value="quest|quest2|questpro" />
android:value="quest2|questpro|quest3" />

<meta-data
android:name="com.oculus.vr.focusaware"
Expand Down

0 comments on commit 0f2364c

Please sign in to comment.