This version of Unity is unsupported.

PlayableDirector.Play

public void Play(Playables.PlayableAsset asset, Playables.DirectorWrapMode mode);
public void Play(Playables.PlayableAsset asset);
public void Play();

Parameters

asset An asset to instantiate a playable from.
mode What to do when the time passes the duration of the playable.

Description

Instatiates a Playable using the provided PlayableAsset and starts playback.