Resume Download

Hello Everyone,

How do you handle download failures?
In my case, when I close the app while Addressables.DownloadDependenciesAsync(key) is running, the app doesn’t resume/restart downloading on next start.
the application continues as if the download is complete.

Thank you!

Just found out, but to resume a download, we can simply call Addressables.DownloadDependenciesAsync(key) again.

does the addressable package handle corrupt files under the hood?