camera_capture
Capture high-quality images from Unity cameras using RenderTexture. Specify camera name, dimensions, and output path to save PNG files directly from the Unity Editor.
Instructions
Capture what a specific camera sees using RenderTexture. Higher quality than screenshot. Falls back to main camera if not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Camera name (falls back to Main Camera) | |
| path | No | Output PNG file path | Assets/CameraCapture.png |
| width | No | Image width in pixels | |
| height | No | Image height in pixels |