Installation

Nexus Graph is distributed as a Unity Package.

Prerequisite

  • One active Unity Project (Unity 2021.3 LTS or newer recommended)
  • Addressables Package (Optional, but recommended for advanced analysis)
    • The tool will auto-detect and offer to install this if missing.

Installing via .unitypackage

  1. Import: Drag and drop NexusGraph.unitypackage into your project’s Project window (or go to Assets > Import Package > Custom Package...).
  2. Select All: Ensure the NexusGraph folder is selected.
  3. Import: Click “Import”.
  4. Wait: Unity will recompile. Dependencies will be resolved.

First Run

After importing, you will see a new top-level menu item: Tools.

  1. Navigate to Tools > Nexus Graph.
  2. Click Install Dependencies if prompted (or if you intend to use Addressables features).
  3. Open Tools > Nexus Graph > Open Architect Guard to launch the main window.

Updates

If updating from a previous version:

  1. Delete the Assets/NexusGraph folder.
  2. Import the new package to ensure a clean upgrade.
  3. Your cached data (NexusCache.json) typically resides in Library/ or Temp/ and will be rebuilt automatically.

This site uses Just the Docs, a documentation theme for Jekyll.