unity_packages_remove
Remove a Unity package by specifying its name. Streamline project cleanup by uninstalling unnecessary packages directly.
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. |