Hello,
With regards to the using Unity 5.2 I call my animation via script using
Animation.SetInterger(“String”, Int);
But how do I find out when the animation has finished playing.
I have seen a work around by passing a float into the animator and waiting for float to == 1. Is there a more flexible way to do this without using the system event?