Search Issue Tracker
Fixed
Fixed in 2021.3.17f1, 2022.2.6f1, 2023.1.0a23
Votes
0
Found in
2020.3.39f1
2021.3.10f1
2022.1.17f1
2022.2.0b10
2023.1.0a14
Issue ID
UUM-16609
Regression
No
[WebGL] WebGL throws an incorrect error when importing a too small audio file
Reproduction steps:
# Create WebGL project
# Import attached file “1023samples.wav“
# Observe Console
Expected results: Error thrown “Possibly the file is too short. Try to append silence such that the length becomes greater than 1023 samples.“
Actual results: Error thrown “Possibly the file is too short. Try to append silence such that the length becomes greater than 256 samples.“
Reproducible with: 2020.3.40f1, 2021.3.11f1, 2022.1.18f1
Couldn't test with: 2022.2.0b9(FSBTool Errors), 2023.1.0a12(FSBTool Errors)
Reproduced on: Windows 11
Note: On other platforms this issue is not reproducible
Comments (1)
-
lavi_unity
Mar 26, 2024 07:58
I got the error in the UCB WebGL build with unity version 2022.3.18f1, but can't see it in the affected versions here.
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
- Unity crashes during the scene template selection in the "Inspector" tab
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
Resolution Note (fix version 2023.1.0a23):
Improved an FSBTool AAC-encoding error message related to small files. They need to be at least 1024 samples, not 256.
Resolution Note (fix version 2021.3.17f1):
Audio: Updated FMOD's FLAC from version 1.2.1 to 1.3.4. This fixes an issue identified by our application security team.