Update YooAssetDriver.cs
parent
f1615b4487
commit
abdf2b859e
|
@ -2,11 +2,16 @@
|
||||||
|
|
||||||
namespace YooAsset
|
namespace YooAsset
|
||||||
{
|
{
|
||||||
internal class YooAssetDriver : MonoBehaviour
|
internal class YooAssetDriver : MonoBehaviour
|
||||||
{
|
{
|
||||||
void Update()
|
void Update()
|
||||||
{
|
{
|
||||||
YooAssets.InternalUpdate();
|
YooAssets.InternalUpdate();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
void OnApplicationQuit()
|
||||||
|
{
|
||||||
|
DownloadSystem.DestroyAll();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue