Hey all, referencing my BMW Spine replacement thread over in Showcase:
https://forum.thegamecreators.com/thread/221085 - source code attached there.
Can anyone help me interpolate the values between animations?
- Animation 1 finishes
- Animation 2 starts with vastly different position/rotation/scale values
- I need to interpolate the values at the end of anim 1 to the values in anim 2 over time.
I can't figure out if this should be done once on animation 2 start or continuously. Also, creating and deleting temporary tweens feels clunky.
Does anyone have a 'best practise'?