ZionGames Docs

Home / Zion Tools

๐Ÿงฐ Zion Tools

Unity Editor Asset Tools

Quick Start

This walkthrough takes about three minutes.

Step 1 โ€” Open the window

Open from Tools > Zion Games > Dependency Graph.

Step 2 โ€” Build the dependency cache

Click Rescan Project. On large projects (15,000+ assets), first scan can take 30โ€“90 seconds. Later opens are fast because cache is persisted.

Step 3 โ€” Inspect your first asset

  • Right-click asset in Project window โ†’ Zion Games > Show Dependencies
  • Or select an asset and click Inspect Selection

The focused asset is centered. Assets on the left reference it (used by). Assets on the right are referenced by it (uses).

Step 4 โ€” Tour the side panel

  • Orphans โ€” assets with no inbound references
  • Heavy โ€” top assets by size
  • Recents โ€” last inspected assets
Continue to Main Window.