KybernetikGames / animancer

Documentation for the Animancer Unity Plugin.
66 stars 8 forks source link

Can AnimancerComponent's Evaluate be passed in a negative number? #285

Closed RouderSky closed 1 year ago

KybernetikGames commented 1 year ago

No, going back in time would mean it needs to remember all the values everything had before. For example, if an animation fades in then finishes fading then you tell it to go back, it would need to remember that it was fading before and all the details associated with that, including the previous animation and all its previous details, potentially going back through everything that has played since the scene started.

If you just want the current animations to go backwards, animancerComponent.Playable.Speed = -1; would do that without reversing any fades or anything complicated.