GodotVR / godot_openxr_vendors

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

Fix the plugin version for the export plugins #75

Closed m4gr3d closed 7 months ago

m4gr3d commented 7 months ago

The previous logic relied on EditorPlugin::get_plugin_version(), whose value became empty once we switched to gdextension and removed the plugin.cfg config file.