Is there any way to move Unity objects fluently?

Hi there!

I just want to find out if there is any way to move Unity objects fluently. So, when I’m moving one cube into a place of another one it happens immediately. Is there any way to slow it down? And if there is, than how to add some animation when with cubes gets merged? (I’m not sure if “merge” is a proper word cause english is not my mother tongue, so…)

Thanks!

You could lerp the position of one cube to the other:

If you want tweening animation take a look at this:
http://itween.pixelplacement.com/index.php