update AssetBundleBuilder

资源包构建流程可扩展支持
This commit is contained in:
hevinci
2023-06-25 15:58:08 +08:00
parent 8ccddce0f8
commit 14ee95615f
19 changed files with 197 additions and 66 deletions

View File

@@ -6,7 +6,7 @@ using System.Collections.Generic;
namespace YooAsset.Editor
{
[TaskAttribute("资源包加密")]
[TaskAttribute(ETaskPipeline.AllPipeline, 600, "资源包加密")]
public class TaskEncryption : IBuildTask
{
void IBuildTask.Run(BuildContext context)