camera_configure
Adjust camera settings in Unity: modify field of view, clip planes, orthographic mode, background color, and render depth for precise scene visualization.
Instructions
Configure an existing camera's properties: FOV, clip planes, orthographic mode, background color, depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the camera GameObject | |
| fov | No | Field of view in degrees | |
| nearClip | No | Near clip plane distance | |
| farClip | No | Far clip plane distance | |
| orthographic | No | 'true' or 'false' | |
| orthographicSize | No | Orthographic camera size | |
| depth | No | Camera render depth/priority |