
Unity-AI-Tools-Template
by IvanMurzak·★ 18·Score 43
Template for creating Unity MCP tools with initialization scripts and setup guidance.
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:
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
Installation
Installation
- Create a new repository from this template
- Clone your new repository
- Initialize project with:
``powershell ./commands/init.ps1 -PackageId "com.company.package" -PackageName "My Package" ``
- Update
package.jsonwith your package details - Generate Unity meta files by opening projects in Unity Editor
- Add your MCP tools to appropriate directories (Editor or Runtime)
- 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
Last updated · Auto-generated from public README + GitHub signals.