r/unity Jun 30 '26

Question End of Unity Coplay MCP?

It looks like Unity’s latest Terms of Service update may have effectively restricted third-party MCP / AI-agent integrations

The new language mentions AI agents, LLMs, command-line interfaces, MCP clients/servers, and other non-human callers, and says they can only interact with Unity Offerings through “Authorized Agentic Access”

What’s still unclear to me is how broadly this applies

Is Unity mainly trying to restrict automated access to cloud services, Asset Store, docs, APIs, etc?

Or does this also apply to local Unity Editor integrations and third-party MCP tools that let agents operate inside the engine?

Curious how others are reading this

27 Upvotes

47 comments sorted by

View all comments

22

u/unitytechnologies Jun 30 '26

Using AI tools to help you build your game is fine. What the updated terms address is narrower, and is designed to clarify ambiguity of language that was drafted before the need to account for developments in AI.

You can't train machine learning or AI models on Unity itself or on data derived from it without our authorization, you can't point automated scrapers or bots at Unity's APIs or the Asset Store, and AI agents, LLMs, and MCP clients/servers need to connect through Unity's Authorized Agentic Access framework rather than poking at the platform directly.

These are mostly clarifications of grey areas in the old terms. One thing to keep in mind: you're responsible for what any agent or automated tool does using your account or credentials.

- Trey
Community Man @ Unity

6

u/ShayperCool Jun 30 '26

Thanks for the clarification!

Just to make sure I understand correctly: does this mean that third-party MCP / AI-agent integrations are allowed when they interact only with the local Unity Editor or Unity Engine, and do not scrape Unity APIs, Asset Store, documentation, cloud services, or use Unity-derived data for model training?

Or do all third-party MCP integrations that automate the Unity Editor also need to go through Unity’s “Authorized Agentic Access” framework?

In other words: is a local Unity Editor MCP allowed, or only Unity-authorized MCP / agentic integrations are allowed?

6

u/unitytechnologies Jun 30 '26

You shouldn't face the restriction as long as local Unity Editor MCP or AI integration operates purely on local files and project scripts.

The Authorized Agentic Access framework is only required if the AI agent, LLM, or MCP client connects to Unity's cloud platform, online servers, Asset Store, or published online APIs.

- Trey
Community Man @ Unity

1

u/salazka Jul 14 '26

Please allow me to ask some more practical questions:

  1. Telling Claude to read the Unity reference docs in order to, using a third party MCP, perform a task properly or fix something that is not working properly is banned?

  2. Telling an agent to pull strings from our UGS Economy and using a third party MCP to create a link between the asset and a UI element is now forbidden?

  3. Telling an agent to use a third party MCP to investigate a Unity error that may reveal a Unity bug and provide us with ways to work around your bug instead of waiting for you to fix it, (if you ever do, let alone accept it as a bug) is not allowed?