Animation and CharacterController in Unity3D
Good day everyone. I'm currently working on a 2.5D platformer in Unity and need to make a ladder. There are no problems with the ascent itself and the interaction with the stairs, there is a problem with the animation, which turns on at the end of the ascent to the stairs. Namely, it plays perfectly and moves the character model to the correct position, but at this time the CharacterController component (which includes the collider) remains in place (screenshot of the Unity window below). Because of this, after the animation plays, the character returns to the same point on the stairs. The question is, is it possible to make the CharacterController move with the animation? Or are there some workarounds. (Animation options below).
Thank you for your help!
Answer by awesomeNick · Sep 11, 2021 at 10:26 PM
Problem solved by checking "Apply Root Motion" mark in Animator.
Your answer
Follow this Question
Related Questions
Rigidbody Character Controller - Why Mouse Air Control? 0 Answers
Should moving cameras have rigidbodies? 0 Answers
Character Controller and Rigidbody 1 Answer
How do I get my character to walk down / up stairs WITHOUT the use of Rigidbody? 0 Answers
How to change the animation speed of a certain animation clip within a blend tree by C# script 0 Answers