Sound Effect System
Customizing Sounds
Inside the Sound Effect Player
object (located within the AquafloatController
Prefab), there is a Default Sound Bank
. You can add sounds to the default bank to apply them to all float volumes.
You can create additional SoundBanks
and override the default sound bank on a per float volume basis by placing the SoundBank
script in the "override" slot on the FloatVolume
.
Last updated