Looping part of the animation clip

Hello, I need to loop a part of the character animation clip, please tell me in what ways (without splitting animation into 3 different clips) I can solve this problem?

An example of the animation I want to loop:
All parts in one clip

  1. head goes down
  2. eating (need loop)
  3. head rises

Splitting the clip is the only way.

1 Like

thanks for the answer

If you need to use the same animation file as a source for many animations, it’s possible.

You can create as many “Clips” as you need on the “Animation” section of the Inspector.

For example, you could select frames 0-10 where head goes down and call it “head_down”, then select a range of frames that are looping somewhere later in the animation and call it “eating”. There are those “Loop Time” and “Loop Pose” tickboxes which you can use to make these clips looping if you need to.

2 Likes

Yes thank you! That’s how I did it!