Firstborn/Library/PackageCache/com.unity.addressables@1.19.19/Documentation~/DiagnosticTools.md
Schaken-Mods 7502018d20 Adding Mod Support
There is an asset in the store I grabbed. the coding is WAY above my head, I got about half of it and integrated and adapted what I can to it. im going as far as I can with it and ill come back in a few month when I understand t better.
2023-05-13 22:01:48 -05:00

23 lines
1.2 KiB
Markdown

---
uid: addressables-diagnostic-tools
---
# Diagnostic tools
The Addressables packages provides the following tools for analyzing your Addressables setup, performance, and build results:
* [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):
* Check Duplicate Bundle Dependencies
* Check Resources to Addressable Duplicate Dependencies
* Check Scene to Addressable Duplicate Dependencies
* Bundle Layout Preview
* [Event viewer]: provides a runtime profile view of your Addressable operations, including asset loading and unloading.
* [Build layout report]: describes how Addressables packs the assets in your groups into AssetBundles.
* [Build profile log]: provides a build-time profiling file that you can view in a Chromium-based browser.
[Analyze tool]: xref:addressables-analyze-tool
[Build layout report]: xref:addressables-build-layout-report
[Build profile log]: xref:addressables-build-profile-log
[Event viewer]: xref:addressables-event-viewer