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!