I am running this script:
void Awake()
{
AudioListener.volume = 10f;
}
and the volume does increase. The gain is too much after 30-40. This is super helpful since i dont have to increase the volume on my audio assets externally but is it stable or is something weird going on? I am on unity 4.6 beta and im using both 2d and 3d sounds.