Search Issue Tracker
Fixed
Fixed in 2021.3.35f1, 2022.3.19f1, 2023.2.7f1, 2023.3.0b4, 7000.0.0a1
Votes
3
Found in
2021.3.31f1
2022.3.12f1
2023.1.19f1
2023.2.0b16
2023.3.0a11
Issue ID
UUM-54675
Regression
No
Audio skips forward when it is paused and played several times in WebGL
How to reproduce:
1. Open the “audio_bug“ project
2. Open the “SampleScene“
3. Press File → Build and Run
4. In Player, press the “Button“, wait around 10 seconds, and press it again
5. Repeat step 4 about 6 times
Expected result: The audio pauses and plays until the end
Actual result: Audio skips to the end before finishing
Reproducible with: 2021.3.31f1, 2022.3.12f1, 2023.1.19f1, 2023.2.0b16, 2023.3.0a11
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
Note: If the issue does not reproduce keep repeating step 4.
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
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
- URP _EMISSION keyword removed from Material when Global Illumination is set to None
- Adding “Entities Graphics Stats Drawer (Script)” Component in Inspector spams “InvalidOperationException: using UnityEngine.Input with Input System active” errors in the Console window
- "New Project" creation window shows only "Project name" instead of "Project Name & Location"
- "Line breaking recursion max threshold hit" error when Overflow is set to Ellipsis with fonts missing the ellipsis character
Resolution Note (fix version 2023.3.0b4):
WebGL: Fixed a bug causing audio to skip forward when using AudioClip.Pause() and AudioClip.Resume()