menu
버전
2017.2.10.6745
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
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 (for 32-bit builds) or .x86_64 (for 64-bit builds) file in the build folder to launch the game.
info
|
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
info
|
Note: | The requirements may vary depending on the machine's configuration. Refer to libsdl.org for installation instructions on other setups. |
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요