mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-22 16:50:18 +00:00
Update AssetBundleBuilder
This commit is contained in:
@@ -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>
|
||||
/// 获取资源包信息类
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace YooAsset.Editor
|
||||
public class ReportBundleInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// 资源包完整名称
|
||||
/// 资源包名称
|
||||
/// </summary>
|
||||
public string BundleName;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user