Update YooAssetDriver.cs
parent
f1615b4487
commit
abdf2b859e
|
@ -8,5 +8,10 @@ namespace YooAsset
|
||||||
{
|
{
|
||||||
YooAssets.InternalUpdate();
|
YooAssets.InternalUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void OnApplicationQuit()
|
||||||
|
{
|
||||||
|
DownloadSystem.DestroyAll();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue