update asset bundle builder

优化资源包引用关系计算效率。
This commit is contained in:
hevinci
2023-02-27 18:11:51 +08:00
parent bcf6372602
commit 365ed560f6
17 changed files with 173 additions and 107 deletions

View File

@@ -56,7 +56,7 @@ namespace YooAsset.Editor
FileUtility.CreateFile(filePath, encryptResult.EncryptedData);
bundleInfo.EncryptedFilePath = filePath;
bundleInfo.LoadMethod = encryptResult.LoadMethod;
BuildRunner.Log($"Bundle文件加密完成{filePath}");
BuildLogger.Log($"Bundle文件加密完成{filePath}");
}
// 进度条