Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShowDetails(bool)

Opens the progress window for background tasks.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static void ShowDetails(bool shouldReposition = true)

Parameters

shouldReposition

To place the window in the bottom right corner of the main Editor window, pass True. To restore the last window position, pass False.

Remarks

You can use this window to monitor all running progress indicators and finished tasks. You can also use it to cancel any running progress indicator's associated task.