• Bugs
  • [Unity] Event timeline bug

event will not be fired if its time is 0 and frameCount == 1

if (lastTime >= frames[frameCount - 1]) return;

i believe it is because of the above code
lastTime must be always >= 0

Related Discussions
...

that's great :yes:
thanks very much