Publisher | Fried Synapse |
---|---|
File size | 3.46MB |
Number of files | 465 |
Latest version | 2.7.1 |
Latest release date | 2024-01-08 04:03:33 |
First release date | 2021-12-15 09:31:17 |
Supported Unity versions | 2018.4.2 or higher |
FlowEnt is a library set to change the paradigm on how scriptable animations work, and how a developer interacts with them, by separating the tweening options from the motions of the animation.
It is fast, reliable, easy to use, and follows the standards of programming in OOP, C#, and Unity3D.
It has 3 main concepts: Tween, Echo, and Flow.
Tween - as we all know it's an animation with the idea that it goes from 0(start) to 1(end). Anything in between these two points are options.
Echo - echoes are used for animations that are endlessly played and don't need to have an end. Think a follow object script.
Flow - a way to encapsulate and chain or thread any animation. Tweens, Echoes, or other Flows can be added to a Flow.
For more info visit the FlowEnt website!