Entry Point Not Found

Are you including the FMOD dll’s for the required platform/s to your Unity project?
As well as setting up the meta files/plugin settings in Unity.

The wrapper files will be trying to access the unmanaged FMOD libs which we only need to declare the name of and Unity will find, using the meta files to find in editor and a plugins folder in a build.

1 Like