GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
105 stars 24 forks source link

Add additional feature and permissions settings to Khronos manifest #37

Closed BastiaanOlij closed 1 year ago

BastiaanOlij commented 1 year ago

Comparing our manifest with Khronos' hello-xr example, we're missing a feature and permission.

BastiaanOlij commented 1 year ago

@m4gr3d if you haven't included these already, you might want to add this into your refactor PR?

m4gr3d commented 1 year ago

@m4gr3d if you haven't included these already, you might want to add this into your refactor PR?

These entries can be left here since they don't require specific configurations; they will be added to the generated binary via manifest merging with the manifest that's being edited.

In the export plugin logic, we only want to include manifest entries that are either optional or have multiple values or that depend on a specific Godot manifest element (e.g: GodotApp activity element entry).