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
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
- Crash on OnDemandScheduler::HandleImportWorkerLogs when performing various Unity operations
Add comment