issues
search
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
Feature/new actions
#47
Closed
brunomikoski
closed
2 years ago
brunomikoski
commented
2 years ago
Changed
Fixed Unity 2021 support
Fixed Infinite Loops not working with sequence, well its not fixed but I'm using the workaround described here:
https://github.com/Demigiant/dotween/issues/92
Exposed all the Steps/Actions changeable values as properties so they can be changed by code.
Added new
TryGetStepAtIndex
and
TryGetActionAtIndex
to be able to get and manipulate values from code.
Changed
TryGetStepAtIndex
andTryGetActionAtIndex
to be able to get and manipulate values from code.