Example #1
0
        // reset player - restore control to the character
        IEnumerator ResetPlayer(float waitTime)
        {
            yield return(new WaitForSeconds(waitTime));

            //Debug.Log("Ragdoll OFF");

            iChar.ResetRagdoll();
        }