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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
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