Hi, first of all thanks so much for developing Timeline and Cinemachine, I’ve been happily messing around with it for a few days.
I’m making a fighting game where the player has multiple states (stand, walk, punch etc.)
I’ve decided to assign a timeline to each state. When the player changes state, I play the new timeline using code. I use the timeline to control animation with an animation track.
The problem is, the ‘Ease In’ property won’t work when switching from one timeline to the other, even during gameplay. It eases in from some default pose instead of the pose from the last clip. It looks super weird because this default pose is halfway through the floor!
In short, is there a way to get the ‘Ease In’ property to work when switching from one timeline to the other? I’ve tried messing around with the extrapolation settings and apply/don’t apply root motion, nothing seems to work.
If you have any ideas or would like me to be more specific, please let me know!