unity_packages_info
Retrieve detailed information about an installed Unity package, including its version and dependencies.
Instructions
Get detailed info about an installed package including versions and dependencies.
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. |