unity-camera

Control the Unity Scene View camera to move, rotate, align, and focus.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mufengbufeng/EF --skill unity-camera-mufengbufeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-camera
Source: https://github.com/mufengbufeng/EF/tree/main/UnityProject/.claude/skills/unity-skills/skills/camera
Command: npx skills add https://github.com/mufengbufeng/EF --skill unity-camera-mufengbufeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scene editors often struggle with precise and efficient camera setup in the Unity Scene View during level design and review.

Core Features & Use Cases

  • Align and focus the Scene View camera on specific game objects using camera_align_view_to_object.
  • Manually set the Scene View camera transform with camera_set_transform to position and rotate the view.
  • Inspect current Scene View camera state with camera_get_info to aid debugging and documentation.

Quick Start

Align the Scene View camera to look at the object named 'Target'.

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 game object?

To align the Unity Scene View camera, you can use the camera_align_view_to_object function to automatically focus and point the view directly at a designated target object during scene composition.

What is the best way to set the exact position and rotation of the Unity Scene View camera?

Setting the Unity Scene View camera transform precisely requires using the camera_set_transform command, allowing you to manually input exact position and rotation values for the view.

Can I inspect the current transform values of the Unity Scene View camera for debugging?

Yes, you can inspect the Unity Scene View camera state by executing the camera_get_info command, which retrieves current transform and view data to aid in debugging and documentation.

Does this camera control method work for large Unity projects during level design?

Yes, these camera control commands are specifically applicable for scene composition, camera placement, and presentation tasks across large Unity projects during active level design and review.

How do I make the Unity Scene View camera look at a specific point in the scene?

You can make the Unity Scene View camera look at a specific coordinate or target by utilizing the camera_look_at command to orient the view towards that exact location.