# Editor.EditorUtility.DownloadAsync

```csharp
static System.Threading.Tasks.Task<bool> DownloadAsync(string url, string targetfile, Callback progress = null, System.Threading.CancellationToken token = null)
```

### Parameters

- `url` (`string`)
- `targetfile` (`string`)
- `progress` (`Callback`), default `null`
- `token` (`System.Threading.CancellationToken`), default `null`

### Returns

`System.Threading.Tasks.Task<bool>`

Declared in [Editor.EditorUtility](/api/Editor.EditorUtility).
Assembly: `Sandbox.Tools`.
