OlympHill
mcp-unity logo

mcp-unityOvaj server MCP spojuje direktno pomoćnike kodiranja AI sa Unity edicijom za igru. Možete graditi scene, premjestati objekte, mijenjati materijale i provoditi testove jedino navodeći uputstva, što spasi vrijeme i truda.

(0)
Daniel NikulshynRecenzirao Daniel Nikulshyn·Ažurirano srpanj 2026.

Pregled

MCP Unity je most između Unity-a i Node.js servera koji implementira protokol Model Context za (MCP), omogućavajući umjetnim inteligencijama da interagiraju s projektima u Unity-u. Omogućava korisnicima da izgrade scene, pomjeraju objekte, mijenjaju materijale i pokreću testove tipkom instrukcija, što može spriječiti gubitke vremena i poboljšati produktivnost. MCP Unity podržava integraciju s različitim asistentima u kodiranju kao što su Cursor, Windsurf i Claude Code. Alat pruža funkcije kao što su integracija IDE-a, pristup paketnoj kazi i alati za MCP server za manipuliranje i upitivanje scena i objekata GameObject u Unity-u.

Ključne značajke

  • Integracija IDE-a
  • Pružanje pristupa paketima za cache
  • izvršavanje MenuItem
  • izbor gameObjects
  • dopuštanje izmjene gameObjects
  • dopuštanje izmjene komponente

Cijene

Model
Free
Ocjena
Još nema recenzija

Slučajevi uporabe

Razvoj igara

MCP Unity se može koristiti za ubrzavanje razvoja igara dopuštajući programerima da interactirate sa edicijom Unity koristeći tekst instrukcije, smanjivaći potrebu za rukovanjem manualnim navigacijom i klikovima.

Kodiranje asistirano AI

MCP Unity omogućava AI pomoćnicima kodiranja da izvrše operacije unutar edicije Unity, čineći ga lakšim za automatisiranje ponavljajućih zadataka i poboljšanje produktivnosti.

Prednosti i nedostaci

Prednosti

  • Povećava inteligenciju koda za pakete Unity
  • Dopušta bolju kompletiranje autou i tipove informacije za pakete Unity
  • Dopušta AI pomoćnicima kodiranja da izvrše operacije unutar edicije Unity
  • Spasava vrijeme omogućavajući korisnicima da interactirate s projaktima Unity koristeći tekst instrukcija

Nedostaci

  • Oskršavajuće informacije o kompatibilnosti s svim pomoćnicima kodiranja AI
  • Ovisno o Node.js servisu izvršenja protokola MCP

Recenzije

Prijavi se za ostavljanje recenzije.

Još nema recenzija. Budi prvi!

Pitanja

Why do some clients fail with KeyError: 'position' during tool initialization?

Some MCP clients may fail while parsing tool schemas when they contain local JSON pointer references such as #/properties/position. MCP Unity avoids this by registering transform tool inputs (set_transform, move_gameobject, rotate_gameobject, scale_gameobject) with fresh nested vector schemas per field, so the generated schema does not rely on local #/properties/... references. If you still see this error: update your MCP client to the latest version, rebuild the Node server (cd Server~ && npm run build), confirm your package version includes this compatibility fix.

Asked by Winifred Adeyemi · Jul 31, 2026

Why do I get a connection failed error when running Play Mode tests?

The run_tests tool returns the following response: Error: Connection failed: Unknown error This error occurs because the bridge connection is lost when the domain reloads upon switching to Play Mode. The workaround is to turn off Reload Domain in Edit > Project Settings > Editor > "Enter Play Mode Settings".

Asked by Rania Nasser · Jul 27, 2026

Why won't the MCP Unity server start?

Check the Unity Console for error messages Ensure Node.js is properly installed and accessible in your PATH Verify that all dependencies are installed in the Server directory

Asked by Frank Müller · Jul 24, 2026

Why am I unable to connect to MCP Unity?

Ensure the WebSocket server is running (check the Server Window in Unity) Send a console log message from MCP client to force a reconnection between MCP client and Unity server Change the port number in the Unity Editor MCP Server window. (Tools > MCP Unity > Server Window)

Asked by Valentina Marino · May 28, 2026

Is MCP Unity free to use?

Yes, MCP Unity is an open-source project distributed under the MIT License. You are free to use, modify, and distribute it according to the license terms.

Asked by Sanjay Gupta · Apr 27, 2026

Postavi pitanje

Alternative za Sadržaji MCP servera