unity-cinemachine

Configure Unity Cinemachine virtual cameras, blending, shake, and state-driven cameras.

24|5|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Nice-Wolf-Studio/unity-claude-skills --skill unity-cinemachine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-cinemachine
Source: https://github.com/Nice-Wolf-Studio/unity-claude-skills/tree/main/skills/unity-cinemachine
Command: npx skills add https://github.com/Nice-Wolf-Studio/unity-claude-skills --skill unity-cinemachine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation and management of dynamic, professional-quality camera systems in Unity, eliminating the need for complex custom camera scripting.

Core Features & Use Cases

  • Virtual Camera Setup: Easily configure follow, look-at, and orbital cameras.
  • Camera Blending & Transitions: Achieve smooth, cinematic transitions between different camera views.
  • Procedural Shake & Noise: Add realistic camera shake and subtle movements for impact.
  • State-Driven Cameras: Automatically switch cameras based on game states (e.g., combat, dialogue).
  • Use Case: Set up a third-person player camera that smoothly follows the player, avoids obstacles, and transitions to a cinematic shot during a cutscene.

Quick Start

Configure a basic follow camera for the player GameObject using Cinemachine.

Frequently Asked Questions about unity-cinemachine

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

FAQPage Schema
How do I set up a third-person follow camera in Unity without writing custom scripts?

Setting up a third-person follow camera in Unity is achieved by configuring a Cinemachine virtual camera to target the player GameObject, handling smooth tracking and obstacle avoidance automatically without custom scripting.

What is Cinemachine virtual camera blending for Unity game development?

Cinemachine virtual camera blending in Unity creates smooth, cinematic transitions between different camera views, automatically interpolating position and rotation to switch game states or cutscenes seamlessly.

How do I add procedural camera shake to a Unity 3d game?

Adding procedural camera shake to a Unity 3d game involves applying noise settings to a Cinemachine virtual camera, generating realistic impact movements and subtle idle motions automatically.

Can I switch Unity cameras automatically based on game states like combat or dialogue?

You can switch Unity cameras automatically based on game states like combat or dialogue by using state-driven camera setups in Cinemachine to trigger virtual camera transitions.

Do I need to understand Unity GameObjects and components to use Cinemachine?

You need to understand Unity's GameObject and Component system to implement Cinemachine, as virtual cameras and target framing are configured as components attached to GameObjects in your 3d scene.

What is the best way to create cinematic sequences and orbital camera controls in Unity?

The best way to create cinematic sequences and orbital camera controls in Unity is by using Cinemachine to configure orbital virtual cameras and state-driven targeting for dynamic cutscenes.