unity_packages_info
Retrieve detailed information about a specific installed Unity package, including its version and dependencies. Provide the package name (e.g., 'com.unity.cinemachine') to get structured data for project management and troubleshooting.
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. |