Version: 2019.2
Control clip Playable Asset properties
Timeline glossary

Playable Director component

The Playable Director component stores the link between a Timeline instanceRefers to the link between a Timeline Asset and the GameObjects that the Timeline Asset animates in the scene. You create a Timeline instance by associating a Timeline Asset to a GameObject through a Playable Director component. The Timeline instance is scene-based. More info
See in Glossary
and a 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
Asset. The Playable Director component controls when the Timeline instance plays, how the Timeline instance updates its clock, and what happens when the Timeline instance finishes playing.

Playable Director component added to the GameObject named Ground. The GameObject is associated with the GroundCTL Timeline Asset.
Playable Director component added to the GameObject named Ground. The GameObject is associated with the GroundCTL Timeline Asset.

The Playable Director component also shows the list of tracks from the associated 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
(Playable property) that animate 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
in 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
. The link between Timeline Asset tracks and GameObjects in the Scene is referred to as binding or Track binding. For more on binding and the relationship between Timeline Assets and Timeline instances, see Timeline Overview.

Property Description
Playable Associates a Timeline Asset with a GameObject in the Scene.
When you make this association, you create a Timeline instance for the selected Timeline Asset. After you create a Timeline instance, you can use the other properties in the Playable Director component to control the instance and choose which GameObjects in the Scene are animated by the Timeline Asset.
Update Method Sets the clock source that the Timeline instance uses to update its timing.
DSP Select for sample accurate audio scheduling. When selected, the Timeline instance uses the same clock source that processes audio. DSP stands for digital signal processing.
Game Time Select to use the same clock source as the game clock. This clock source is affected by time scaling.
Unscaled Game Time Select to use the same clock source as the game clock, but without being affected by time scaling.
Manual Select to not use a clock source and to manually set the clock time through scripting.
Play on AwakeSet this to true to make an Audio Source start playing on awake More info
See in Glossary
Whether the Timeline instance is played when game play is initiated. By default, a Timeline instance is set to begin as soon as the Scene begins playback. To disable the default behaviour, disable the Play on Awake option in the Playable Director component.
Wrap Mode The behaviour when the Timeline instance ends playback.
Hold Plays the Timeline instance once and holds on the last frame until playback is interrupted.
Loop Plays the Timeline instance repeatedly until playback is interrupted.
None Plays the Timeline instance once.
Initial Time The time (in seconds) at which the Timeline instance begins playing. The Initial Time adds a delay in seconds before the Timeline instance actually begins. For example, when Play On Awake is enabled and Initial Time is set to five seconds, if you click the Play button in the Unity ToolbarA row of buttons and basic controls at the top of the Unity Editor that allows you to interact with the Editor in various ways (e.g. scaling, translation). More info
See in Glossary
, Play Mode starts and the Timeline instance begins five seconds later.
Current Time Views the progression of time according to the Timeline instance in the Timeline window. The Current Time field matches the Playhead Location field.
Use the Current Time field when the Timeline window is hidden. The Current Time field appears in the Playable Director Component when in Timeline Playback mode or when Unity is in Game Mode.
Bindings Shows the link between GameObjects in the Scene with tracks from the associated Timeline Asset (Playable property). The Bindings area is split into two columns:
The first column lists the tracks from the Timeline Asset. Each track is identified by an icon and its track type.
The second column lists the GameObject linked (or bound) to each track.
The Bindings area does not list Track groups, Track sub-groups, or tracks that do not animate GameObjects. The Timeline window shows the same bindings in the Track listThe area in the Timeline Editor window where you add, group, and modify tracks. More info
See in Glossary
.

  • 2019–08–20 Page published
Control clip Playable Asset properties
Timeline glossary