- Home /
Every sound is too quiet
I'm making a 2D game, and I starting to work with sound for the first time.
So I want to make it in 3D sound to fade in and away.
I turn Spatial Blend to 1f in my Audio Source, but every sound is starting to look very very quiet when the volume is set to 1f.
What to do in this situation?
You should perhaps check out the settings on your sound source and what kind of fading curve you set on it (try different fading curves and so on). Also take a look at the max distance you set for your soundsource.
So here's what it looks like. $$anonymous$$y source volume is set to max Is the distance value is very changing volume sound very much? Because I just notice that the sound can be heard from a bigger distance
What is your average distance between your sound source and your audio listener? In case it is >100 units you should perhaps try a linear dropoff in your audiosource ins$$anonymous$$d of the logarithmic one. But that strongly depends on the type of your application.