update asset bundle builder

This commit is contained in:
hevinci
2023-03-06 19:07:46 +08:00
parent 93d7c34454
commit b330d26b4f
7 changed files with 43 additions and 36 deletions

View File

@@ -47,7 +47,7 @@ namespace YooAsset.Editor
// 注意:原生文件不支持加密
if (bundleInfo.IsRawFile)
{
UnityEngine.Debug.LogWarning($"Encryption not support raw file : {bundleInfo.BundleName}");
BuildLogger.Warning($"Encryption not support raw file : {bundleInfo.BundleName}");
continue;
}