AnthonyPanchenko / UnityGenericIKSystem

An easy to understand, open source implementation of Inverse Kinematics for Unity 3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnityGenericIKSystem

An easy to understand and open source implementation of Inverse Kinematics for Unity 3D

FAILED TO LOAD IMAGE FAILED TO LOAD GIF


UPDATE :
The lengths are now calculated automatically, no need to manually type them.


UPDATE :
As, the algorithm that the plugin follows make changes in the hierarchy, a reset button is added to revert back to original scene.


Steps to use plugin

  1. Download the IKSolver script in your Assets
  2. Make sure your bones are not having child-parent relations
  3. Seperate them if they do have it
  4. Create two empty gameobjects for Target and Pole
  5. Assign IKSolver script to Target gameobject
  6. Assign Bone Transforms to the script in order of leaf to root
  7. Set lengths of bones in world space
  8. Assign Pole Transform to the script as well
  9. Set iteration count as less as possible such that the system accurately follows the target
  10. Enable EditMode option if you want to test IK in Unity Scene window

License : Open Source. Free to modify. Free to use.
Work Work...

About

An easy to understand, open source implementation of Inverse Kinematics for Unity 3D


Languages

Language:C# 100.0%