Hello, I’m a veeery beginner in Unreal Engine 5 (version 5.5.4 to be exact). I want to use the basic mannequin animation on my own model. My workflow looks something like this:
- I import a character mesh without a skeleton and rig.
- I convert the file to Static Mesh.
- I create a character skeleton with weights using the Skeletal Mesh Editing Tools plugin.
- I create an IK Rig from my Skeletal Mesh, all the IK chains I need.
- In the meantime I make a copy of BP_ThirdPerson Character and replace it in World Settings with the Deafult Pawn Class. At this point everything works, the character moves as it should, but there is no animation in the “Play this level” mode yet.
- Then I create IK Retargeter, specifying IK_Mannequin as the Source, and at first glance everything is correct, except that when I click “Play this level” the character starts to move forward from where it should be, and then when I release the W button it teleports to the place where it should stand (the situation is as in the youtube video down below).
I’m helpless. I don’t know how to fix this, I tried to deactivate Motion Root, back to activating it, I checked if the character is not moved away from the CapsuleComponent. Does anyone have any ideas of anything else I can try? I tried to go through this process from scratch 3 times, and each time I get the same result. I would be grateful for any tips.
https://www.youtube.com/watch?v=WHGU50JgUh8 - link to the UE5 recording