Search Issue Tracker
Fixed
Fixed in 2021.3.32f1, 2022.3.10f1, 2023.1.13f1, 2023.2.0b9, 2023.3.0a2, 7000.0.0a1
Votes
15
Found in
2021.3.22f1
2022.2.12f1
2023.2.0a8
2023.3.0a1
Issue ID
UUM-32163
Regression
No
[WebGL] A MP3 audio clip downloaded through UnityWebRequestMultimedia.GetAudioClip can't be replayed
Steps to reproduce:
# Download attached project
# Switch platform to "WebGL" and click Build&Run
# Open Debug Console in browser and listen to audio played
Expected Result: Audio plays, pauses after a few seconds and starts to play again.
Actual Result: Audio plays only once briefly and there are errors on the console.
"Channel.playSoundClip error. Exception: TypeError: The provided value is non-finite"
Comments (2)
-
PieterAlbers
Aug 25, 2023 13:42
+1 on backport-ing
-
jgore_aofl
Jul 13, 2023 01:09
I would greatly appreciate this being backported to 2022.3 and 2021.3
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note (fix version 2023.3.0a2):
Audio: Added lazy `loopEnd` evaluation to avoid keeping an invalid value of 0. Downloaded audio files were were not updating this, causing a division by zero in the playback process.