Skip to content

Releases: marcosotomac/unity-ai

Unity AI Control Plane v0.1.0

Choose a tag to compare

@marcosotomac marcosotomac released this 04 Jun 20:16

Unity AI Control Plane v0.1.0

Initial public release of Unity AI Control Plane: an open-source MCP + Unity Editor bridge for AI agents that can observe Unity project state, perform controlled actions, and verify outcomes.

Highlights

  • MCP TypeScript server exposing Unity control-plane tools over stdio.
  • Unity Editor package with local bridge, project inspection, console reading, screenshot capture, and controlled mutation/undo loop.
  • Capability contracts for observe-act-verify workflows.
  • Safety foundations: local token gate, confirmation for mutating actions, request/correlation IDs, audit JSONL, verification status, and narrow rollback via Unity Undo.
  • Project observability for assets, scenes, prefabs, dependencies, scripts, assemblies, packages, project settings, and Meta XR setup validation.
  • CI workflow for npm install, TypeScript typecheck, and build.
  • MIT licensed repo and UPM package license metadata.

Verification

  • Local: npm run typecheck
  • Local: npm run build
  • GitHub Actions CI for cc9906d

Notes

This is an early foundation release. npm packages remain private until the package publishing policy is finalized. Unity package consumption is currently source/repo based.