Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3.10f1
2020.2
Issue ID
1241805
Regression
No
[WebGL] 3D audio is not played together with the video on WebGL builds
Reproduction steps:
1. Open the attached project ("case_1241805-3D_audio_test.zip")
2. Open the repro scene ("test_with_video")
3. Configure "video_audio_Cube" object to play video from "Assets/womb_550x300.mp4"
4. Enter Play Mode
5. Move around with WASD or arrow keys and experience 3D audio effect
6. Exit Play Mode
7. Make a WebGL build and run it
8. (Optional) Press "P" to load scene without video and hear that 3D audio is played
Expected result: 3D audio can be heard
Actual result: Audio is fully 2D
Reproducible with: 2018.4.23f1, 2019.4.0f1, 2020.1.0b12, 2020.2.0a14
Tested with: Chrome (83.0.4103.61), Firefox (77.0), Edge (83.0.478.44)
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
- Top and bottom color channels are swapped when lighting an object with Six Way Shader Graph in URP
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
Resolution Note (2020.2.X):
3D positioning the audio of a video clip is unsupported in WebGL, due to the way that browser handles the video playback on behalf of Unity engine.