update file system

下载器相关逻辑代码重构
This commit is contained in:
何冠峰
2025-07-10 10:58:14 +08:00
parent 236468b4a8
commit b90ab01fe9
26 changed files with 644 additions and 943 deletions

View File

@@ -366,7 +366,7 @@ namespace YooAsset
foreach (var downloader in _downloaders)
{
downloader.Release();
downloader.AbortOperation();
}
}
}