Skip to content

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.

  1. Download and install FMOD Studio from here

  2. Create a new folder in your project Dependencies/x86

  3. 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.

  4. 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!

Clone this wiki locally