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
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
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.