Hi! Is there a way to access the creation of a default clip of a particular TrackAsset through a Monobehaviour script
I have a Monobehaviour script that has an Editor Button and it’s attached to an object that has a timeline. On Click, I would like to create as many default clips in the timeline as there are elements in the Monobehaviour array.
Can you please tell me what I’m missing? I can’t seem to be able to find where to get the reference to trackasset through the playable director component. Here’s a picture to clear things up.
Would it be through GetGenericBinding()? If so, how does that work?
Thanks!
