<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/DownloadableAssetsRequest/downloadAssets(progress:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:6Vision25DownloadableAssetsRequestP08downloadC08progressy10Foundation11SubprogressVn_tYaKF"
  },
  "title" : "downloadAssets(progress:)"
}
-->

# downloadAssets(progress:)

Downloads the assets required to perform the request, reporting progress through the
provided subprogress.

```
func downloadAssets(progress: consuming Subprogress) async throws
```

## Parameters

`progress`

A subprogress to which the download progress is attached.

## Discussion> Throws: An error if the download fails.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)