unity_search_missing_references
Find all missing object references and scripts in Unity scenes or assets to clean up and debug your project.
Instructions
Find all missing/broken object references and missing scripts in the scene. Essential for cleanup and debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| limit | No | Maximum results to return (default: 500). | |
| scope | No | 'scene' (default) or 'assets' |