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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
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.