ZionGames Docs

Home / Zion Tools

🧰 Zion Tools

Unity Editor Asset Tools

Zion Dependency Graph

See every reference. Trust every delete.

Zion Dependency Graph is a node-based dependency viewer with safe cleanup tools for the Unity Editor. Pick any asset and see exactly what references it and what it references as an interactive, zoomable graph.

Most cleanup tools only give a flat list. Zion Dependency Graph is built so you can see why each decision is safe before you delete.

What's in the package

  • Interactive dependency graph powered by GraphView (pan, zoom, minimap, layered layout)
  • Conservative orphan detection with exclusions for code, build scenes, ProjectSettings, and Addressables
  • Heaviest-assets view for rapid size triage
  • Asset detail panel with type, file size on disk, and reference counts
  • Multi-select safe delete with timestamped backups and one-click restore
  • Graphviz DOT export of the current graph
  • Markdown + CSV cleanup report
  • Recently inspected list persisted per project
  • Async scanning for large projects
  • Duplicate texture and material detection
  • Keyboard shortcuts for common actions
  • Settings persistence for filter, depth, and panel widths
Continue to Installation.