Important: The Cinematic Studio feature setA feature set is a collection of related packages that you can use to achieve specific results in the Unity Editor. You can manage feature sets directly in Unity’s Package Manager. More info
See in Glossary is unsupported as of Unity 6.1.
Enable the creation of films, TV shows, and other animated linear content:
The Cinematic Studio feature set contains the following packages:
Package | Description |
---|---|
Timeline | Author and record cinematic content, gameplay sequences, audio sequences, and complex particle effects. Use Sequences and Cinemachine on top of Timeline to realize your cinematic vision. |
Sequences | Create editorial structures in Timeline for movies, game cinematics, or any other linear content, and manage your assets in the context of your shots. Benefit from the automation of many Unity Editor processes to focus on your creative content. |
FBX Exporter | Export geometry, lights, cameras, and animations to FBX. Enable round-trip workflows between the Unity Editor and 3D modeling applications that support the FBX format. Seamlessly convert GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info See in Glossary to FBX PrefabAn asset type that allows you to store a GameObject complete with components and properties. The prefab acts as a template from which you can create new object instances in the scene. More info See in Glossary Variants to enable fast iteration on models while maintaining Unity-specific components and overrides. |
Alembic | Import and export Alembic files, play back and record animations in the Alembic format directly in the Unity Editor. Use the Alembic format for complex vertex animations when skinned meshes can’t provide a high enough quality or are too heavy to process. For example, muscle, skin, and cloth deformations, or fluid, soft-body, hair, and fur movements. |
Cinemachine | Operate the Unity camera in a codeless, procedural way to get sophisticated behaviors: character tracking, sceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info See in Glossary composition and interaction, shot evaluations, blends, and cuts. Create, iterate, experiment, and refine camera behaviors and shots in real time. Significantly reduce the number of time-consuming manual manipulations and script revisions that take place during development. |
Recorder | Capture data from Unity Editor’s Play mode and save recordings as image sequences, videos, animation clipsAnimation data that can be used for animated characters or simple animations. It is a simple “unit” piece of motion, such as (one specific instance of) “Idle”, “Walk” or “Run”. More info See in Glossary, audio, and arbitrary output variables (AOVs). Use Alembic and FBX Exporter on top of Recorder to export animations as Alembic clips and FBX files. Create game trailers, video content, and intermediate or final output for linear content production. |