unity-cinemachine

Create and manage Cinemachine virtual cameras with follow targets and blends.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/muddyrain/valley-mas --skill unity-cinemachine-muddyrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-cinemachine
Source: https://github.com/muddyrain/valley-mas/tree/main/.codex/skills/unity-skills/skills/cinemachine
Command: npx skills add https://github.com/muddyrain/valley-mas --skill unity-cinemachine-muddyrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cinemachine provides a streamlined way to craft and manage cinematic camera behavior in Unity, replacing tedious manual camera setup with programmable control over shots, follow targets, and blends.

Core Features & Use Cases

  • Create and configure virtual cameras (VCams) to handle different shot framing and targets.
  • Manage follow/look targets, lens settings, extensions, and blending priorities for cinematic sequences.
  • Use cases include gameplay cinematics, cutscenes, and dynamic scene previews with automated camera transitions.

Quick Start

Create a new Virtual Camera named "MainVCam" and set its Follow target to the Player.

Frequently Asked Questions about unity-cinemachine

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

FAQPage Schema
How do I create a virtual camera in Unity to follow a player target?

To create a virtual camera in Unity, instantiate a new VCam object and assign your Player transform to the Follow and LookAt target fields, enabling dynamic framing and automated target tracking during gameplay.

How do I manage camera blends and transitions for Unity cutscenes?

To manage camera blends in Unity cutscenes, assign priority values to your virtual cameras so Cinemachine automatically orchestrates smooth, priority-driven blends between different shots and framing setups.

What is Cinemachine used for in Unity game development?

Cinemachine in Unity game development replaces manual camera setup with programmable control over shots, target following, and blends, providing a streamlined way to craft dynamic gameplay cinematics and scene previews.

Can I adjust lens settings and noise components on a Unity virtual camera?

You can adjust lens settings and configure body, aim, and noise components on a Unity virtual camera to fine-tune shot framing and introduce procedural camera movement effects.

Does Cinemachine support real-time gameplay camera control in Unity?

Cinemachine supports real-time gameplay camera control in Unity by applying dynamic framing, target following, and smooth blends to active virtual cameras, adapting shot composition as the scene changes.

What are the limitations of using virtual cameras for Unity scene previews?

Virtual cameras for Unity scene previews require proper priority configuration to avoid blend conflicts, and complex setups with multiple extensions may demand careful performance management during real-time rendering.