hello does anyone no how i can get my ragdoll to recover after he has become a ragdoll. i have alredy tried lerping to his original standing position, but that just does not look natural. my next idea is to investigate recording the way he falls and rewinding that animation to set him back to his original position. in my reading using animation.sample came up. can anyone give me ideas how to record the animation or any other suggestions about getting your ragdoll to recover
i’m looking for the same thing. we have to create a code that will collect all of the transforms of the ragdoll position. store then in a variable array. can use (curPos[ ]) then code a way to transition from those current positions to an idle or wounded animation.