- Home /
Multiple instances of EditorUtility.DisplayProgressBar
Hi all, im trying to use this to show build automation progress, however Unity's internal code to update the progress whilst building overrides it
Is there anyway to create a second progress bar that is not affected by unity's internal code?
Thanks QFSW
Answer by sam_in_denmark · Jul 20, 2018 at 10:45 AM
No. I created a wrapper for EditorUtility.DisplayProgressBar, then replaced ALL uses to use the wrapper, and then I can better control interruptions of what I want to display. Still, interuptions happen.
Your answer
Follow this Question
Related Questions
Accessing All Selected Objects in OnSceneGUI 1 Answer
EditorGUI.Foldout consumes click so GUI.Button doesnt work when inside of foldout region. 1 Answer
BeginChangeCheck & EndChangeCheck not working? 1 Answer
How do I code my own custom built blend tree node as seen in the Animation Controller Editor Window? 1 Answer
How to get width at which Inspector does line breaks (for Vectors) 1 Answer