Update AssetBundleBuilder

This commit is contained in:
hevinci
2022-04-02 15:12:08 +08:00
parent b6c07cd956
commit 9de27e790d
16 changed files with 321 additions and 358 deletions

View File

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

View File

@@ -8,7 +8,7 @@ namespace YooAsset.Editor
public class ReportBundleInfo
{
/// <summary>
/// 资源包完整名称
/// 资源包名称
/// </summary>
public string BundleName;

View File

@@ -49,7 +49,7 @@ namespace YooAsset.Editor
public bool AutoCollectShaders;
/// <summary>
/// 自动收集的着色器资源包名
/// 自动收集的着色器资源包名
/// </summary>
public string ShadersBundleName;
@@ -74,7 +74,6 @@ namespace YooAsset.Editor
// 构建结果
public int AssetFileTotalCount;
public int RedundancyAssetFileCount;
public int AllBundleTotalCount;
public long AllBundleTotalSize;
public int BuildinBundleTotalCount;