#AssetStore #unity #unity3d #new #asset #gamedev #indiedev #GameContentShopper

Publisher

ALTUSHKA

Please Note

This entry is from Tuesday May 5, 2026. The price of the asset may have changed since then.
Please visit our homepage for recent offers and sales. Official and private Unity Asset Store™ sales usually last about 14 days.

Overview

Key Features:

  • Instant Dependency Mapping: Automatically scans your scripts and draws connections based on inheritance, method calls, fields, and events.
  • Smart Boxing: Group related nodes into "Boxes" to keep your workspace clean.
  • Focus Mode: Highlight only the selected node and its direct neighbors to eliminate visual noise.
  • IDE Integration: Double click any node or connection line to jump straight to the exact line of code in your IDE (Visual Studio, JetBrains Rider, etc.).
  • Search & Navigation: Quickly find any class or interface in a massive graph with the built-in search field.
  • Layout Presets: Save your node positions as assets - your map won't get messed up after restarting Unity or reloading the scene.


Tracked Relations:

  • Inheritance: Base classes and inheritance chains.
  • Interfaces: Interface implementations and method mapping.
  • Method Calls: Direct function calls between classes.
  • Fields: References via variables (including Lists and Arrays).
  • Properties: Separate tracking for Get and Set access.
  • Events: C# Event subscriptions and usage.
  • Singletons: Access via .Instance, .Shared, and .Main patterns.
  • Static Access: References to static members and constants.
  • Unity API: GetComponent<T> calls and dependencies within Debug.Log contexts.
  • Type Support: Visualization for Class, Struct, Interface, Abstract, and Enum.

Note: The Atlas is a visualization and architecture analysis tool. It is designed to map and analyze your existing C# code and is not a visual scripting solution or a tool for creating game logic without writing code.

X