DEV Community
•
2026-04-21 08:01
We open sourced our Unity MCP server
Many “AI for game dev” tools still stop at code generation.
They can suggest a script, maybe explain an error, maybe even produce something close to what you want. But in actual Unity workflows, that is usually only a small part of the job.
The real work is spread across scene hierarchy, prefabs, materials, UI, physics, animation, input setup, package differences, console errors, project convent...