Nexus Graph: Professional Architecture Guard

Nexus Graph is the premier tool for Unity developers who demand architectural integrity and optimized builds. It combines real-time dependency analysis with active protection mechanisms to prevent “spaghetti code” before it enters your repository.


The Toolkit

Nexus Graph is a comprehensive suite of four professional analysis tools:

1. Dependency Graph

The core “X-Ray” for your project. Visualize relationships between Scripts, Prefabs, and Assets. identify specific “High Impact” assets that cause tight coupling and recompilation delays.

2. Build Size Treemap

A visual disk usage analyzer (WinDirStat style) specifically for Unity assets. Instantly locate the largest assets contributing to your build size, often identifying 4K textures hidden deep within nested prefabs.

3. Duplicate Asset Finder

A deep-scan utility that uses MD5 binary hashing to identify identical files, even if they have different names (e.g., Texture.png and Texture_Copy.png). Essential for reducing build size redundancy.

4. Dependency Detective

The forensic tool for asset management. Ask “Why is this loaded?”, and the Detective finds the shortest dependency chain from a Root (Scene/Resources) to the target asset.


Active Protection

Architecture Guard

Nexus Graph operates as a background service using SaveGuard technology.

  • Strict Mode: Blocks the saving of assets that introduce circular dependencies (A -> B -> A) or violate defined architectural rules.
  • Zero-Overhead: Runs locally on the asset being modified, ensuring no editor slowdown.

Guides & Workflows


Support

For enterprise support or bug reports, please visit our GitHub Repository.


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