This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Description
The tool tends to get Unity stuck (ui freeze). I know that's because the code is synchronous and does some heavy work.
However, there actually are some nice unity editor methods called EditorUtility.DisplayProgressBar and EditorUtility.ClearProgressBar. They are synchronous methods so no change to your code structure is needed. Just add it at the beginning and end. It would solve the freezing issue.