mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-18 22:20:07 +00:00
Optimize packaging bundle core logic
优化了打包的核心逻辑,对依赖资源进行自动划分。
This commit is contained in:
@@ -29,7 +29,7 @@ namespace YooAsset.Editor
|
||||
catch (Exception e)
|
||||
{
|
||||
Debug.LogError($"Build task {task.GetType().Name} failed !");
|
||||
Debug.LogError($"Detail error : {e}");
|
||||
Debug.LogError($"Build error : {e}");
|
||||
succeed = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user