defaultCollider()

public void defaultCollider()
    {
        clearFlipColliders();
        clearColliders();
        boxCollider.enabled = true;
        pollyColliders[0].enabled = true;
        //hide sword here so that it happens after the hero_hold_sword(noSword) animation
        transform.Find("Sword").gameObject.SetActive(false);
    }


Comments

Leave a Reply

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