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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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