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

Animation Steps changes at runtime #42

Closed gollumino closed 2 years ago

gollumino commented 2 years ago

Is it possibile to change the values of steps and actions through code at runtime?

brunomikoski commented 2 years ago

It used to be in the past but was quite annoying to do, I'm planning on allowing some sort of ID for getting and editing steps, but it's not available yet.

brunomikoski commented 2 years ago

There's a experimental working version here: https://github.com/brunomikoski/Animation-Sequencer/releases/tag/v0.3.5

Let me know if that works for you