unity_prefab_info
Retrieve detailed prefab information including overrides, variant status, and added or 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 |
|---|---|---|---|
| path | No | Hierarchy path of a prefab instance in the scene | |
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| assetPath | No | Asset path of the prefab (e.g. 'Assets/Prefabs/Player.prefab') | |
| instanceId | No | Instance ID of a prefab instance |