MacOS DllNotFoundException: fmodstudioL

Completely removing FMOD and installing again should work, I’ve just tested again locally importing 2.01.08 into an empty Unity project. Just to confirm it is indeed the line ending issue, can you open a terminal and type the following:

nano -N Assets/Plugins/FMOD/lib/mac/fmodstudioL.bundle/Contents/Info.plist

The -N in the above will ensure no file endings are swapped on open, if you have incorrect line endings you will see ^M on the end of every line. If you do see this I’m super curious how that’s happening, I’m assuming you are simply running the asset package on your Mac and importing it into your project?