Search Issue Tracker
Fixed in 4.3.X
Votes
0
Found in
4.1.2f1
Issue ID
542844
Regression
No
AudioImporterInspector: Compression slider shows wrong max
Reproduced on 4.2.b1
When you select an AudioClip, Unity displays the AudioImporterInspector. In the AudioImporterInspector, the initial maximum value for "Compression (kbps)" is incorrect. It receives the correct value once you click "Apply" or "Revert" though.
Reproduce:
1) Open example project attached to this bug report
2) Select the asset "Assets/airlock_door_close 5.wav"
3) Drag the Compression slider in the AudioImporterInspector to the most right (max value).
=> Notice that it displays "256" at this point.
4) Click "Revert"
5) Drag the Compression slider in the AudioImporterInspector to the most right again.
=> Notice that is displays "240" now, which seems to be the correct value.
Expected behavior:
The Compression slider show display the correct maximum value (240) to begin with.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
Add comment