How ti create second animation?

I have object, which I move from point A to point B using animation. But then after some event I want to move this object from point B to point C using second animation.

How should I create second animation? First animation’s length is 7sec. Should I start creating second animation on the 7sec? And is the re some other tricks?

If I’ll create 2nd animation from the 0.0sec, then, when it start play, object’s position will be at point A, not B

Unity provides excellent tutorials about various subjects. Please, follow them.

The best idea, IMO, is to use a simple Animator component with an automatic transition between your two animations (two states)