Animation Bug?,

When I play an animation it stops at 2 seconds, when it’s supposed to stop at 1.5. There’s no Keys, Key Frames, or Animation Events. Am I doing something wrong?,This might seem like a stupid question but is this a bug?

The problem is, I have an animation that supposed to stop around 1.5 seconds. But it stops at 2 seconds. I looked and saw that there was no Key, Keyframe, or Animation Event. But there are colored lines that tell me that there’s something there. Did I do something wrong? Or is there a bug?

nothing is the problem…

just write the code for animation.Play();

give the time unto 1.5 sec by using yield WaitForSeconds(1.5);

then write the code for stop the animation by animation.Stop();

try like this…