This commit is contained in:
何冠峰
2025-01-03 15:37:32 +08:00
parent 41329f3bbc
commit 6ab704bb77
7 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ namespace YooAsset
if (_steps == ESteps.VerifyFileData)
{
string fileHash = HashUtility.BytesMD5(_webDataRequestOp.Result);
string fileHash = HashUtility.BytesCRC32(_webDataRequestOp.Result);
if (fileHash == _packageHash)
{
_steps = ESteps.LoadManifest;