Play Timeline
The play timeline step will play a Unity Timeline animation on a given Playable director. The step will complete once the timeline/animation has finished.
Setup
Follow these steps to set up a new Play Timeline node that will progress the user in the graph when the Playable Director has finished playing.
Start with an empty game object.
Attach a “Guid Component” script.
Attach a “Playable Director” Component.
Apply the animation you want played inside Playable
Set the rest of the values like the screenshot below.
Attach the “Timeline Middleman” script.
Open a graph.
Right click and Create a new Play Timeline node (Steps → Play Timeline).
Reference the Playable Director on the step.
That's it. Now when a user is on the Play Timeline step, the user will progress in the graph when the Playable Director has finished playing.
For more information on the other inputs and outputs found on this node see Steps