unity-camera

Control the Unity Scene View camera to navigate, rotate, and align views.

1|Updated Feb 22, 2024
One-click install
npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-camera
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-camera
Source: https://github.com/Stardust-liu/EDC_Framework/tree/main/Assets/AI/Unity-Skills-1.5.5/unity-skills/skills/camera
Command: npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-camera

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scene View camera control is essential for navigating and aligning the Unity editor view during scene setup and debugging.

Core Features & Use Cases

  • Align the Scene View camera to a target object.
  • Retrieve current camera position and rotation.
  • Manually set camera transform and viewing size.
  • Focus the camera on a specific point in the scene.

Quick Start

Move and align the Scene View camera with a single command to position and orient the editor view.

Frequently Asked Questions about unity-camera

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

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

To align the Unity Scene View camera to a specific object, you can use a command to instantly match the camera's position and rotation to the target object's transform. This is useful for scene setup and debugging.

Can I retrieve the current Scene View camera position and rotation in Unity?

Yes, you can retrieve the current Scene View camera position and rotation in Unity. This allows you to access the exact transform values of the editor view for debugging or aligning views across multiple objects.

How to set the transform and viewing size of the Unity editor camera?

You can set the transform and viewing size of the Unity editor camera by manually specifying the position, rotation, and scale values. This controls the Scene View camera to navigate and orient the editor view with precision.

What is the best way to focus the Unity Scene View camera on a point?

The best way to focus the Unity Scene View camera on a specific point is to use a focus command that centers the editor view on the target coordinates. This helps navigate the scene and inspect specific areas during setup.

Does this Unity editor camera control work without external dependencies?

Yes, this Unity editor camera control works without external dependencies. It operates directly within the Unity editor environment to manipulate the Scene View camera for navigation, rotation, and alignment tasks.

Why use a command to control the Unity Scene View camera instead of manual navigation?

Using a command to control the Unity Scene View camera provides precise alignment to objects and exact transforms, overcoming the limitations of manual navigation when debugging camera positions or setting up complex scenes.