Registering Plugin for FMOD in Unity

Hi! I’ve been trying to register an FMOD plugin for windows but I’m not being able to find where. I looked up the documentation, but only explains how, not where and I also found this post of 2016, but I’m not being able to find the fmod_listener file. (The plugin in question is Audio Wind, if it’s of any help, and I do have the .dll)

Official Documentation
-https://fmod.com/docs/2.02/unity/plugins.html

Forum Post of 2016
-https://qa.fmod.com/t/fmod-pluginlist/12563

Hi,

What version of FMOD are you using?

If you are looking to dynamically link the plugin in, the .dll file will have to be placed into the target platform within the FMOD integration:
image
This example image is for Windows.

Then you will have to list it in the integration settings:

Let me know if this is what you are looking for.

1 Like

Yes! This was it! I tried looking into StudioSettings, as the documentation suggests, but it didn’t occur to me to touch the Editor or Default options. Thanks a lot.

1 Like

No worries!

Please let us know if there is anything else we can assist with!

1 Like