unity-camera

Align, move, and configure Unity Scene View cameras programmatically.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scene View camera control is tedious and error-prone when iterating in the Unity editor; this skill provides programmatic control to align, move, and adjust the Scene View camera to facilitate faster scene navigation and presentation.

Core Features & Use Cases

  • Align View: automatically align the Scene View camera to look at a specific GameObject.
  • Get/Set Camera State: retrieve current camera position and rotation and apply new transforms.
  • Create & Configure: spawn a new Game Camera or adjust properties like field of view and clipping planes for consistent editor views.
  • Use Case: during tutorials or cutscenes, quickly frame the scene around key objects and capture consistent viewpoints.

Quick Start

Align the Scene View camera to look at a target object by calling camera_align_view_to_object with the object's name.

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 control to look at a specific object?

Automate Unity Scene View camera control by applying the align view function to programmatically point the camera at a named GameObject, streamlining scene navigation and presentation setup.

Can I get and set the Unity Scene View camera transform programmatically?

Retrieve current Unity Scene View camera position and rotation using get info functions, then apply new transforms to move and configure the camera state across diverse scenes.

What is the best way to frame key objects in the Unity editor for tutorials or cutscenes?

Frame key objects in the Unity editor by automating Scene View camera alignment to target GameObjects, ensuring consistent viewpoints and capturing consistent scene screenshots.

Does this Unity camera automation support adjusting field of view and clipping planes?

Yes, Unity camera automation supports creating new Game Cameras and adjusting properties like field of view and clipping planes to maintain consistent editor views.

Why does manually navigating the Unity Scene View camera become tedious during iteration?

Manually navigating the Unity Scene View camera is tedious because repetitive alignment and positioning tasks are error-prone, whereas programmatic control applies defined transforms with safety checks.