Delayed Animation Event

On my attack animation i added an event to the last frame.
6094788--662331--upload_2020-7-16_0-21-13.png

I tested the event and i seen that it always gets delayed when the event gets fired, all i have is a function with a bool which sets to true.

6094788--662340--upload_2020-7-16_0-26-34.png

It always fires the event in the middle of the idle animation.

6094788--662346--upload_2020-7-16_0-29-4.png

Is there a way to fix this?

Thanks.

6094788--662331--upload_2020-7-16_0-21-13.png
6094788--662343--upload_2020-7-16_0-28-19.png

Fixed.
The error was that the idle animation played before the event was called.

6096849--662616--upload_2020-7-16_13-53-23.png

1 Like