Update UpdateManifestOperation.cs

不期望删除断点续传的资源文件
This commit is contained in:
hevinci
2022-07-21 18:00:57 +08:00
parent 6efc88423e
commit 1370ffb3bb

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