How to reference an Animator in the Timeline Animation Track using script??

So I know there is a function timeline.SetGenericBinding() which does that but I don’t know what a key and value to put as parameters, Help Please!!

Thanks in Advance!!

4980080--485594--upload_2019-9-19_9-8-33.png

The first parameter is the track. The second is the animator. The track can be obtained from TimelineAsset.GetOutputTracks().

2 Likes

Thank You Very Much It Worked!!!

the only problem i got now is my protagonist has a scale of (0.8,0.8,1) and when the timeline starts it automatically sets him to (1,1,1) is there something that i am doing wrong?

1 Like

Do your clips animate scale? I can’t think of any other reason why that would happen.