camera_create
Create a new Camera GameObject in Unity scenes with customizable position, field of view, and projection mode.
Instructions
Create a new Camera GameObject in the scene with optional position, FOV, and orthographic mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Camera name | New Camera |
| x | No | X position | |
| y | No | Y position | |
| z | No | Z position | |
| fov | No | Field of view in degrees (default: 60) | |
| orthographic | No | 'true' for orthographic camera |