Search Issue Tracker
Fixed in 2018.1.X
Won't Fix in 2017.1.X
Votes
0
Found in
5.6.2p1
Issue ID
928587
Regression
No
2D sound with audibility above 0 becomes virtualized when it has the highest priority and audibility
To reproduce:
1. Open attached project;
2. Open "testscene" scene;
3. Enter Play mode;
4. You will hear two sounds:
-"dlg_graves_intro_01 - Dialogue2D" (priority is 0),
-"wall_crumble - Effects"(priority is 64);
Note: The third sound "wall_hammer - Interface" has the lowest priority: 128, so it is virtualized (Max Real Voices in the Audio Manager are set to 2 (Edit > Project Settings > Audio).
5. Open the Profiler window (Window > Profiler or Ctrl + 7);
6. In the Profiler window, click on Audio > Channels:
-Notice wall_hammer sound is virtualized.
7. Open Audio Mixer (Window > Audio Mixer or Ctrl +8);
8. Select GlobalVolumeControl, press "Edit in play mode", and increase the "Master" volume to 1 (or higher);
9. In the Profiler window, notice that "dlg_graves_intro_01 - Dialogue2D" is virtualized, "wall_hammer - Interface" becomes audible.
Result: a 2D sound with audibility above 0 becomes virtualized despite the fact, that it has the highest priority and audibility.
Reproduced on versions: 5.5.4p1, 5.6.2p1, 5.6.2p2, 2017.1.0f3, 2017.2.0b2.
Fixed on: 2018.1.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment