Update UpdateManifestOperation.cs

不期望删除断点续传的资源文件
pull/28/head
hevinci 2022-07-21 18:00:57 +08:00
parent 6efc88423e
commit 1370ffb3bb
1 changed files with 4 additions and 0 deletions

View File

@ -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);
}