mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-29 20:48:47 +00:00
Update YooAssetDriver.cs
This commit is contained in:
@@ -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();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user