
0
Not a Bug
[Solved] Animation Delay
Hi, I have a problem with Bolt 1.4.4 (and earlier versions). I'm starting an animation in the OnCollisionEnter event over a Super Unit. The console output is immediate, but the animation is played with a long delay.
See this clip:
And here is my flow chart:
Am I doing something wrong?
Thank you in advance!
Bolt Version:
1.4.4
Unity Version:
2018.2.21f1
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
A wild guess but did you check animation curves?
Good point. But the animation curves are linear and the whole animation only lasts 0.25s.
OMG I got it. Animation was a good point. I forgot to remove the "has exit time" in my animator controller transitions. Now it works perfectly fine. Sorry for the trouble and thank you very much! :)
Glad you got it working.
Glad you figured it out!