This was a very unique and fun game, I haved played with ragdolls in my project and I had the same issue as you guys did where the collision was not following the mesh, I think this is due to how the character class is structure , did you guys find a solution for it ?
Viewing post in Dungeon Service jam comments
Thanks for the feedback, Rubio:)
Yeah it was an easy fix when I found it, don't think it's the same as your issue tho. Our intractable corpse was set up with two character-meshes that I swap between depending on if it's free ragdolling or if it's attached to the player. The Sphere Collision we used to detect if player could interact with the corpse only followed one of these meshes so I simply had to swap the collision to the correct mesh during swaps.