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