unity-camera

Control the Unity Editor Scene View camera transform, alignment, and projection modes.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-camera-krl76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-camera
Source: https://github.com/krl76/MP-Study-Projects/tree/main/Practice1/.codex/skills/unity-skills/skills/camera
Command: npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-camera-krl76

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables programmatic control over the Unity Editor's Scene View camera, allowing precise positioning, orientation, and alignment to objects or world points to streamline editor workflows.

Core Features & Use Cases

  • Align the Scene View camera to look at a target object or point.
  • Set or query the camera's transform, orthographic/perspective mode, and depth.
  • Create, manage, and capture viewpoints for repeatable editor previews and debugging.

Quick Start

Move and rotate the Scene View camera to a desired position.

Frequently Asked Questions about unity-camera

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

FAQPage Schema
How do I programmatically control the Unity Scene View camera for object alignment?

Programmatic control of the Unity Scene View camera allows precise positioning, orientation, and alignment to objects or world points to streamline editor workflows and navigation tasks.

Can I align the Unity Scene View camera to look at a specific transform or world point?

Yes, aligning the Unity Scene View camera to look at a target object or point is a core feature, enabling repeatable viewpoints for layout, debugging, and previews.

What is the best way to capture screenshots within the Unity Scene View?

Capturing screenshots within the Unity Scene View is supported by creating and managing specific viewpoints, allowing developers to generate repeatable editor previews and debugging outputs.

Does this Unity editor camera approach support toggling between orthographic and perspective projection modes?

Yes, the Unity editor camera approach supports toggling projection modes, setting or querying the camera's transform, orthographic or perspective mode, and depth.

Why do I need repeatable viewpoints for Unity development workflows?

Repeatable viewpoints are needed for Unity development workflows to simplify navigation, ensure consistent layout, debugging, and editor previews across different sessions.

Are there limitations when using programmatic camera control to set and get transforms in Unity?

Programmatic camera control to set and get transforms in Unity is limited to the Scene View camera, meaning it does not affect the rendering of actual game cameras during runtime.