unity_packages_add
Install a Unity package by its identifier, such as 'com.unity.cinemachine' or 'com.unity.cinemachine@3.0.0'. Specify the target Unity instance port for parallel-safe operations when multiple instances are open.
Instructions
Add/install a Unity package by identifier (e.g. 'com.unity.cinemachine' or 'com.unity.cinemachine@3.0.0').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Package identifier, e.g. 'com.unity.cinemachine@3.0.0' | |
| 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. |