Pause a download

Hello everyone.

I’m using the regular way of downloading bundles (WWW.LoadFromCacheOrDownload inside a coroutine).

I was wandering, is there a way to pause the download to be resumed later?

I have triad to pause the coroutine in many different ways, non seem to effect the download.

The only way I could pause the download, is by setting the entire script.enabled to false.

This did pause the download, but I could not resume it.

So, any ideas of how can this be done?

Thanks!

It is not possible to pause and resume the download later with either dispose or with enabling and disabling the object. You can only cancel the download and then restart the download at a later time.