unity-camera

Control Unity Scene View and Game Camera transforms and properties.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-camera-lrbjk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-camera
Source: https://github.com/lrbjk/FenShen_Remake_V0/tree/main/.codex/skills/unity-skills/skills/camera
Command: npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-camera-lrbjk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides precise, repeatable control of the Unity Scene View and Game Camera so users can frame, align, and capture views without manual, error-prone mouse adjustments or confusion between Scene and Game camera operations.

Core Features & Use Cases

  • Align and focus: Align the Scene View to look at a GameObject or a world-space point using camera_align_view_to_object and camera_look_at.
  • Transform control: Retrieve and set Scene View transforms with camera_get_info and camera_set_transform to reproduce exact editor viewpoints.
  • Game Camera management: Create Game Cameras, adjust properties such as fieldOfView, clip planes, clear flags, culling masks, and orthographic settings, and capture camera-specific screenshots with camera_screenshot.
  • Use Case: Align the Scene View to a character for animation iteration, create a new gameplay camera, configure its FOV and culling mask, and capture a high-resolution screenshot for documentation.

Quick Start

Align the Scene View camera to the object named Player and report its new position and rotation.

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 Scene View camera positioning to focus on a specific object?

Automate Unity Scene View camera positioning by aligning the view to look at a specific GameObject or world-space point. This eliminates manual mouse adjustments, providing precise framing for animation iteration and scene alignment.

Can I capture high-resolution screenshots from a specific Unity Game Camera?

Yes, you can capture camera-specific screenshots from a Unity Game Camera. The Skill automates capturing views and returns structured results including instanceId and file paths for documentation.

What's the best way to reproduce an exact editor viewpoint in the Unity Scene View?

The best way to reproduce an exact Unity Scene View viewpoint is to retrieve and set camera transforms. This allows you to save, load, and apply precise position and rotation data programmatically.

Does this approach support adjusting Unity camera properties like fieldOfView and culling masks?

Yes, this approach supports adjusting Unity Game Camera properties including fieldOfView, clipping planes, clear flags, depth, and setting culling masks by layer names for precise scene rendering control.

How do I create a new gameplay camera and configure its clipping planes in Unity?

Create a new Game Camera and configure its clipping planes, clear flags, and orthographic settings directly. This automates Game Camera management and property configuration in the Unity editor.