Docs/Tools & Features/Unity Integration

Unity Integration

Dynamo's Unity support comes via the unity-dynamo engine package.

Overview

The Unity package provides:

  • MCP Unity connection — communicate with a running Unity Editor
  • C# context awareness — understand your scripts, types, and references
  • Scene and prefab parsing — know your GameObject hierarchies
  • Unity-specific workflow phases — import, test, and audit with Unity in the loop

Setup

Configure your Unity project path in dynamo.yaml:

yaml
engines:
  unity:
    project_path: "./MyUnityProject"

Dynamo discovers the engine package and loads its tools and context automatically.

What's Coming

Deep C# indexing and Unity-aware context assembly are in development. Stay tuned.