Working with Godot
Note
While we do not have an official integration for Godot Engine the Utopia-Rise FMOD-GDExtension is receiving regular updates. We will do our best to support you however we can! Their integration docs can be found here.
More info here: FMOD Forums
Source Control
We recommend adding the following to your Github .gitignore for the Godot FMOD integration:
# Keep FMOD addon (plugin + native libs)
!/addons/fmod/**
!/addons/fmod/**/**
# Keep FMOD banks
!/Banks/**
!/Banks/**/**