unity_selection_focus_scene_view
Focus the Scene View camera on a specific GameObject, set its pivot position, rotation, zoom, and toggle orthographic mode.
Instructions
Control the Scene View camera: frame a GameObject, set pivot/rotation/zoom, toggle orthographic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | GameObject to frame in scene view | |
| instanceId | No | Instance ID of GameObject to frame | |
| position | No | Scene view pivot position | |
| rotation | No | Scene view rotation (euler angles) | |
| size | No | Scene view zoom (camera distance) | |
| orthographic | No | Toggle orthographic/perspective | |
| 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. |