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
- Mouse device is disabled in Play Mode when the "Device Simulator" tab is present as an inactive tab and Game view is not maximised
- GameObject with the Visual Effect Component is not rendered in the Scene view when it is reenabled in the Inspector and the Play mode is paused
- Prefab icon blends in when selected in Project window with the Light Editor theme enabled
- Textures from other Sprites in the Assets leak into Sprite Renderer Sprites when Sprite Atlas v2 is used
- Errors “UI Error: Invalid GUILayout state in TestRunnerWindow view“ and “ArgumentException: An item with the same key has already been added“ are present when running tests with names that duplicate after truncation in the Test Runner window
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