Update TaskCreateManifest.cs

pull/418/head
何冠峰 2024-12-13 11:12:09 +08:00
parent 763054884b
commit a98a48a58d
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ namespace YooAsset.Editor
private void CheckBundleHashConflict(BuildMapContext buildMapContext)
{
// 说明:在特殊情况下,例如某些文件加密算法会导致加密后的文件哈希值冲突!
// 说明:二进制完全相同的原生文件也会冲突!
HashSet<string> guids = new HashSet<string>();
foreach (var bundleInfo in buildMapContext.Collection)
{