In this Unity game development tutorial we're going look at how we can make use of animation retargeting in Unity, to use the same animations between different characters. You can either watch the video version below or continue reading for written instructions. OK, we're going to start with a very basic scene that just has a plane to represent the ground. We're then going to head over to www.mixamo.com , to make use of the free characters and animations they offer. First of all, we'll go to the characters tab and select the ninja character. We'll click download and select 'fbx for Unity' in the format dropdown. Then we’ll download the character to the Assets folder of the project. If we switch back to Unity, we can see the character has automatically been imported into the project. We'll drag this character into the hierarchy to add it into the scene. You'll notice that the textures are missing at the moment. This is because they...