What is Final IK?
Final IK is a collection of Inverse Kinematics components for the Unity game engine. It includes a wide variety of IK algorithms such as CCD, FABRIK, limb, aim, look at and full body IK and more advanced systems built on those components, such as the Interaction System and Grounder.
Where is the User Manual?
Where is the Script Reference?
Do you have a support e-mail?
Can I use Final IK to create animation clips for my character, how does it save the animation clips?
Final IK was not designed for animation authoring, but for run-time animation modification, meaning it will run on top of whatever animation you have to provide you more flexibility and accuracy when interacting with in-game objects and other characters.
For example if your character is climbing a wall, you can apply Full Body Biped IK on top of it to make sure your hands and feet always remain fixed to the ledges.
That doesn't mean you can't write a system that records the animation that has been modified with IK to create customized animation clips for different characters.
Hope that this will not only work with a special 3d program. Is there any information on how to export from a 3D animation package?
Final IK has nothing to do with any 3D animation packages. You would animate and export your animation clips just like you are doing it now,
the IK components will just provide a library of possibilities for extending, modifying and characterizing those animations.
The primary function of Full Body IK is not providing a rig for creating animations in Unity from scratch, it is modifying the existing animations
and re-targeting specific body parts to match the dynamic real-time environment.
It will dramatically reduce the amount of animation work you will have to do for your game.
This system actually allows to have completely non-animated animations that are run only from scripts right?
Yes.
Compared to MOCAP, what can I expect with the IK-based animations from your system?
IK animation should not be compared to MOCAP, ideally they should work together, not replace each other.
Procedural IK only takes you so far. If you are aiming for real AAA quality and you want to compare your game with the Assassins Creed or The Last of Us, you'll still need top notch MOCAP base animation.
Does Mecanim work better than Legacy in conjunction with Final IK or if it doesn't matter which system to use all?
It does not matter at all, go with what you prefer.
Can we tween in and out of an IK'd pose?
Yes, we can!
Can it actually work perfectly upside down?
Yes it works upside down, you can rotate the characters however you like and still use IK.
Does Final IK allow you to rig a 3D mesh that does not have any bones?
No, it needs to have bones and skinning.
Do you think Final IK can be used for simulating hair or a piece of cloth on a biped?
IK deals with kinematics, not dynamics. There are dynamic bone solutions available on the Asset Store.
Does Final IK work with 2D?
Since Final IK 1.0, heuristic solvers (CCD, FABRIK, AimIK) will have a "2D" toggle, that will force them to solve on the XY plane only.
FullBodyBipedIK does not work in 2D though.
Does Final IK work with Playmaker?
Yes, please download the Final IK Playmaker Actions to a project that has Playmaker and Final IK already imported.
Does Final IK work with LeapMotion?
Yes, download this package to a project with Final IK and LeapMotion assets already inside, it contains a script for mapping a 3D character to the Leap hands using the FullBodyBipedIK component.