DhafinFawwaz / Unity-AnimationUI

Usefull Unity tool for animating UI with just drag and drop
MIT License
360 stars 35 forks source link

EaseFunction is null #4

Closed Shamsadm closed 6 months ago

Shamsadm commented 6 months ago

when i played the animation from a script (animUI.Play()). Play coroutine starts right away without "sequence.init()" call. thus makes the ease function null.

DhafinFawwaz commented 6 months ago

Whoops, you're right! Just made a new v1.2.1 release to fix that :D

Shamsadm commented 6 months ago

Nice <3