Firstborn/Library/PackageCache/com.unity.addressables@1.19.19/Documentation~/BuildProfileLog.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

28 lines
1.2 KiB
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.

---
uid: addressables-build-profile-log
---
# Build Profiling
The Addressables build process always creates a .json log file that contains build performance information. You can find the log file in your project folder at `Library/com.unity.addressables/AddressablesBuildTEP.json`.
View the log file with the chrome://tracing tool in Google Chrome or another [Chromium]-based browser.
![](images/addr_diagnostics_1.png)
*A sample log file displayed in chrome://tracing*
__To view the build profile:__
1. Open a [Chromium]-based browser.
2. Enter [chrome://tracing] in the browser to open the [Trace Event Profiling Tool].
3. Click the __Load__ button.
4. In the file browser, navigate to your Unity projects `Library/com.unity.addressables` folder.
5. Open the `AddressablesBuildTEP.json` file.
See [Unity Scriptable Build Pipeline] for more information about build performance logging.
[chrome://tracing]: chrome://tracing
[Chromium]: https://www.chromium.org/Home
[Trace Event Profiling Tool]: https://www.chromium.org/developers/how-tos/trace-event-profiling-tool
[Unity Scriptable Build Pipeline]: https://docs.unity3d.com/Packages/com.unity.scriptablebuildpipeline@latest