unity_prefab_info
Retrieve detailed prefab information including overrides, variant status, and added/removed components for both prefab assets and scene instances.
Instructions
Get detailed prefab information: overrides, variant status, added/removed components. Works on both prefab assets and scene instances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetPath | No | Asset path of the prefab (e.g. 'Assets/Prefabs/Player.prefab') | |
| path | No | Hierarchy path of a prefab instance in the scene | |
| instanceId | No | Instance ID of a prefab instance | |
| 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. |