unity-camera

Configure Unity Scene View and Game Camera controls for screenshots.

6|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-camera-dycuong03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-camera
Source: https://github.com/dyCuong03/unity-agent-team/tree/main/.claude/skills/unity-skills/skills/camera
Command: npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-camera-dycuong03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly set up and adjust Unity camera views so you can review scenes, frame objects, tune camera parameters, and capture screenshots without manual editor fiddling.

Core Features & Use Cases

  • Scene View camera control: align, look-at, and set position/rotation for faster scene navigation and review.
  • Game Camera setup: create cameras and configure key rendering properties like FOV, clip planes, clear flags, background color, depth, and culling mask.
  • Screenshot capture: render from a Game Camera and save an image to a file path for documentation or testing.

Quick Start

Create a camera at position 0, 1, -10, set its field of view to 60, and capture a 1920x1080 screenshot to Assets/screenshot.png.

Frequently Asked Questions about unity-camera

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Unity camera views and capture scene screenshots?

To automate Unity camera views and capture screenshots, you can configure Game Camera properties like position, rotation, and field of view, then render the output directly to a specified file path for scene debugging or documentation workflows.

What Unity camera properties can I configure programmatically for game rendering?

You can programmatically configure Unity game camera properties including field of view, clip planes, clear flags, background color, depth, and culling mask to achieve specific rendering results.

How do I align the Unity Scene View camera to specific objects?

You can align the Unity Scene View camera by manipulating its transform, setting look-at targets, and adjusting position and rotation parameters for faster scene navigation and object framing.

Can I set up a Unity game camera and capture a 1920x1080 screenshot without manual editor fiddling?

Yes, you can create a camera at a specific position, set its rendering parameters such as FOV, and capture a 1920x1080 screenshot to a designated file path without manual editor fiddling.

Does this Unity camera control method support adjusting culling masks and clear flags?

Yes, the Unity camera control setup supports adjusting rendering properties like culling masks and clear flags, allowing you to filter rendered objects and control the background display.