Animating an absolute position?

Hey,

I was wandering if it is possible to animate an object to an absolute position?

My current situation is, i have 2 blocks, block one will animate into a blank position in block 2, I do this by taking block ones position, rotation etc and matching this to block 2.

But with us constantly testing / tweaking we are breaking this everytime we change a single position. I would like to animate my block one to go to block 2 position and rotation i set everytime no matter where block 2 is in world space?

Any ideas ?

Thanks

John

Hi John,

I recommend using a tween engine such as DOTween (my favourite and it’s free!) or iTween. Very easy to customize and tweak through code or the inspector.