We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
public class RagdollController : MonoBehaviour { public void EnableRagdoll() { // Disable CharacterController // Enable Rigidbody and Colliders on character parts }
using UnityEngine;