Ragdoll to Standing Improved! - Unity Game Development Tutorial

In a previous tutorial, we looked at how to make a ragdoll return to standing after a period of time.

One of the issues with the solution was that if the zombie fell on its front, there was a noticeable flip before it stood back up.

In this Unity tutorial, we’re going to improve this by using different ‘stand up’ animations, depending on the direction the ragdoll's facing..

Comments

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