unity-mcp-coplay.md

Unity MCP (Coplay)

UI App
from"CoplayDev"
1.1k

Bridge for AI assistants to control Unity Editor with scene, asset, and script management

Gaming
Unitygame deveditorAI bridge
install.sh
# Clone the repository
$git clone https://github.com/CoplayDev/unity-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve