Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2018.4.X, 2019.4.X, 2020.3.X, 2021.1.X
Votes
1
Found in
2018.4
2019.4
2020.1
2020.1.0b13
2020.2
Issue ID
1256250
Regression
No
[Audio] Reset does not work for any effect added in Audio mixer
For Audio Mixer, resetting the gameObject does not reset any effects added to it. Refer the attached video
1) Create a new project
2) Window > Audio > Audio Mixer
3) Create an Audio mixer
4) Add Low and High pass filter
5) Increase all the slider values to maximum for both the effects
6) In top right burger button, Click reset
Actual result: Reset does not work for any effect added in Audio mixer
Expected result: Reset should work for all the effects added
Occurring in: 2020.2.0a15, 2020.1.0b13, 2019.4.1f1, 2018.4.23f1
Environment: Both Windows and Ma
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
- Select Dependencies context menu doesn't work properly in Project Browser
- "GPU Time Threshold" in VFX Graph Heatmap Parameters can be set to a negative value
- List of supported Platforms for 3D Templates in Unity Hub is outdated
- Light.shadowMatrixOverride is ignored when using GPU Resident Drawer
- Setting the the "PreWarm Delta Time" to the smallest value always sets the "PreWarm Step Count" to the different random values
Resolution Note (fix version 2020.2):
Implemented SmartReset() function for the audio mixer group.