mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-22 08:20:18 +00:00
Update UpdateManifestOperation.cs
不期望删除断点续传的资源文件
This commit is contained in:
@@ -472,9 +472,13 @@ namespace YooAsset
|
||||
else
|
||||
{
|
||||
VerifyFailCount++;
|
||||
|
||||
// NOTE:不期望删除断点续传的资源文件
|
||||
/*
|
||||
YooLogger.Warning($"Failed to verify file : {info.FilePath}");
|
||||
if (File.Exists(info.FilePath))
|
||||
File.Delete(info.FilePath);
|
||||
*/
|
||||
}
|
||||
_verifyingList.Remove(info.Bundle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user