Update AssetBundleBuilder

修改内置构建管线的构建结果验证逻辑。
This commit is contained in:
hevinci
2022-07-19 19:20:05 +08:00
parent c782e8154b
commit 92fad7f29b
2 changed files with 6 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ namespace YooAsset.Editor
try
{
var taskAttribute = task.GetType().GetCustomAttribute<TaskAttribute>();
Log($"---------------------------------------->{taskAttribute.Desc}");
Log($"---------------------------------------->{taskAttribute.Desc}<---------------------------------------");
task.Run(context);
}
catch (Exception e)