utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
385 stars 42 forks source link

Update compatibility matrices #145

Closed CedNaru closed 1 year ago

CedNaru commented 1 year ago

Solve #115 I removed most of the compatibility matrices as the plugin has been running on all platforms for a long time so it doesn't seem necessary to keep noted that version 0.0 doesn't run on mobile.

Regarding the Godot version, the GDNative API has been stable. I have never encountered any issue testing the plugin on older versions (but I didn't try running our latest release on Godot 3.1, so I might be wrong)

Regarding drivers compatibility, it's hard to track down which APi version was used when. It seems we started using 2.00.x with the 3.0 and 2.02.x with 3.1 and according to the issue 3.1.1 doesn't work with 2.01.x, so I'll just keep those 2 entries.

bitbrain commented 1 year ago

This looks so much cleaner. Great change.