> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/monobehaviours/playable-director-controller.md).

# Playable Director Controller

## Properties

A playable director controller has no properties.

## Usage

A playable director will be triggered to play its timeline when the name of the timeline matches the *TimeLine Name* field in a [Cutscene](/scriptable-objects/cutscene.md).  The [Cutscene](/scriptable-objects/cutscene.md) can be started automatically upon loading the scene by the [Scene Node](/scriptable-objects/scene-node.md), or triggered manually through a [Cutscene Interactable](/scriptable-objects/interactable-option-configurations/cutscene-config.md).

## Dependencies

* A PlaybleDirector component should be attached to the same prefab.
