# transferProgress

> The transfering progress of the downloaded Android asset pack.

## Definition

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

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

### Remarks

A floating point value. The range is 0 through 1. Read-only. Asset packs get compressed to reduce the download size. After they are downloaded, they have to be uncompressed.

Additional Resources: [AndroidAssetPacks.DownloadAssetPackAsync](/engine/6000.7/script-reference/unityengine/android/androidassetpacks/downloadassetpackasync.md)
