Update AssetBundleReporter

增加主资源总数的统计。
This commit is contained in:
hevinci
2022-07-18 16:26:47 +08:00
parent 6446b3ed40
commit aea9099e34
3 changed files with 7 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ namespace YooAsset.Editor
// 构建结果
public int AssetFileTotalCount;
public int MainAssetTotalCount;
public int AllBundleTotalCount;
public long AllBundleTotalSize;
public int BuildinBundleTotalCount;