Deleting TimelineClip at runtime

Hi,
I created a TimelineClip by using TrackAsset.CreateDefaultClip at runtime, now I need to delete it at runtime, what should I do?
Thanks.

after some more experimenting I managed to figure this out myself by using TrackAsset.timelineAsset.DeleteClip

3 Likes