Say you’re downloading a large image using WWW.
How do you actually stop the download ?
Note - StopAllCoroutines simply does not work.
If you set the WWW to null, that does not work.
You can’t Destroy(WWW) so that does not work.
Any ideas? Anyone?