About MCP Unity Editor
MCP-Unity allows AI assistants to perform various operations within the Unity Editor, including:
- Menu Execution: Execute Unity menu items via the execute_menu_item tool.
- GameObject Selection: Select GameObjects in the scene hierarchy using select_gameobject.
- Component Management: Add or update components on GameObjects with update_component.
- Package Management: Install new packages using add_package.
- Testing: Run tests with the run_tests tool.
- Notifications: Display messages in the Unity Editor using notify_message.
- Asset Management: Add assets to scenes with add_asset_to_scene.
The server connects to the Unity Editor and communicates with AI assistants through MCP, facilitating seamless integration and control.