This setting will effect all animations under Timeline control
pd = GetComponent<PlayableDirector>();
pd.playableGraph.GetRootPlayable(0).SetSpeed(newSpeed);
The wonderful world of technology
This setting will effect all animations under Timeline control
pd = GetComponent<PlayableDirector>();
pd.playableGraph.GetRootPlayable(0).SetSpeed(newSpeed);