Skip to content

Releases: nathanhoad/godot_sound_manager

v2.0.0 for Godot 4

01 Jan 23:42
Compare
Choose a tag to compare
  • Updates the addon to work with Godot 4.

v1.4.0 for Godot 3

13 Jun 09:48
Compare
Choose a tag to compare
  • Adds support for changing volume

v1.3.1

04 Jun 06:53
Compare
Choose a tag to compare
  • Fixes an issue that was stopping the bus from being guessed

v1.3.0

17 Apr 11:35
Compare
Choose a tag to compare
  • Fixes a few incorrect types (thanks @DaelonSuzuka)
  • Tidies up some internals (thanks @DaelonSuzuka)
  • Adds a few convenience methods for getting information about what music is currently playing

v1.2.0

17 Apr 02:14
Compare
Choose a tag to compare
  • Refactored some internals to better handle quick changes in music
  • Added a method for checking if a song is currently playing

v1.1.1

05 Mar 05:04
Compare
Choose a tag to compare
  • Fixes the UI audio pool

v1.1.0

05 Mar 02:26
Compare
Choose a tag to compare
  • Split sounds into local and UI
  • Play methods now return the AudioStreamPlayer that is playing the stream