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
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
Resolution Note (2020.2.X):
Kinda wrong usage of DisplayProgressBar API. Will clarify in the docs.