On Mac (Silicon) the Unity Editor Progress Bars only update when the progress bar window is in focus, otherwise they appear “stuck” (Also the standard unity progress bars such as build progress)
Also EditorUtility.ClearProgressBar does not remove progress bars on mac (while it works on windows)
Is this a known issue? Is there any workarounds?
What specific version of 2022.3 are you using?
1 Like
Hi, thanks for the quick reply, I’m using: 2022.3.51f1
I just tried it locally and could reproduce the issue. So I think this is a legit bug. For me the dialog didn’t update but did go away when progress finished even when in the background. Are you seeing the same thing?
1 Like
Yes once progress finishes the dialog goes away.
However sometimes this can take a few extra seconds. When using custom progress bars this can lead to multiple overlapping progress bars (even though clear is called)
I am also facing this difficulty.
Has anybody already filed a bug for this? If not would you be able to and then we can investigate? Thanks!