Files
YooAsset/Docs/AssetDebugger.md
2022-04-03 13:00:13 +08:00

17 lines
545 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 调试器
调试器是在游戏运行时帮助我们查看资源包加载信息的工具。可以查看资源对象列表信息AssetView资源包列表信息BundleView
未来计划支持在编辑器下通过远程调试真机信息。
**注意**该工具仅支持Unity2019+
### 资源对象列表视图
![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)