Search Issue Tracker
By Design
Votes
0
Found in
2020.1.0a23
2020.1.0b16
2020.2
Issue ID
1264191
Regression
Yes
EditorUtility DisplayProgressBar only shows up for one frame and then it is invisible / not showing anything anymore
How to reproduce:
1. Open attached project "DisplayProgressBar.zip" and scene "SampleScene"
2. Enter Play mode
3. Observe the new progress bar window
Expected result: the progress bar stays for as long as the Play mode is active
Actual result: the progress bar shows up for one frame and then disappears. Switching the Editor onto other monitors and maximizing/windowing the Editor results in the progress bar window being showed for one frame
Reproducible with: 2020.1.0a23, 2020.1.0f1, 2020.2.0a18
Not reproducible with: 2018.4.25f1, 2019.4.6f1, 2020.1.0a22
This was not reproducible on MacOS with 2020.2.0a19
-
hazmob123
Nov 10, 2020 15:28
I need to block the editor for some process. "Progress" api is not good for this and EditorUtility.DisplayProgressBar is never showing anything. How can I handle this?
-
Peter77
Jul 23, 2020 12:59
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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Resolution Note (2020.2.X):
Kinda wrong usage of DisplayProgressBar API. Will clarify in the docs.