FMOD Distance Filter Unity build issue / File not found error for some users

It’s possible that the fmod_distance_filter.dll has a dependency that isn’t available on some machines, that could cause the appearance of a slightly erroneous “file not found” error. The most common cause of dependency failure is dynamically linking the C runtime, if you statically link it should remove that. I find the tool “Dependency Walker” really useful for exploring these things.

1 Like