I have a question about Timeline!

Hi, I am working on animation with timeline in Unity 2018.2.14f1. However, if I create a timeline and paste animated clips, you always go back to the first frame of the clip when you go to the last frame of the timeline. And these problems are not connecting my timelines naturally. So I’m using a tricky way to cut the last frame, so let me know why.




This clip has a total length of 75 frames. When you go to 75 frames as shown in the picture, you will see the first frame. If I set Animation Extrapolation to none, it works in the editor mode but not while playing.

Try setting the extrapolation to hold. None will pass control back to the animator where as hold will hold the last frame.