Unity_Addressable_Diagnostic tools(诊断工具)
Diagnostic tools
The Addressables packages provides the following tools for analyzing your Addressables setup, performance, and build results:
译:Addressables 包提供以下工具,用于分析您的 Addressables 设置、性能和构建结果:
Analyze tool: provides a set of utilities and reports that you can use to find and fix asset duplication and to see how the system packs the assets in your groups into bundles. The reports and utilities include the following (you can also create your own analyze rule classes to produce additional reports):译:Analyze 工具:提供一组实用程序和报告,可用于查找和修复资产重复项,并查看系统如何将组中的资产打包到捆绑包中。这些报告和实用程序包括以下内容(您还可以创建自己的 Analyze Rule 类来生成其他报告):
Check Duplicate Bundle Dependencies译:检查重复 Bundle 依赖项
Check Resources to Addressable Duplicate Dependencies译:检查资源到 Addressable 重复依赖项
Check Scene to Addressable Duplicate Dependencies译:检查场景到 Addressable 重复依赖项
Bundle Layout Preview译:Bundle 布局预览
Event viewer: provides a runtime profile view of your Addressable operations, including asset loading and unloading.译:事件查看器:提供运行时配置文件视图,显示了您的 Addressable 操作,包括资产的加载和卸载。
Build layout report: describes how Addressables packs the assets in your groups into AssetBundles.译:构建布局报告:描述了 Addressables 如何将组中的资产打包成 AssetBundles。
Build profile log: provides a build-time profiling file that you can view in a Chromium-based browser.译:构建配置日志:提供一个构建时间分析文件,您可以在基于 Chromium 的浏览器中查看。