I have a problem with the animation response time is way to slow. How can I change it so it response faster? is it possible to repeat without looping? thank you ! :slight_smile:

I had this problem, too. The problem turned out to be that when transitioning from animation A to animation B, my animation controller was waiting for animation A to completely finish it’s loop. I solved it by going into my Animator, selecting animation A in the inspector under “Transitions”, then unchecking “Has Exit Time” in the little bit that shows up after you click it.

The animation start when you tell it to start (not sure if same frame or next, probably next). Make sure you don’t have empty frames in your animation. The repeat thing, change the wrapMode in the importer or in the component.