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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
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.