I have defined an attack box for an animation, and at the same frame, a event is called to calculate if it's interacted with any body box.
Btw, the attack box and body box are defined by a 1*1 dot image in spine editor. And I animate the size and position of image.
So, that is my question. Is event called before transform animation? If so, I have to animate the attack box one frame before event. Otherwise, I can define the attack box at the same frame with event.
Thanks!