unity-camera

Control Unity Scene View and Game Camera transforms and properties.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-camera-yiduandtdt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-camera
Source: https://github.com/YiDuandtdt/Bone-Throne/tree/main/.agents/skills/unity-skills/skills/camera
Command: npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-camera-yiduandtdt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables precise control of Unity Scene View and Game Cameras, allowing you to move, rotate, configure, and capture views to streamline scene setup and debugging.

Core Features & Use Cases

  • Align the Scene View camera to a target object or world point for quick framing.
  • Create and configure Game Cameras with custom properties, including FOV, clipping planes, and culling mask.
  • Toggle between orthographic and perspective modes and capture screenshots for documentation or testing.

Quick Start

Create a new Game Camera and position it to frame the target.

Frequently Asked Questions about unity-camera

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

FAQPage Schema
How do I move and align the Unity Scene View camera to a specific object?

You can align the Unity Scene View camera by adjusting its transform properties to frame a target object or world point. This streamlines scene setup and debugging workflows by ensuring precise camera positioning.

How do I create a Unity Game Camera with custom FOV and clipping planes?

Creating a Unity Game Camera involves defining its transform along with custom properties like FOV, clipping planes, and culling mask. This ensures the game camera captures the scene exactly as required for your specific framing.

Can I toggle between orthographic and perspective modes on a Unity camera?

Yes, you can toggle between orthographic and perspective modes on a Unity camera. This functionality is supported for both Scene View and Game Cameras to accommodate different scene setup and debugging requirements.

What is the best way to capture a Unity scene screenshot for documentation?

Capturing a Unity scene screenshot is done through defined camera parameters to grab the current view. This method provides straightforward screenshot generation for testing, documentation, and scene analysis.

Does this Unity camera control method work without extra dependencies?

Yes, manipulating Unity camera transforms and properties works without extra dependencies. It directly interacts with native camera settings like FOV and orthographic modes, requiring no additional components or setup to function.