var www;
fucntion Start()
{
www = WWW .LoadFromCacheOrDownload( url ,1);
yield return www;
…
}
function OnDestroy()
{
???
Here how to uninstall resources (www.assetBundle)
???
}
var www;
fucntion Start()
{
www = WWW .LoadFromCacheOrDownload( url ,1);
yield return www;
…
}
function OnDestroy()
{
???
Here how to uninstall resources (www.assetBundle)
???
}
No one know ???
There is a function. I think you might need to look in Resources rather than WWW, though. But I can’t remember.