Skip to content

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

License

Notifications You must be signed in to change notification settings

nishadtardalkar/UnityGenericIKSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 : MIT
Work Work...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages