unity-cinemachine

Configure Cinemachine Virtual Cameras, brains, and pipeline components in Unity.

6|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-cinemachine-dycuong03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-cinemachine
Source: https://github.com/dyCuong03/unity-agent-team/tree/main/.claude/skills/unity-skills/skills/cinemachine
Command: npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-cinemachine-dycuong03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of manually setting up Cinemachine Virtual Cameras, brains, and camera pipeline components in Unity—so you can quickly build, inspect, and tune gameplay or cinematic camera behavior.

Core Features & Use Cases

  • Create and manage Virtual Cameras (VCam): Create VCams and force activation via priority/brain blending.
  • Inspect and configure camera behavior safely: Inspect VCams and set lens, targets (Follow/LookAt), and Body/Aim/Noise stage properties through a reflection adapter for Cinemachine 2.x/3.x.
  • Set up advanced camera systems: Configure brain blending, generate impulses, manage target groups, and build Sequencer/MixingCamera/ClearShot/StateDriven setups (including body/aim/noise pipeline customization).
  • Compatibility & safety guardrails: Handles SemiAuto approval mode for sensitive operations and requires Cinemachine package presence, returning stub errors when Cinemachine is not installed.

Quick Start

Create a Virtual Camera named "PlayerCam", set its Follow and LookAt to "Player", and configure cinematic lens and pipeline settings as needed for gameplay or cutscenes.

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 Unity Cinemachine Virtual Camera for gameplay or cutscenes?

To set up a Unity Cinemachine Virtual Camera, you can create a VCam, assign Follow and LookAt targets, and tune lens, Body, Aim, and Noise pipeline settings to achieve the desired cinematic or gameplay camera control.

Can I use Cinemachine camera blending and brain configuration to switch between virtual cameras?

Yes, you can configure Cinemachine brain blending to smoothly transition between Virtual Cameras by adjusting priority settings to force activation, enabling seamless camera blending for your Unity scenes.

Does this approach work with advanced Cinemachine managers like Sequencer, ClearShot, and StateDriven?

Yes, this approach fully supports setting up advanced Cinemachine managers including Sequencer, MixingCamera, ClearShot, and StateDriven, allowing you to build complex camera systems and customize their body, aim, and noise pipelines.

What happens if the Unity Cinemachine package is not installed in my project?

If the Unity Cinemachine package is not installed, the configuration process returns stub errors, as the underlying reflection adapter requires Cinemachine 2.x or 3.x runtime presence to inspect and configure camera pipeline components.

How do I generate camera shake effects using Cinemachine impulse signals?

You can generate camera shake effects by configuring Cinemachine impulses, which propagate vibration signals through the camera pipeline to create dynamic feedback during gameplay events.

Is manual Cinemachine pipeline configuration better than using automated reflection adapters?

Automated reflection adapters simplify configuring Cinemachine 2.x and 3.x components by safely handling SemiAuto approval mode for sensitive operations, reducing manual friction when inspecting and tuning virtual camera properties.