# isDownloadComplete

> Returns true if the data downloading portion of the operation is complete.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Networking](/engine/6000.5/script-reference/unityengine/networking.md)
* **Assembly:** UnityEngine.UnityWebRequestAssetBundleModule

```csharp
public bool isDownloadComplete { get; }
```
