Search Issue Tracker
By Design
Votes
0
Found in
Issue ID
1095422
Regression
No
Disable Unity Audio causes inconsistent results via editors and builds
To reproduce:
1. Open attached project "TestVideoPlayer.zip"
2. In main toolbar, go to Edit>Project Settings>Audio
3. make sure the Disable Unity Audio field is ticked
4. Build the project on Android or Standalone
Expected: only the video music is playing when Disable Unity Audio is enabled
Actual: both tracks are playing
Reproduced in: 2017.4.14f1, 2018.1.9f2, 2018.2.15f1, 2018.3.0b9, 2019.1.0a8
Note1: documentation states that Disable Unity Audio parameter only disables the Audio on Standalone builds, however results do not differ in Android:
https://docs.unity3d.com/Manual/class-AudioManager.html
Note2: since 2018.2.0a4, Win10 Standalone and Android does not play any audio
MacOS, iOS: only first track playing
Windows10, Android: Only first track playing, after regression no audio is playing
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
- Incorrect Shader keyword activation for Shadows when no Light is present in URP
- Editor freezes when loading a specific AssetBundle
- WebGPU builds with Multithreading enabled crash on Safari
- Set as Value in UI Builder doesn't work across all properties.
- Calculating time durations in RenderDoc with DX12 causes 'Device Lost error' popup
Resolution Note:
Having no audio from VideoPlayer when Unity audio is disabled is the intention. Previous behaviour of Unity VideoPlayer still outputting audio in this scenario was a bug that has been addressed since.