/realistic-ragdoll

Realistic Ragdoll is a Unity script that adds realistic physics to your ragdoll characters. It uses the Rigidbody component to apply downward force to each part of the ragdoll, making it fall and move naturally. The script also checks if the ragdoll has come to a rest and, if so, disables and destroys itself to save resources.

Primary LanguageC#MIT LicenseMIT

No issues in this repository yet.