ZionGames Docs

Home / Zion Tools

🧰 Zion Tools

Unity Editor Asset Tools

Installation

Requirements

  • Unity 2021.3 LTS or newer
  • Any render pipeline (Built-in, URP, HDRP)
  • Addressables package (optional, auto-detected if installed)

Install steps

  1. Import from the Asset Store (or copy ZionDependencyGraph under Assets/).
  2. Confirm a texture named ZionGamesLogo exists in Assets/ for branded header display (fallback text is used if missing).
  3. 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.