- Home /
Unity 5 low audio volume
I have a background sound for my game, in unity4 the sound plays fine but when i switch my game in unity5, my background sound plays with very a low volume even if the setting for volume in the inspector is set to one... but other audio clips are playing normal except for my background sound, im not changing the volume setting in my script...
what do you think could be the reason? TIA :)
Answer by RodzGames · Mar 09, 2015 at 07:39 AM
In the Audio Source, set the Spatial Blend to 0 (2D).
your right, but im using unity5, how can i do that in unity5? :)
This answer helped me. @ the other comment by the OP - in the inspector panel for Audio Source there's a bunch of new options. This is the same panel where previously you had Volume and $$anonymous$$ch settings. One of the new ones is 'Spatial Blend', set it to 0 so it is a 2d sound rather than a 3d one.