unity_packages_remove
Remove or uninstall a Unity package by specifying its name (e.g., 'com.unity.cinemachine'). Use with the port from unity_select_instance for parallel-safe routing in multi-instance setups.
Instructions
Remove/uninstall a Unity package by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name, e.g. 'com.unity.cinemachine' | |
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |