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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
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.