πΈοΈ Zion Dependency Graph
See every reference. Trust every delete.
Overview
Installation
Quick Start
Main Window
Side Panel
Detail Panel
Code References
Find Path
Safe Delete
Export
Performance
Honest Limits
Troubleshooting
Changelog
Installation
Requirements
- Unity 2021.3 LTS or newer
- Any render pipeline (Built-in, URP, HDRP)
- Addressables package (optional, auto-detected if installed)
Install steps
- Import from the Asset Store (or copy
ZionDependencyGraphunderAssets/). - Confirm a texture named
ZionGamesLogoexists inAssets/for branded header display (fallback text is used if missing). - Unity compiles the editor assembly automatically. This is editor-only and adds nothing to builds.
Recommended .gitignore additions
ZionDependencyGraph_Backups/ # safe-delete backups
Library/ZionDependencyGraph/ # dependency cache
Continue to Quick Start.