mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-07-03 12:33:43 +00:00
update yooasset2.0
This commit is contained in:
@@ -55,7 +55,7 @@ namespace YooAsset.Editor
|
||||
{
|
||||
var buildMode = buildParametersContext.Parameters.BuildMode;
|
||||
if (buildMode == EBuildMode.DryRunBuild || buildMode == EBuildMode.SimulateBuild)
|
||||
return "00000000000000000000000000000000"; //32位
|
||||
return GetFilePathTempHash(filePath);
|
||||
else
|
||||
return HashUtility.FileMD5(filePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user