unity-camera

Controls Unity Scene View camera position, rotation, and projection via programmable commands.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/muddyrain/valley-mas --skill unity-camera-muddyrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-camera
Source: https://github.com/muddyrain/valley-mas/tree/main/.codex/skills/unity-skills/skills/camera
Command: npx skills add https://github.com/muddyrain/valley-mas --skill unity-camera-muddyrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scene View camera control often requires manual adjustments during Unity development. This Skill enables scripted, deterministic camera manipulation to streamline workflows.

Core Features & Use Cases

  • Align Scene View camera to objects
  • Get camera position/rotation
  • Set transform, focus, and projection mode
  • Create, modify, and list cameras
  • Capture screenshots for debugging and documentation

Quick Start

Move the Scene View camera to look at the target object named Player using camera_align_view_to_object.

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 programmatically?

Move and rotate the Unity Scene View camera through scripted commands like camera_set_transform and camera_align_view_to_object, enabling deterministic camera manipulation to streamline editor workflows without manual adjustments.

Can I align the Unity Scene View camera to a specific object?

Align the Unity Scene View camera to a specific object using the camera_align_view_to_object command, which automatically focuses and orients the view directly toward the named target object.

How do I get the current position and rotation of the Unity Scene View camera?

Get the current position and rotation of the Unity Scene View camera by executing the camera_get_properties command, which retrieves the exact transform values currently applied to the active editor view.

Is it possible to switch between orthographic and perspective modes in the Unity editor via code?

Yes, switch between orthographic and perspective modes in the Unity editor via code by setting the projection mode through scripted camera commands, allowing automated adjustments for precise scene inspection.

How do I capture screenshots from the Unity Scene View for debugging?

Capture screenshots from the Unity Scene View for debugging and documentation by using the camera commands to set the desired view and then programmatically capture the resulting scene display.

Do I need any external dependencies to automate Unity editor camera control?

No, you do not need any external dependencies to automate Unity editor camera control, as this Skill operates independently without additional packages to manipulate scene view transforms and properties.