Hello everyone,
I’m having an issue where mp3 files are not being recognized in my Unity project, either in the editor or in the WebGL build. This issue occurred when I updated from version 2022.1 to Unity 2022.2, and the mp3 audio files were not shown in the project.
I’ve attempted to read the files using the “AudioClip” and “AudioSource” components. But neither seems to work. Has anyone else run into this problem or know how to fix it? Any help would be greatly appreciated.
Thanks!