Simple Editor Background Progress


Do you develop utilities and tools for Unity, work with I/O tasks, async and want to monitor the progress of tasks in the Editor and at the same time continue development? Then this asset is for you!


by CasualBunker


Price History +

This is very useful functionality for tracking the progress of background processes of the Unity Editor. The Background Tasks window never been so helpful!


Main Features:

· Easy creation and management of a progress reporting object UnityEditor.Progress:


How to use:

To create Progress you just need to create an instance of the class ProgressHelper - call its constructor and pass information about the task there, add a cancellation token to suit your taste.


The created Progress is associated with the task through the class TaskProgressInfo.


That's it.