wondering if someone can help me, I’m stuck trying to add an alembic clip to my timeline via script. The the track just not sure how to add the clip?
PlayableDirector director = GameObject.Find(“TimeLine”).GetComponent();
TimelineAsset timelineAsset = director.playableAsset as TimelineAsset;
var newTrack = timelineAsset.CreateTrack (null, "AlembicTrack Track ");