-
Notifications
You must be signed in to change notification settings - Fork 462
Project Roadmap
Welcome to the Unity MCP roadmap! This document outlines our high-level goals, priorities, and planned features for the project. It's intended to give users and contributors insight into where the project is heading, enabling seamless communication between the Unity Editor and LLM tools like Claude Desktop and Cursor via the Model Context Protocol (MCP).
Please Note: This roadmap is a living document and reflects our current plans and priorities. These are subject to change based on community feedback, unforeseen challenges, or shifts in project direction. Timelines are estimates and not guarantees. The dates on linked issues/PRs may reflect when they were opened, not necessarily the target completion date.
Want to contribute or discuss the roadmap? We'd love your input! Please see the How to Contribute or Provide Feedback section below.
- Overall Vision & Goals
- Current Focus / Next Release (v1.1 / v2.0?)
- Short-Term Plans (Post-Installation Overhaul)
- Mid-Term Plans
- Long-Term Ideas & Future Directions
- Maybe / Icebox / Backlog
- Recently Completed
- How to Contribute or Provide Feedback
- Disclaimer
Our primary goal for Unity MCP is to provide a robust, flexible, and easy-to-use bridge and MCP server enabling powerful interactions between the Unity Editor and other MCP clients.
Key objectives driving our development include:
- Goal 1: Simplify Installation & Configuration: Make setup straightforward and reliable across different platforms and MCP clients. (High Priority)
- Goal 2: Enhance Stability & Performance: Ensure reliable communication and efficient handling of commands, especially in large projects.
- Goal 3: Expand Features & Integrations: Add more tools, support more Unity features (like HDRP), and integrate with more AI services/tools.
- Goal 4: Improve User & Developer Experience: Enhance documentation, provide better feedback/error handling, and support community contributions like localization.
- Goal 5: Increase Maintainability & Testability: Refine the architecture and add tests to ensure long-term health.
We are currently focused on improving the plugin installation process. Our goal is to be on the Unity Asset Store. As such, we need to make the plugin as self-contained as possible. That means, the user is guided to install dependencies like Git, Python and uv
within the plugin so they can successfully use it.
Target: Aiming for completion in early October 2025.
Key items being actively worked on or planned for this cycle:
- 🧹 Tech Debt/Refactoring: Use typed parameters/classes instead of a JSON object in the tool parameters
- 🧹 Tech Debt/Refactoring: Return typed classes instead of a Python dictionaries in the MCP server
- 📄 Docs: Update docs to make it clear how to add new tools
Legend: ✨ Feature, 🐛 Bug Fix, 📈 Improvement, 📄 Docs, 🧪 Tests, 🧹 Tech Debt/Refactoring, 🏗️ Architecture
Following the installation refactor, our focus will shift to Stabilization, Configuration Improvements, and Integrating Community Contributions.
Planned items include (priorities may change):
- ✨ Feature: UI refresh with UI toolkit, and being transparent of the changes on Unity's side
- 🧹 Tech Debt/Refactoring: Utilize resources and prompts so MCP clients can perform better
- 🐛 Fix for shader generation #290
- ✨ Feature: Prepare and upload to Unity Asset Store (#6).
These are items we aim to tackle further out. Details and priorities are less defined.
- ✨ Feature: Explore Runtime MCP Operation (#58).
- 📈 Improvement: Explore ways to reduce context sent to LLM (#287).
- 📈 Improvement: Incorporate screenshots into LLM decision making
This section captures bigger ideas or major features that are further down the line (>6-9 months) or require significant research/design.
- Create more auto-configurations to support for additional MCP clients.
- Add more play mode functionality
- Add prompt templates to speed up multiple 2D and 3D workflows
- ✨ Feature: Add HDRP support (#27).
These are ideas that have been suggested or considered but are not currently planned for active development. They might be revisited later.
- Visual scripting integration (e.g., Bolt/PlayMaker).
For details on past releases and completed work, please see:
Your feedback and contributions are crucial! Here's how you can get involved:
-
Discuss Ideas: Use GitHub Discussions or open an issue with the
enhancement
ordiscussion
label to discuss roadmap items or propose new ideas. - Request Features: For specific, well-defined feature requests, please open a new issue using the "Feature Request" template. Check existing issues first!
- Report Bugs: If you find a bug, please open a bug report. Provide clear steps to reproduce.
-
Contribute Code/Docs: Check our README.md guide for details. Look for issues tagged
help wanted
orgood first issue
. Review open Pull Requests. - Comment on Issues/PRs: Provide feedback directly on the issues and pull requests linked in the roadmap sections above.
This roadmap provides a high-level overview of potential future direction for Unity MCP. It is not a commitment or guarantee. Priorities and timelines may change significantly based on various factors including (but not limited to) community feedback, resource availability, technical challenges, and strategic shifts. We will strive to keep this document updated but please refer to specific GitHub Issues and Milestones for the most granular, up-to-date status.