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

REQUEST: Please use EditorUtility.DisplayProgressBar / EditorUtility.ClearProgressBar to stop UI from freezing. #14

@kamgam

Description

@kamgam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions