- Home /
Cannot load native dll in WebGL build
Hello, I'm trying to use NAudio to get a mp3 (using WWW) into an Audioclip. The thing is NAudio uses Msacm32.dll which I tried adding to the project, but the webgl build still cannot find it. The standalone build works well(it doesnt need this dll tho, because it gets it from the system).
DllNotFoundException: Unable to load DLL 'Msacm32.dll': The specified module could not be found.
Comment
Your answer
Follow this Question
Related Questions
Unity XR plugin manager Tries to load oculus dll on windows even if its disabled. 0 Answers
How to properly use my own DLLs in Unity? 2 Answers
Dll not found exception: unable to load dll 0 Answers
FileNotFoundException: Could not load file or assembly 0 Answers
Windows 8 - DLLNotFoundException. Windows 7 - No problems! 0 Answers