GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
82 stars 17 forks source link

Use Khronos loader for Pico and add store required manifest entries #180

Closed BastiaanOlij closed 1 week ago

BastiaanOlij commented 1 week ago

As of PICO OS 5.9.0, PICO now uses the Khronos loader and has deprecated their own SDK.

After investigating a support query through our forums for deploying a Godot app to the Pico store, we were pointed to the Pico Quickstart page.

The key missing ingredient is likely the pvr.sdk.version manifest entry that now simply states "OpenXR" to indicate the Khronos loader is used.

This PR alters the PICO entry to use the Khronos loader and adds this new manifest entry. I have not merged the PICO settings into the Khronos loader section as the PICO permission requirements clash with HTCs permission requirements. Our only solution at the moment is to keep these as separate entries.

But everything seems to work otherwise.

BastiaanOlij commented 1 week ago

Changed this the same way as #182 so we no longer need to keep the khronos binaries in our repo but they are pulled in as dependencies by gradle