D
Publisher
derwenzel
RandomAudioPlayer 2D
2D
Audio Random Sound Playback Management Children Volume Effects
A simple node that selects a random child and plays the audio
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
RandomAudioPlayer
A simple node that selects a random child and plays the audio.
๐งช Installation
- Download for Godot 4.x
- Unpack the
random_audio_playerfolder into your/addonsfolder within the Godot project - Enable this addon within the Godot settings:
Project > Project Settings > Plugins
๐ Getting started

@onready var rnd_audio_manager = $AudioManager
func your_func():
...
rnd_audio_manager.play() // selects a random audio child
...
The node has some fieds that overwrites the values of the children:
- volume_Db_overwrite
- max_distance_overwrite If the field changes the value will assigned to all the children