MCP Catalogs
HomeUnity-AI-Tools-Template screenshot

Unity-AI-Tools-Template

by IvanMurzak·18·Score 43

Template for creating Unity MCP tools with initialization scripts and setup guidance.

developer-toolsai-llmother
2
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

Unity AI Tools Template is a starter repository for creating custom MCP tools specifically for the Unity game engine. It provides a streamlined process for converting template projects into distributable Unity packages. The template includes initialization scripts, directory management, and detailed instructions for both Editor and Runtime MCP tools, supporting various Unity development workflows.

Try asking AI

After installing, here are 4 things you can ask your AI assistant:

you:Creating custom AI tools for Unity Editor workflows
you:Developing runtime MCP tools for Unity builds
you:Setting up package distribution for Unity MCP tools
you:Can I use these tools in Unity builds?

When to choose this

Choose this template when developing Unity-specific MCP tools and you need a structured approach to package creation, distribution, and maintenance.

When NOT to choose this

Don't choose this if you're not working with Unity Engine, as the template is specifically designed for Unity MCP tool development.

Comparable tools

unity-mcpmcp-server-templateunity-package-template

Installation

Installation

  1. Create a new repository from this template
  2. Clone your new repository
  3. Initialize project with:

``powershell ./commands/init.ps1 -PackageId "com.company.package" -PackageName "My Package" ``

  1. Update package.json with your package details
  2. Generate Unity meta files by opening projects in Unity Editor
  3. Add your MCP tools to appropriate directories (Editor or Runtime)
  4. Set up CI/CD with GitHub Actions for automated testing and deployment

FAQ

What is this template for?
This template provides a starting point for creating custom MCP tools specifically for Unity Engine, with streamlined package creation and distribution.
Can I use these tools in Unity builds?
Yes, but only if you create Runtime MCP tools. Editor-only tools won't work in builds.

Compare Unity-AI-Tools-Template with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.