Version: 2018.3 (switch to 2019.1 )
Creating a Timeline Asset and Timeline instance
Converting an Infinite clip to an Animation clip
Other Versions

Recording basic animation with an Infinite clip

You can record animation directly to an Animation track. When you record directly to an empty Animation track, you create an Infinite clip.

An Infinite clip is defined as a clip that contains basic key animation recorded through the TimelineGeneric term within Unity that refers to all features, windows, editors, and components related to creating, modifying, or reusing cut-scenes, cinematics, and game-play sequences. More info
See in Glossary
Editor window. An Infinite clip cannot be positioned, trimmed, or split because it does not have a defined size: it spans the entirety of an Animation track.

Before creating an Infinite clip, you must add an empty Animation track for the GameObjectThe 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
that you want to animate.

In the Track listThe area in the Timeline Editor window where you add, group, and modify tracks. More info
See in Glossary
, click the Record button for the empty Animation track to enable Record mode. The Record button is available for Animation tracks bound to simple GameObjects such as cubes, spheres, lights, and so on. The Record button is disabled for Animation tracks bound to humanoid GameObjects.

Click the Record button on an empty track to enable Record mode
Click the Record button on an empty track to enable Record mode

When a track is in Record mode, the clip area of the track is drawn in red with the “Recording…” message. The Record button blinks.

Timeline Editor window in Record mode
Timeline Editor window in Record mode

When in Record mode, any modification to an animatable propertyA property belonging to a GameObject, or belonging to a component added to a GameObject, that can have different values over time. More info
See in Glossary
of the GameObject sets a key at the location of the Timeline PlayheadThe white marker and line that indicates the exact point in time being previewed in the Timeline Editor window. More info
See in Glossary
. Animatable properties include transforms and the animatable properties for all components added to the GameObject.

To start creating an animation, move the Timeline Playhead to the location of the first key, and do one of the following:

  • In the InspectorA Unity window that displays information about the currently selected GameObject, Asset or Project Settings, alowing you to inspect and edit the values. More info
    See in Glossary
    window, Right-click the name of the property and choose Add Key. This adds an animation keyThe value of an animatable property, set at a specific point in time. Setting at least two keys for the same property creates an animation. More info
    See in Glossary
    for the property without changing its value. A white diamond appears in the infinite clip to show the position of the key.

  • In the Inspector window, change the value of the animatable property of the GameObject. This adds an animation key for the property with its changed value. A white diamond appears in the infinite clip.

  • In the Scene viewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info
    See in Glossary
    , move, rotate, or scale the GameObject to add a key. This automatically adds a key for the properties you change. A white diamond appears in the infinite clip.

Red background indicates that an animation curve for the property has been added to the clip
Red background indicates that an animation curve for the property has been added to the clip
Setting a key adds a white diamond to the infinite clip
Setting a key adds a white diamond to the infinite clip

Move the playhead to a different position on the timeline and change the animatable properties of the GameObject. At each position, the Timeline Editor windowThe name of the window where you create, modify, and preview a Timeline instance. Modifications to a Timeline instance also affects the Timeline Asset. More info
See in Glossary
adds a white diamond to the Infinite clip for any changed properties and adds a key to its associated animation curvesThe curve drawn between keys set for the same animatable property, at different frames or seconds. The position of the tangents and the selected interpolation mode for each key determines the shape of the animation curve. More info
See in Glossary
.

While in Record mode, you can Right-click the name of an animatable property name to perform keying operations such as setting a key without changing its value, jumping to the next or previous keys, removing keys, and so on. For example, to set a key for the position of a GameObject without changing its value, Right-click Position and select Add Key from the context menu.

Right-click the name of an animatable property to perform keying operations
Right-click the name of an animatable property to perform keying operations

When you finish the animation, click the blinking Record button to disable Record mode.

An Infinite clip appears as a dopesheet in the Timeline Editor window, but you cannot edit the keys in this view. Use the Curves view to edit keys. You can also Double-click the Infinite clip and edit the keys with the Animation window.

An Infinite clip appear as a dopesheet
An Infinite clip appear as a dopesheet

Save the 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
or project to save the Timeline AssetRefers to the tracks, clips, and recorded animation that comprise a cinematic, cut-scene, game-play sequence, or other effect created with the Timeline Editor window. A Timeline Asset does not include bindings to the GameObjects animated by the Timeline Asset. The bindings to scene GameObjects are stored in the Timeline instance. The Timeline Asset is Project-based. More info
See in Glossary
and the Infinite clip. The Timeline Editor window saves the key animation from the Infinite clip as a source assetAny media or data that can be used in your game or Project. An asset may come from a file created outside of Unity, such as a 3D model, an audio file or an image. You can also create some asset types in Unity, such as an Animator Controller, an Audio Mixer or a Render Texture. More info
See in Glossary
. The source asset is named “Recorded” and saved as a child of the Timeline Asset in the project.

Recorded clips are saved under the Timeline Asset in the project
Recorded clips are saved under the Timeline Asset in the project

For every additional recorded Infinite clip, each clip is sequentially numbered starting at “(1)”. For example, a Timeline Asset with three recorded Infinite clips are named “Recorded”, “Recorded (1)”, and “Recorded (2)”. If you delete a Timeline Asset, its child clips are also removed.


Did you find this page useful? Please give it a rating:

Creating a Timeline Asset and Timeline instance
Converting an Infinite clip to an Animation clip