Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
The Soundwave SFX Manager is an helpful godot plugin that adds two new Nodes: SoundwaveSfx2D and SoundwaveSfx3D which are nodes used to play sounds from a predefined list. It is able to handle overlapping sounds which make it capable of handling multiple different sfx at the same time.
Soundwave Godot music plugin
Table of content
IMPORTANT for the plugin to work properlz a sfx audio bus needs to be created in the editor.
Soundwave SFX Manager
The Soundwave SFX Manager is an helpful godot plugin that adds two new Nodes: SoundwaveSfx2D and SoundwaveSfx3D which are nodes used to play sounds from a predefined list. It is able to handle overlapping sounds which make it capable of handling multiple different sfx at the same time.
Usage
- Install and activate the plugin (learn how).
- Add the
SoundwaveSfx2DorSoundwaveSfx3D(depending on the scene type (2d or 3d)) node to your scene. - Configure the nodes
sfxproperty and add your sfx with fitting keys. - Play sounds by calling the
play_sfx("<your sfx key>")on theSoundwaveSfxnode.
Demo
The demo for this plugin is can be found here. Check the readme for more informations
The Soundwave SFX Manager is an helpful godot plugin that adds two new Nodes: SoundwaveSfx2D and SoundwaveSfx3D which are nodes used to play sounds from a predefined list. It is able to handle overlapping sounds which make it capable of handling multiple different sfx at the same time.
Reviews
Quick Information
The Soundwave SFX Manager is an helpful godot plugin that adds two new Nodes: SoundwaveSfx2D and SoundwaveSfx3D which are nodes used to play sounds from a predefined list. It is able to handle overlapping sounds which make it capable of handling multiple different sfx at the same time.