- Home /
Question by
SparkleBoom · Oct 01, 2020 at 06:03 PM ·
custom editorcustom inspectorcompilingprogress bar
How can I get time of compiling to use used in a progress bar in a custom editor?
Hi everybody. Just a simple question. How can I create a progress bar to display script build time? Or rather, how can I calculate the compilation time to pass to the progress bar? I'm using EditorApplication.isCompiling right now, but my progress bar (EditorUtility.DisplayProgressBar) just instantly full. Someone have a solution? Thanks everybody
Comment
Your answer
Follow this Question
Related Questions
Can the GameObjectInspector window be customized? 0 Answers
EditorGUILayout.PropertyField cannot draw custom class? 2 Answers
Inspector Overlapping Text Label at a Position 1 Answer
CustomPropertyDrawer undoable properties 1 Answer
How to limit an ObjectField to assets with specific file extension 2 Answers