A downloadable Unity Plugin

Buy Now
On Sale!
50% Off
$90.00 $45.00 USD or more

Animancer is a Unity plugin which allows you to play animations on-demand and control all their details without any additional setup steps. It solves the major problems with Animator Controllers and can either replace them entirely or work alongside them. This makes animations much easier to work with in all stages of development from basic prototyping through to maintaining and debugging complex systems.

You can try out all the Features for FREE with Animancer Lite then seamlessly upgrade to Animancer Pro if needed.

It has plenty of detailed Examples to get you started, an extensive User Manual that explains how everything works, and even an introduction to C# in Unity in case you are new to programming. The Platformer Game Kit demonstrates how Animancer can be used in a more complex environment.

Features:

Quick Play -> Play animations on-demand without any unnecessary setup steps. Just get an AnimationClip and call animancer.Play(clip).

Easy Waiting -> Register an End Event or yield return an AnimancerState inside a Coroutine to wait for an animation to finish.

Smooth Transitions -> Blend between animations over time linearly or using a Custom Curve to ensure that your characters always move smoothly.

Flexible Structure -> Organise your animations using data structures like arrays and Scriptable Objects and avoid Magic Strings.

Live Inspector -> View the current details of your animations in the Inspector with manual controls for debugging and testing.

Finite State Machines -> Animancer comes with a flexible FSM system which is entirely separate from the animation system. They work well together, but you can very easily modify it or use any other system you prefer.

High Performance -> Animancer can be more efficient than other systems, though in most cases the differences are small enough not to matter either way.

Smooth Integration -> Most plugins developed for other animation systems should work out of the box with Animancer and it supports features like Humanoid Animation Retargeting, Generic Rigs, Sprite animations, Root Motion, Animation Events, and Inverse Kinematics (IK).

Animancer Pro Features: you can try out the following features for FREE in the Unity Editor with Animancer Lite, but you will need to purchase Animancer Pro to use them in a runtime build or access the Source Code.

Total Control -> You have full access to and control over all animation details in runtime scripts, including their speed, time, and blend weight.

Simple Configuration -> Manage the details of your animations in the Inspector so they can be edited as part of a scene or prefab.

Custom Events -> Register Event callbacks to be triggered at specific times during an animation without the hassle of Unity's regular Animation Events.

Animation Layers -> Manage multiple animation sets at the same time (generally on different body parts). Layers can either override or add to each other and you can fade them in and out just like individual animations.

Animator Controllers -> Animancer does not require the use of Animator Controllers, but it does support a Hybrid approach which uses them alongside direct AnimationClip references for different tasks. You can even mix multiple Animator Controllers on a single character.

Animation Mixers -> Blend between animations based on any input parameter much like Blend Trees (without all the restrictions). For example, you could blend between Idle, Walk, and Run based on how far the player tilts a joystick to allow them to move at any speed.

Tools -> Various utilities for creating and modifying animations which can then be played with Animancer or any other animation system that supports them. These tools allow you to work with Sprites and Sprite based animations in bulk, such as renaming multiple Sprites at once or generating animations from them based on their names.

Customisation -> Use Unity's Animation Job system for low level access to the animation stream and create Custom State types to implement procedural animation, custom blending algorithms, or any other behaviour you can think of.

Source Code -> The full source code of Animancer is included as plain C# files with detailed comments so you can see all its internal workings, track down bugs, make any modifications you see fit, and avoid becoming dependant on the developer to fix issues (but feel free to use the Help and FAQ page if you need support). The Animancer.Lite.dll included in the Animancer Pro package are empty dummies to ensure seamless upgrades from Animancer Lite, so they contain no code and are not included in builds.

Check out the Documentation and Examples to get started.

License:

StatusReleased
CategoryTool
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorKybernetik
Made withUnity
Tagssourcecode, Unity
LinksHomepage, Support

Purchase

Buy Now
On Sale!
50% Off
$90.00 $45.00 USD or more

In order to download this Unity Plugin you must purchase it at or above the minimum price of $45 USD. You will get access to the following files:

Animancer Pro v7.4.2 (Unity 2019.4).unitypackage 6 MB

Download demo

Download
Animancer Lite v7.4.2 (Unity 2019.4).unitypackage 6 MB
Download
Animancer Lite v7.4.2 (Unity 2020.1).unitypackage 6 MB
Download
Animancer Lite v7.4.2 (Unity 2021.2).unitypackage 6 MB
Download
Animancer Lite v7.4.2 (Unity 2022.2).unitypackage 6 MB
Download
Animancer Lite v7.4.2 (Unity 2023.1).unitypackage 6 MB

Development log

View all posts

Comments

Log in with itch.io to leave a comment.

Greatest customer support ever

Excellent. If you want to script animations and avoid mechanim state machine etc this is the plugin for you!

(+1)(-1)

Great asset! Gives much better control over animations in Unity. You can track when animation is finished, swap animation variants on a fly, create transitions in play mode, etc. I found it particularly useful with 2D animations, where each frame matters, and you need to change animations on demand. Mecanim becomes more of a liability in these situations, introducing another layer of logic between the code and animations. Support is quick and efficient. I've got my problem fixed in 48 hours with an updated unitypackage.

But make no mistake, it is built for programmers. If you want to use that asset, you are definitely have to be comfortable with coding. Without that, you can not properly use all of the features. The whole concept is basically "I want to have ultimate control over animations through my scripts". If that is your case, I can't recommend Animancer enough.