An “Cannot create FMOD::Sound instance for clip "dt2_01" (FMOD error: Unsupported file or audio format. )” Error gets thrown when trying to play an Audio Clip from Asset Bundle
Unity: Platform Audio
Won't Fix
2023.2.X
2023.1.X
2022.3.X
2022.2.X
2021.3.X
2020.3.X
Cancelling the 2020.3 back-port, as 2020.3 is no longer supported.
Reproduction steps:
1. Open the attached “webgl-lightmaps.zip” project
2. Open the “Assets/Scenes/test-audio.unity” Scene
3. Enter the Play Mode
4. Observe the Console window
Expected result: Audio is played and there are no errors present in the Console window
Actual result: No audio is played and “Cannot create FMOD::Sound instance for clip "dt2_01" (FMOD error: Unsupported file or audio format. )” Error is present in the Console