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
- Import: Drag and drop
NexusGraph.unitypackageinto your project’sProjectwindow (or go toAssets > Import Package > Custom Package...). - Select All: Ensure the
NexusGraphfolder is selected. - Import: Click “Import”.
- Wait: Unity will recompile. Dependencies will be resolved.
First Run
After importing, you will see a new top-level menu item: Tools.
- Navigate to
Tools > Nexus Graph. - Click Install Dependencies if prompted (or if you intend to use Addressables features).
- Open
Tools > Nexus Graph > Open Architect Guardto launch the main window.
Updates
If updating from a previous version:
- Delete the
Assets/NexusGraphfolder. - Import the new package to ensure a clean upgrade.
- Your cached data (
NexusCache.json) typically resides inLibrary/orTemp/and will be rebuilt automatically.