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
Comments (2)
-
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
- The hover selection/highlight of items in the Insert button dropdown and the Documentation button dropdown are hard to see when hovered using the Light Editor theme
- NullReferenceExceptions appear when clicking to rename and then deleting the only GameObject in a scene
- Crash on "core::base_hash_set" when using nested [SerializeReference] fields in List<T> structures
- A ghost Game Window and multiple errors appear in the Editor when a Render Texture used by a Camera's "Target Texture" property is deleted
- Color Picker feels less smooth when dragging a Variables Color property in UI Builder Inspector
Resolution Note (2020.2.X):
Kinda wrong usage of DisplayProgressBar API. Will clarify in the docs.