Esempio n. 1
0
    protected override void Unfreeze(GameObject o)
    {
        if (nbt)
        {
            nbt.DestroyAllBendInstances();
        }

        if (attachedRod)
        {
            attachedRod.GetComponent <DeformableBase>().UpdateMeshCollider(true);
        }

        base.Unfreeze(o);
    }