Update AssetBundleBuilder

This commit is contained in:
hevinci
2022-03-21 14:46:43 +08:00
parent 73d1bc9eac
commit fa0009685d
8 changed files with 46 additions and 228 deletions

View File

@@ -26,6 +26,11 @@ namespace YooAsset.Editor
/// </summary>
public List<ReportBundleInfo> BundleInfos = new List<ReportBundleInfo>();
/// <summary>
/// 收集器信息列表
/// </summary>
public List<string> CollectorInfoList = new List<string>();
/// <summary>
/// 冗余的资源列表
/// </summary>

View File

@@ -1,4 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
namespace YooAsset.Editor
@@ -62,6 +64,7 @@ namespace YooAsset.Editor
// 构建结果
public int AssetFileTotalCount;
public int RedundancyAssetFileCount;
public int AllBundleTotalCount;
public long AllBundleTotalSize;
public int BuildinBundleTotalCount;