How to set multiple physics body for anim frames?

Currently we can set physics body by calling sprite->setPhysicsBody(phyBody);
So when i animate my sprite, my physics body is same for all animation frames.
Is it possible to set diff physics body for diff anim frames?
or any tips to over come this issue?

1 Like

Hi did you solve this problem?