GodotVR / godot_openxr_vendors

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

Update the plugin's directory structure #51

Closed m4gr3d closed 10 months ago

m4gr3d commented 10 months ago

Minor updates to the addon directory structure to match the latest updates to the documentation in https://github.com/godotengine/godot-docs/pull/7884

m4gr3d commented 10 months ago

I'm a little confused why we moved from export to .export and are now moving back to export as a folder. I personally prefer it without the dot prefix so I'm happy with this change

Originally this was to prevent including the exported binaries in the generated apk twice, but I was able to change the Android export logic, so this is no longer needed.