unity-camera

Move, rotate, and align Unity Scene View cameras via scripting functions.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-camera-jinluli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-camera
Source: https://github.com/jinluli/EnglishLearnTool/tree/main/Packages/SkillsForUnity/unity-skills~/skills/camera
Command: npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-camera-jinluli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies camera operations within Unity scenes, allowing users to easily move, rotate, and align the editor camera view.

Core Features & Use Cases

  • Camera Movement: Move the camera to specific positions or rotate around objects.
  • Scene View Control: Control the Scene View camera for a more immersive editing experience.
  • Use Case: When creating a game or application in Unity, quickly align the camera to view specific areas of the scene or move it to a desired location.

Quick Start

To align the camera to an object, use the command: camera_align_view_to_object objectName="YourObjectName"

Frequently Asked Questions about unity-camera

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

FAQPage Schema
How do I move the Unity scene view camera to a specific position?

You can move the Unity scene view camera to specific positions using provided scripting functions for camera control. This simplifies moving the editor camera view to desired coordinates within your Unity scenes.

Can I align the Unity editor camera to an object in my scene?

Yes, you can align the Unity editor camera to an object in your scene. By using the camera alignment command with your specific object name, the script automatically focuses and aligns the camera view to that target object.

What is the best way to script custom camera rotations around objects in Unity?

To script custom camera rotations around objects in Unity, use dedicated scene manipulation functions. These scripts enable precise rotation behaviors, allowing dynamic camera control around specific scene targets.

Does this Unity camera control method work for scene view editing?

Yes, this Unity camera control method works directly for scene view editing. It is designed to control the Scene View camera, providing a more immersive and precise editing experience when creating games or applications.

Do I need any dependencies to use these Unity camera scripts?

No, you do not need any dependencies to use these Unity camera scripts. The Skill is implemented as standalone scripts, requiring only your Unity environment to execute camera movements, rotations, and object alignments.