Unity Editor MCP Server
package_manager
Manages packages in the Unity Package Manager
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | The branch to use for GitHub packages (optional) | |
methodSource | Yes | The method source to use (registry, github, or disk) to add the package | |
packageName | No | The package name to add from Unity registry (e.g. com.unity.textmeshpro) | |
path | No | The path to use (folder path for disk method or subfolder for GitHub) | |
repositoryUrl | No | The GitHub repository URL (e.g. https://github.com/username/repo.git) | |
version | No | The version to use for registry packages (optional) |
Input Schema (JSON Schema)
You must be authenticated.