Using Root Motion with a Character Controller - Unity Game Development Tutorial

In this Unity game development tutorial we're going to look at how we can combine a Character Controller with Root Motion, to make the movement perfectly match the animation.

Comments

  1. Thank you so much for this clear tutorial! I have been toying with root motion but got tangled in all these small questions like "should I rotate via script, what's the best way of transitioning from idle to movement, am I really applying the right settings?"

    I'm a stickler for best practices and this tutorial really helped me take a step back providing a clear template to follow! It's not often you come across a tutorial with THIS level of clarity and quality, so thanks a million!

    ReplyDelete

Post a Comment

Popular posts from this blog

Rotating a Character in the Direction of Movement - Unity Game Development Tutorial

Changing the Colour of a Material - Unity Game Development Tutorial

Creating Terrain from Heightmaps - Unity Game Development Tutorial