parent
6efc88423e
commit
1370ffb3bb
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue