Skip to content

Release v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 11:26
4743749

Tested against Godot 3.5 and FMOD API 2.02.09

Changes in this Release

  • Fmod event Emitter node added. You can now use it to start Fmod instance event without relying on scripts. Thx @bitbrain.
  • New UI dock to set a Fmod configuration that can be automatically loaded at start or manually loaded. Thx @ManInBlue917.
  • New set_default_callback() function. The argument is going to be used as a default callback setting for all events created after the call.