Search Issue Tracker
By Design
Votes
0
Found in
2020.3.37f1
2021.3.8f1
2022.1.12f1
2022.2.0b3
2023.1.0a4
Issue ID
UUM-11076
Regression
No
Selecting big audio files in the Project window causes the editor to call OnGUI.Repaint or ProjectBrowser.MouseUp
Reproduction steps:
# Open the user attached project
# Click on the asset contained in Assets/Sounds/Music
# Observe the editor
Expected result: No prompts appear
Actual result: Prompt saying “Hold on… OnGUI.Repaint” appears for 5-7 seconds
Reproducible with: 2020.3.37f1, 2021.3.8f1, 2022.1.12f1, 2022.2.0b3, 2023.1.0a4
Reproduced on: Windows 10
Note: issue happens only once, reproducing the second time will require restarting the project. Sometimes and probably related to the version instead of a prompt saying “OnGUI.Repaint“ there will be a prompt saying “ProjectBrowser.MouseUp”, this couldn’t be reliably tested. The tested audio file is .wav, 311 MB, unable to test other formats since it’s hard to obtain such. In 2020.3 prompt seems to take longer time than other streams
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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Resolution Note:
Not a bug. Optimising the speed at which the inspector window can load big audio files is a feature request. The issue only arises the first time a user clicks on the clip and the editor shows a loading bar on Windows / the spinning wheel of death on Mac.