Update YooAssetDriver.cs
This commit is contained in:
@@ -2,11 +2,16 @@
|
||||
|
||||
namespace YooAsset
|
||||
{
|
||||
internal class YooAssetDriver : MonoBehaviour
|
||||
{
|
||||
void Update()
|
||||
{
|
||||
YooAssets.InternalUpdate();
|
||||
}
|
||||
}
|
||||
internal class YooAssetDriver : MonoBehaviour
|
||||
{
|
||||
void Update()
|
||||
{
|
||||
YooAssets.InternalUpdate();
|
||||
}
|
||||
|
||||
void OnApplicationQuit()
|
||||
{
|
||||
DownloadSystem.DestroyAll();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user