GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
90 stars 19 forks source link

Add the ability to customize supported Meta devices #50

Closed m4gr3d closed 10 months ago

m4gr3d commented 11 months ago

Update the OpenXR loaders plugin to allow customizing of supported Meta devices

Screenshot 2023-10-06 at 8 40 36 PM

In addition, adds support for Quest 3 which is to be launched on 10/10/2023.

BastiaanOlij commented 10 months ago

As discussed during the meeting, it would be nice if we just have tickboxes for the different quests, that way the user can be very specific. For instance I can imagine a game that requires eye tracking to only tick the quest pro box.

We can then either disable the ability to have both quest 1 and quest 3 ticked simultaneously, or give a warning.

m4gr3d commented 10 months ago

@BastiaanOlij I've updated the PR as discussed.