# progress

> Gets the progress of the operation.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public float progress { get; }
```

### Remarks

The range is 0 to 1. Read-only. Additional Resources: [DownloadAssetPackAsyncOperation.isDone](/engine/6000.6/script-reference/unityengine/android/downloadassetpackasyncoperation/isdone.md), [DownloadAssetPackAsyncOperation.progress](/engine/6000.6/script-reference/unityengine/android/downloadassetpackasyncoperation/progress.md), [DownloadAssetPackAsyncOperation.downloadedAssetPacks](/engine/6000.6/script-reference/unityengine/android/downloadassetpackasyncoperation/downloadedassetpacks.md).
