YooAsset/Docs/AssetBundleDebugger.md

21 lines
553 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 调试器
调试器是在游戏运行时,帮助我们查看资源包加载信息的工具,通过该工具可以发现潜在的资源泄漏。
可以查看资源对象列表信息AssetView资源包列表信息BundleView
**注意**该工具仅支持Unity2019+
### 真机远程调试注意事项
在构建安装包的时候需要勾选上Development Build和Autoconnect Profiler
### 资源对象列表视图
![image](./Image/AssetDebugger-img1.png)
### 资源包列表视图
![image](./Image/AssetDebugger-img2.png)