enableBoxCollider()

public void enableBoxCollider()
    {
        boxCollider.enabled = true;
        animator.SetBool("climb", false);
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *