YooAsset/Docs/AssetDebugger.md

17 lines
545 B
Markdown
Raw Normal View History

2022-03-28 19:25:44 +08:00
# 调试器
2022-03-28 19:45:20 +08:00
调试器是在游戏运行时帮助我们查看资源包加载信息的工具。可以查看资源对象列表信息AssetView资源包列表信息BundleView
2022-03-28 19:25:44 +08:00
2022-03-28 19:45:20 +08:00
未来计划支持在编辑器下通过远程调试真机信息。
2022-03-28 19:25:44 +08:00
2022-04-03 13:00:13 +08:00
**注意**该工具仅支持Unity2019+
2022-03-29 13:35:17 +08:00
2022-03-28 19:45:20 +08:00
### 资源对象列表视图
2022-03-28 19:25:44 +08:00
2022-05-04 00:12:06 +08:00
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetDebugger-img1.png)
2022-03-28 19:45:20 +08:00
### 资源包列表视图
2022-05-04 00:12:06 +08:00
![image](https://github.com/tuyoogame/YooAsset/raw/main/Docs/Image/AssetDebugger-img2.png)
2022-03-28 19:25:44 +08:00