GodotVR / godot_openxr_vendors

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

Contents of the ZIP file #3

Open BastiaanOlij opened 1 year ago

BastiaanOlij commented 1 year ago

So there is an important difference between the zip file created for a PR as an artifact and the zip file created as part of a release.

The zip file on the artifact will contain the following entries:

This is what you would expect to see.

The zip file on the release however will contain the following entries:

A root folder is required by the Godot Asset Library, the contents of this root folder will be extracted into the Godot project resulting in the correct file structure.

haplionheart commented 4 months ago

Note that if you're importing the plugin using the Release version of the zip, you need to make sure the "Ignore asset root" box is checked on the import screen. Otherwise the "asset" folder gets included and the import fails