[SOLVED] WebGL AudioClip import issue

Hello all!

I tried to build my project for WebGL platform and this error shows up every time:
“Errors during import of AudioClip Assets/Music/Clearside_-_Siste_Viator.mp3”

The desired behavior:
build the project without any error.

Thing I’ve tried:

  • Import in older Unity
  • Convert audio into other audio format (like: .ogg)
  • Google a lot. :slight_smile:

Thank you for your help in advance!
Roland

I found the source of the problem and a solution for it: the shift in 5.1 was to dynamically load the media libraries from Windows, thus requiring the Media Feature Pack for Windows 7 and up (http://www.microsoft.com/en-us/search/Results.aspx?q=Media% Feature% Pack). Just download the proper one and the issue is gone.