-
Notifications
You must be signed in to change notification settings - Fork 9
Installation: Windows
Martin Evans edited this page Oct 9, 2015
·
1 revision
Unfortunately FMOD licensing does not allow for the FMOD dlls to be distributed with the nuget package and you will need to download these yourself.
-
Download and install FMOD Studio from here
-
Create a new folder in your project Dependencies/x86
-
Now you need to copy the DLLs into your project. Assuming your install directory is something like:
C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api
You need to copy studio\lib\fmodstudio.dll and lowlevel\lib\fmod.dll into the x86 folder.
-
Right click and select properties. Set "Copy To Output Directory" to "Copy If Newer" for both files
This process currently only works for x86 on windows. A PR to support x64 would be very welcome!