#Animation Not Called
10 messages · Page 1 of 1 (latest)
Where are you calling it from? Is it possible another animation is getting called on the next tick or frame and interrupting the explode animation?
I would print out from within the explode method to ensure it’s actually called as well.
I'm calling it from a rigidbody2d (my grenade)