Hi, I am making a game where my character does an attack and hits a stationary object. On the collision/overlap I want the object to start a 'breaking' animation. Since my character's collision polygon is changing throughout the attack animation I can't seem to get it to work. The only way the break animation plays is if the character is already touching the object when the animation begins. Any suggestions would really be appreciated.