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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
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