Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4.6f1
2020.3
2020.3.9f1
2021.1
2021.2
Issue ID
1341742
Regression
Yes
Increased Audio file ImportedSize when Compression Format is Vorbis
How to reproduce:
1. Open the attached "case_1341742.zip" project
2. In the Project window, select File1/FIle2
3. Observe its ImportedSize in the Inspector
Expected result: File1 Imported size is ~94.9 KB, File2 Imported size is ~10.5 KB
Actual result: File1 Imported size is ~130.1 KB, File2 Imported size is ~17.5 KB
Reproducible with: 2019.4.6f1, 2020.3.13f1, 2021.1.13f1, 2021.2.0b1
Not reproducible with: 2018.4.36f1, 2019.4.5f1
Note: For some Audio files, changing quality (e.g. from 1 to 100) does not affect the Imported Size
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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Resolution Note (2022.1.X):
This is a side effect of fixes we made to:
- prevent the vorbis encoder from crashing
- prevent invalid clips from being generated at import time