πΈοΈ Zion Dependency Graph
See every reference. Trust every delete.
Overview
Installation
Quick Start
Main Window
Side Panel
Detail Panel
Code References
Find Path
Addressables Audit
Safe Delete
Export
Performance
Honest Limits
Troubleshooting
Changelog
Export
Current graph (Graphviz DOT)
Export the displayed graph as .dot for high-quality rendered output.
dot -Tpng dependency-graph.dot -o graph.png
Cleanup report (Markdown + CSV)
Exports full project summaries including orphan list, reclaimable size estimates, heaviest assets, and per-asset metrics.
Addressables report (CSV + JSON)
New in v1.3. The Addressables tab carries its own Export JSON / Export CSV buttons, which appear once an audit has run successfully. CSV is one row per duplicate finding sorted by wasted bytes descending; JSON carries the full duplicate, overlap and membership data. The same report can be written straight to disk from a headless build with -zionAuditExportPath - see Addressables Audit.
Continue to Performance.