Home ยป Legs Animator

Legs Animator

by [email protected]

This is a paid asset, but now you can download Legs Animator for FREE, Please keep in mind this package is provided only for learning purposes or to be able to test before buying the product, NOT FOR COMMERCIAL PURPOSES.

Detail this asset from Unity Store: Original Link

Legs Animator v1.0

Download Now

Multi Purpose Leg IK Animating Plugin for any type of 3D character.

⚡ Solve all of your leg animating problems with Legs Animator!

Legs Animator is component which provides a lot of features for characters with legs… so for almost all kinds of creatures.

⭐ List of features:

Aligning legs on uneven terrain
Handling leg attachement points (gluing)
Executing complex attachement transition animations (idle gluing)
Automatic turning-rotating in place leg animation (idle gluing)
Fixing sliding feet for no-root motion animations (movement gluing)
Animating hips stability giving realistic feel to the animations
Providing API for custom extensions of Legs Animator
Automatic strafe and 360 movement animating module (using single clip)
Push Impulses API (for landing bend impacts and others)
Extra helper features for automatic animations enchancing
Step Events handling for step sounds and particles
Fast setup and setup speedup tools
Works on any type of rig – humanoids / animals / creatures
Highly Optimized + Compact performance profiler
Check Manual for more

✍ This component will NOT generate running animations out of standing animations! It can improve running animations (Legs Animator is working in sync with played animation), but it works on already existing running animation clips. In the other hand, Legs Animator can animate procedurally simple steps/walk animations.

(running insects are actually possible to animate with Legs Animator)

⚙️ Component is highly optimized : 1 Leg = similar performance as one Unity’s Character Movement controller move. But if you want to use multiple spider like creatures :

[8 legs to compute] *TIMES* [spiders count] = it can cost some performance of your project.

(plugin has potential for DOTS implementation, so in the future there may be released high performance boost update)

☄️ Use Legs Animator’s built in IK solution or use any other IK solver.

Legs Animator is computing positions/rotations which can be used by other IK solvers or custom scripts. Plugin provides implementations of Unity’s Mecanim Foot IK and Final IK (links in the plugin’s readme file).

Demos Package to see what you find in Demo Scenes and for performance check:

Windows x64

Android .apk

Package works on all SRPs! It’s not shader related package.

(You just need to covert standard Demo materials for demo examples)

Built In ✅ LWRP ✅ URP ✅ HDRP ✅ Custom RP ✅

Demo Scenes are including Legs Animator setup on the various rigs (humanoids, quadrupeds, spiders) Demo Scenes are focusing on showing-off different features of the plugin and providing examples of character movement.

Base Requirements:

In order to make Legs Animator work with your character model, there are few simple requirements:

1: If you use a rigged model: Disable “Optimize Game Objects” in your model file.

(This option is disabled by default when importing models to unity, so in most cases you don’t need to check it)

It’s in the inspector window, “Rig” bookmark.

(with “Optimize Game Objects”, doing procedural animations is impossible)

2: Your character model skeleton needs to be created in a standard-parented way. There are very rare rigs, where all skeleton bones are detached.

(99.99% models are using standard parented structure)

The Hips bone needs to be a parent of leg bones.

3: Recommended for your model to face the Z-Forward axis (unity standard, asset store models require it, in order to be visible on the store), to avoid problems with helper algorithms. You can always create additional transform and adjust your model rotation within local space.

4: Keep in mind that different models will require individual tweaking, of Legs Animator’s parameters, in order to get best out of it. Adding component -> Assigning Bones -> Run -> will not give you immediately, beautiful and perfect animation. So it will require more or less effort, per model.

Not working with Unity’s Animation Rigging Package “Two Bones Constraint IK”:

Animation Rigging is discarding source animation before LateUpdate, making impossible to control “Two Bones Constraint” by Legs Animator. May be fixed in the future.

Related Videos