Hi so I recently imported a Mixamo animation through blender which all went okay, the Animation in the Animation editor is playing perfectly as it should however when I run the animation In game the animation clips into the floor at certain points and the HumanoidRootPart wobbles throughout it? How can I fix this?
What you need is root based animation. I am currently having this problem myself with a arpg I’m working on. there is a module called Smart Animations that aims to solve this problem however it only works with characters that have a torso, I have not yet looked at the code to see if I can fix it to use rigs
I looked at the plugin and it only checks for UpperTorso and Torso so I tried to add the mixamo:hips bone to the check and the animation was converted, however the animation it produced was a bit wonky
thank you so much! ill try this now
This is unrelated from your post but I’ve been trying to do mixamo animations into roblox with blender, I have followed several tutorials but all of them are outdated and don’t work. How have you been doing it?