Skip to content
New issue

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

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

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

BastiaanOlij
Copy link
Member

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 BastiaanOlij added the enhancement New feature or request label Jun 29, 2024
@BastiaanOlij BastiaanOlij added this to the 3.0.0 milestone Jun 29, 2024
@BastiaanOlij BastiaanOlij self-assigned this Jun 29, 2024
@BastiaanOlij BastiaanOlij force-pushed the pico_khronos branch 2 times, most recently from 3ec1bab to e5da86a Compare June 29, 2024 02:48
@BastiaanOlij
Copy link
Member Author

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

@m4gr3d m4gr3d merged commit aec5063 into GodotVR:master Jun 29, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants