GodotVR / godot_openxr_vendors

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

Adding missing focusaware entry to meta manifest #29

Closed decacis closed 1 year ago

decacis commented 1 year ago

This PR adds a missing entry in the AndroidManifest.xml for the meta loader, that is required when uploading an application to either App Lab or the main Meta Quest store.

m4gr3d commented 1 year ago

@decacis We removed that manifest entry because it's now enabled by default for all Meta apps. Did you get an error when uploading to the store?

decacis commented 1 year ago

@m4gr3d Indeed, I get an error telling me that the focusaware entry is required: Screamer-Distant-Flashy

I am using Godot 4.0 RC 2 with the latest release of the OpenXR loaders (alpha 4) and MQDH version 3.2.0. Adding the entry resolves the issue.