Update document

This commit is contained in:
hevinci
2022-07-27 10:25:46 +08:00
parent 7f41ba9a3c
commit 65468d5b15
9 changed files with 43 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
# 构建报告
报告工具可以查看概览信息Summary资源对象列表信息AssetView资源包列表信息BundleView
**注意**该工具仅支持Unity2019+
### 概览视图
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetReporter-img1.png)
### 资源对象列表视图
可以查看资源对象列表以及每个资源对象所依赖的资源包。
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetReporter-img2.png)
### 资源包列表视图
可以查看资源包列表以及每个资源包所包含的资源对象。
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetReporter-img3.png)