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
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
Add comment