mirror of https://github.com/tuyoogame/YooAsset
Update document
parent
f5db280126
commit
f2e96f61bd
|
@ -1,6 +1,14 @@
|
|||
# 调试器
|
||||
|
||||
调试器是在游戏运行时,帮助我们查看资源包加载信息的工具。可以查看资源对象列表信息(AssetView),资源包列表信息(BundleView)。
|
||||
|
||||
未来计划支持在编辑器下通过远程调试真机信息。
|
||||
|
||||
### 资源对象列表视图
|
||||
|
||||
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetDebugger-img1.jpg)
|
||||
|
||||
### 资源包列表视图
|
||||
|
||||
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetDebugger-img2.jpg)
|
||||
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
# 构建报告
|
||||
|
||||
资源包报告工具,可以查看概览信息(Summary),资源对象列表信息(AssetView),资源包列表信息(BundleView)。
|
||||
|
||||
### 概览视图
|
||||
|
||||
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetReporter-img1.jpg)
|
||||
|
||||
### 资源对象列表视图
|
||||
|
||||
可以查看资源对象列表以及每个资源对象所依赖的资源包。
|
||||
|
||||
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetReporter-img2.jpg)
|
||||
|
||||
### 资源包列表视图
|
||||
|
||||
可以查看资源包列表以及每个资源包所包含的资源对象。
|
||||
|
||||
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetReporter-img3.jpg)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
Loading…
Reference in New Issue