brunomikoski / Animation-Sequencer

A visual tool that allows you to create animated sequences of tweens and tweak them on editor time.
MIT License
960 stars 116 forks source link

FlowType Join works as Append #24

Closed eonyanov closed 3 years ago

eonyanov commented 3 years ago

I added few steps in sequence with FlowType Join. All steps have action Scale to Size. When I hitted preview Play, steps animated one after another, not simultaneously. And I also did not find a way to add a time interval to the sequence (like sequence.AppendInterval(5f))

brunomikoski commented 3 years ago

Fixed here: https://github.com/brunomikoski/Animation-Sequencer/releases/tag/v0.2.3

It's a weird issue related to delays and multiple chained sequences

Let me know if its working properly

eonyanov commented 3 years ago

Now it working properly, but the sequence callback seems to have disappeared. My sequence setup below: image

AnimationSequencer_hide not called.

brunomikoski commented 3 years ago

Please git it a try to the this release https://github.com/brunomikoski/Animation-Sequencer/releases/tag/v0.2.4