unity-camera

Control Unity Scene View and Game cameras for precise framing.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-camera-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-camera
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.pi/agent/skills/unity-skills/skills/camera
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-camera-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually positioning and configuring Unity cameras when you need exact framing, predictable view control, or repeatable camera setup.

Core Features & Use Cases

  • Scene View Control: Move, rotate, focus, and inspect the editor camera for navigation and layout work.
  • Game Camera Configuration: Create cameras and adjust field of view, clipping planes, depth, clear flags, background color, orthographic mode, and culling masks.
  • Capture and Verification: Take screenshots from a Game Camera or the editor Scene View to validate composition and compare results.
  • Use Case: Use this Skill when a scene needs a tighter shot, a camera needs to be aligned to an object, or a project requires a quick screenshot from either the editor viewport or a specific in-game camera.

Quick Start

Ask the AI to align the Unity Scene View to the selected object and then create or tune the game camera for the desired framing.

Frequently Asked Questions about unity-camera

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

FAQPage Schema
How do I control the Unity Scene View camera for precise object framing?

Unity Scene View camera control allows moving, rotating, and focusing the editor viewport via named or hierarchy-path targeting. This enables precise navigation and object-focused composition without manual viewport adjustments.

How do I adjust Unity game camera FOV and clipping planes programmatically?

Adjusting Unity game camera FOV and clipping planes is done by targeting a camera via instanceId or hierarchy path to modify field of view, near and far clipping, depth, and clear flags for predictable in-game rendering configuration.

Can I take a screenshot from a specific Unity game camera or the editor viewport?

Yes, you can capture screenshots directly from a specific Unity game camera or the editor Scene View. This allows you to validate exact composition, compare framing results, and verify scene layout quickly.

Does this approach support configuring orthographic mode and culling masks for Unity cameras?

Yes, configuring orthographic mode and culling masks for Unity cameras is fully supported. You can toggle projection types and set culling masks to control layer visibility for both game cameras and scene view inspection.

What is the best way to align a Unity camera to a selected object?

The best way to align a Unity camera to a selected object is using approval-aware execution modes that target the camera by name or path. This automatically configures the transform and framing for exact composition.

Can I create a new Unity game camera and configure its background color and depth?

Yes, you can create a new Unity game camera and configure its background color, depth, clear flags, and field of view. This provides repeatable camera setup and predictable view control without manual inspector editing.