utopia-rise / fmod-gdextension

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

Icon support + remove cache #175

Closed bitbrain closed 8 months ago

bitbrain commented 8 months ago

We previously had to maintain the .godot cache as there were issues caused by https://github.com/godotengine/godot/issues/69511 which is now resolved.

This PR also fixes both icon scaling in Godot and also now shows correct icons on FMOD nodes. fmod-icons-fix fmod-icons-fix2

bitbrain commented 8 months ago

Closed this as removing the .godot cache causes build on MacOS to spin for eternity.