Skip to content

Docs: Addressables local→remote dependency example#67

Merged
SkowronskiAndrew merged 7 commits intomainfrom
docs/addressables-local-remote-example
Apr 24, 2026
Merged

Docs: Addressables local→remote dependency example#67
SkowronskiAndrew merged 7 commits intomainfrom
docs/addressables-local-remote-example

Conversation

@timt-unity3d
Copy link
Copy Markdown
Collaborator

@timt-unity3d timt-unity3d commented Apr 23, 2026

Summary

Adds documentation for querying UnityDataTools Analyze output on Addressables Report JSON: find addressables whose bundles are classified as local (via \load_path) that depend on addressables in remote bundles.

Add SQLite example query and narrative for finding explicit addressables in
locally classified bundles that depend on explicit addressables in remote
bundles, using build layout JSON from analyze.

Update addressables-build-reports schema notes and cross-link to the example.

Made-with: Cursor
@timt-unity3d timt-unity3d marked this pull request as draft April 23, 2026 17:19
@timt-unity3d timt-unity3d marked this pull request as ready for review April 23, 2026 18:07
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new documentation example for querying UnityDataTools Analyze SQLite output to detect Addressables where local bundles depend on remote bundles, and cross-links it from the Addressables build report schema docs.

Changes:

  • Added an analyze-examples.md SQL example for finding local→remote explicit/implicit Addressables dependencies (classified via bundle load_path).
  • Corrected/clarified several Addressables build report schema table/column names in addressables-build-reports.md.
  • Added a cross-reference section in addressables-build-reports.md pointing readers to the new example.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
Documentation/analyze-examples.md Adds a local→remote dependency query example and CLI steps for producing/querying the SQLite DB.
Documentation/addressables-build-reports.md Fixes schema table/column naming in docs and links to the new local→remote dependency example.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Documentation/analyze-examples.md Outdated
Comment thread Documentation/analyze-examples.md Outdated
Comment thread Documentation/analyze-examples.md Outdated
Comment thread Documentation/addressables-build-reports.md Outdated
Comment thread Documentation/addressables-build-reports.md Outdated
timt-unity3d and others added 2 commits April 23, 2026 13:41
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
timt-unity3d and others added 3 commits April 23, 2026 13:42
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Collaborator

@SkowronskiAndrew SkowronskiAndrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Adding examples based on real use cases definitely helps toward better exposing what can be done using the Addressables build history data!

@SkowronskiAndrew SkowronskiAndrew merged commit 7f79d02 into main Apr 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants