Hello !
I want to assign an animator to the first animation track on my timeline.
I know I need to use PlayableDirector.SetGenereciBinding(_MyFirstAnimationTrack, _MyAnimator)
But i don’t know how to get properly set this animation track, I can’t use public to set it in inspector.
Is there a way to say that my AnimationTrack is the first entity of my PlayableBinding ?