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,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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user