Search Issue Tracker
By Design
Votes
0
Found in
2021.2.10f1
2022.1.0b4
Issue ID
1396854
Regression
No
[WebPlatform] Audio can not be muted when video is playing
How to reproduce:
1. Download the attached VideoProject
2. Build and run "Educational Movies" scene on WebGL
3. Press Play to play video
4. When video is playing which has sound, press "mute" button
it executes aSource.mute = !soundToggle.isOn;
Expected result: Video is muted
Actual result: video is still playing with sound and only next video is muted
Tested and reproduced on Chrome and Safari browsers
MacBook Pro (15-inch, 2017), OS: Big Sur 11.6.1
Mobile:
VLNQA00342, Note20 Ultra 5G INT, Mali-G77, Exynos 990, 10.0.0
iPhone 13 Pro, A15, iOS 15.1.1<-on iPhone mute complete doesn't work on both Chrome and Safari browsers
Tested and reproduced with Unity: 2021.2.10f1.4301, 2022.1.0b4_0b1e54378c16, 2022.1.0a13.1822, 2022.2.0a4.660,
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
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
Resolution Note (2022.2.X):
The VideoPlayer does not support outputting audio through an AudioSource on WebGL. This is documented in https://docs.unity3d.com/ScriptReference/Video.VideoPlayer-audioOutputMode.html