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!!
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!!
The first parameter is the track. The second is the animator. The track can be obtained from TimelineAsset.GetOutputTracks().
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?
Do your clips animate scale? I can’t think of any other reason why that would happen.