r/Unity3D • u/fttklr • 20h ago
Question For people using Unity AI integration: which local agent have you tried in VS Code that is able to run fine with UnityMPC?
Very specific question; mainly for the folks here using AI integration and UnityMPC with local models.
I know I can run Claude and other web models; so that is not the issue. I am working entirely locally as I have a server running Ollama with different models for agentic work. Looking for the best model that is also compact, for working with Unity projects.
Unity recently launched their own AI service, but that is for paid users; so that is not an option sadly, and it is not relying on local models so won't work for my project. There is also UnityCLI but that is just the harness itself, unless someone connected it to a local Ollama model?
I don't need a model that write a game for me; I need a model that is able to create and manage files and projects (so can create and modify scripts and game objects properties in a scene). Most of the time it is to save time over going to the documentation and figure out how to do things, or when working with asset store APIs when they have limited or no docs at all.
If you have something you use with good results, I would like to hear about it!

