Hi there! So I was trying to retarget the Anim BP from the 3rd Person project but for some reason it doesn’t work on the torso
Hi, know this issue. For now only the top_hoodie has an animBP, others like the sweater don’t. Easiest way is to create an animBP for the sweater skeleton and copy the animgraph code from the top_hoodie into the animgraph code in your just created animBP, compile, save. Probably you will also run into an issue with the feet when using as a third person, so maybe a better solution is to use a construction script in the ThirdPerson BP (see the original BP that comes with each MH.
Hope it helps Regards, Ashara
1 Like
Thank you so much!