I have a series of skeletal meshes that I want to ragdoll for a while, then freeze and just stop moving entirely, while still have collision to not be traversed by other dynamic assets.
It works well! The mesh freezes! Until… another skeletal mesh comes and hit that frozen mesh, then it will still be pushed around as any regular physical object.
I’m wondering what could be the solution to have my frozen mesh just stick where it is and the other skeletal mesh colliding with it just adapt to that frozen mesh instead of pushing it.
If you were struggling with the ragdolls coming back into T-Pose when setting the Stimulate Physics to “false”, know that following my script, you can actually do that and the T-pose won’t happen. They’ll be completely still and keep their ragdolled pose they had!