Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


allowAsyncStatusUpdate

Allow version control status updates to be performed asynchronously.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool allowAsyncStatusUpdate { get; set; }

Remarks

When enabled, version control status updates are performed asynchronously in the background. This can improve Editor responsiveness when working with large projects under version control, but might result in status icons being temporarily out of date.