The Background Tasks window displays the progress of any running asynchronous tasks. For example, you can see the progress for shader compilation, lightmapA pre-rendered texture that contains the effects of light sources on static objects in the scene. Lightmaps are overlaid on top of scene geometry to create the effect of lighting. More info
See in Glossary baking, and occlusion cullingA process that disables rendering GameObjects that are hidden (occluded) from the view of the camera. More info
See in Glossary.
To open the Background Tasks window, do one of the following:
ToolbarA row of buttons and basic controls at the top of the Unity Editor that allows you to interact with the Editor in various ways (e.g. scaling, translation). More info
See in Glossary: Provides options to filter tasks and clear inactive tasks from the list.
Task list: Displays progress information about each task for the following:
Each entry in the Background Tasks window displays the following information about the task.
Screenshot label | Section | Displays |
---|---|---|
1 | Task name/description | A name or short description for the task. |
2 | Progress bar | Indicates how close the task is to completion. If the task is indeterminate, because its progress is not measurable, the bar shows a small filled region that moves from side to side until the task is finished. |
3 | Percent complete | Shows how close the task is to completion, as a percentage. For indeterminate tasks, whose progress is not measurable, this area is empty. |
4 | Cancel | Click to cancel an active task. If the task cannot be cancelled, this icon does not appear. |
5 | Status | Optionally displays a short description of the current activity for an active task. When the task finishes, this area displays its final status (for example, finished, failed, or cancelled). |
6 | Time elapsed/remaining/total | When an active task takes longer than a few seconds, displays either the current time elapsed or the estimated time remaining. When the task finishes, this area displays the total time elapsed. |
Some tasks spawn subtasks. The progress window displays an overall progress entry in the parent task (1), and a sub progress entry for each child task (2).
Monitor subtasks to determine which part of a complex task takes the most time. This is useful for operations like lightmap baking, which can have hundreds of subtasks.
Background tasks can have the following statuses:
Status | Description | Icon |
---|---|---|
Active | The task is running and reports progress as percent complete, or estimated time remaining. | None |
Indeterminate | The task is running and reports progress, but cannot determine how close it is to being complete. | None |
Finished | The task finished successfully |
![]() (check mark) |
Unresponsive | The task has not reported any progress for five seconds. | None |
Cancelled | The task is no longer active because you cancelled it manually. Some tasks cannot be cancelled from the Background Tasks window. |
![]() (warning symbol) |
Failed | The task is no longer active because it failed |
![]() (error symbol) |
Use the filter options in the Background Tasks window toolbar to hide and show different types of tasks.
Filter option | Shows or hides |
---|---|
![]() (check mark) |
Finished tasks |
![]() (warning symbol) |
Cancelled and unresponsive tasks |
![]() (error symbol) |
Failed tasks |
You can cancel some running tasks directly from the Background Tasks window. To cancel a running task click the cancel (x) icon.
Click the Clear inactive button in the toolbar to remove all inactive tasks from the list.
Unity automatically clears most finished tasks from the list. However, some tasks are designed to stay in the list until you clear them manually.
Failed and cancelled tasks also stay in the list until you clear them.
To clear unresponsive tasks, you must cancel them first.
The Unity Editor status bar displays a global progress bar that shows the aggregate overall progress of all active tasks. It does not include finished, failed, or cancelled tasks.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.