Version
Wwise Unity Integration Documentation
|
To test your Unity application on a Linux machine, build and deploy your app to the machine. When executing Build
or Build
and
Run
in Unity Editor, Unity generates a folder containing the compiled game. Copy this folder to the Linux machine and double-click on the .x86_64 file in the build folder to launch the game.
Note: | The Wwise Unity Integration for Linux needs libSDL2 installed on the machine to work. Without this, a "DLLNotFoundException" message is displayed when launching the game. |
To install libSDL2
for Ubuntu 12.04, do the following:
sudo apt-get install build-essential libasound2-dev
wget http://www.libsdl.org/release/SDL2-2.0.3.tar.gz
tar -zxvf SDL2-2.0.3.tar.gz
cd SDL2-2.0.3
./configure
make
sudo make install
sudo ldconfig
Note: | The requirements may vary depending on the machine's configuration. Refer to libsdl.org for installation instructions on other setups. |
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise