Simple Animation System
UnityPublished: 9/8/2022
The Simple Animation System allows playing animations on demand while still taking advantage of Unity's Mecanim system, it takes control from Unity's Animator to execute animation clips and gives it back automatically after the animation has finished playing. Create animation groups to organize your animation clips and easily manage custom events defined through code.
Technical Details
- Powerful editor to handle animation clips as a group of animations. - Preview animations in-editor. - Root motion, blend in and blend out configuration. - Custom animation event system that can be easily extended.