unity_search_by_name
Find GameObjects by name pattern in Unity scenes using substring or regex. Supports inactive inclusion and result limits.
Instructions
Find all GameObjects whose name contains a pattern. Supports substring matching or regex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name pattern to search for | |
| regex | No | Use regex matching instead of substring (default: false) | |
| includeInactive | No | Include inactive GameObjects (default: false) | |
| 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. |