cacheServerEnableDownload
Toggle whether to enable downloading from cache server.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool cacheServerEnableDownload { get; set; }
Remarks
This toggles whether to try to download an asset before starting an import. If asset is available on the cache server, the import will be skipped all together.