I'm currently attempting to deploy and test a Unity game on SteamOS with Wwise Unity Integration (2014.1.5 Build 5282), and unable to audio. When using the command sudo /home/steam/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh ./<YourGame>, I get the following error:
FMOD failed to initialize the output device, attempting to initialize the null output.
When running the game through the desktop, there is no error. In both cases, there is no audio output. Although we were able to get sound when manually installing libSDL2, that won't work for deploying the game at release. Suggestions?