unity_search_missing_references
Find all missing object references and missing scripts in a Unity scene or asset folder to identify broken references for cleanup and debugging.
Instructions
Find all missing/broken object references and missing scripts in the scene. Essential for cleanup and debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | 'scene' (default) or 'assets' | |
| limit | No | Maximum results to return (default: 500). | |
| 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. |