Search Unity

Animation Rigging... more advanced IK

Discussion in 'Animation Rigging' started by nsxdavid, May 3, 2019.

  1. nsxdavid

    nsxdavid

    Joined:
    Apr 6, 2009
    Posts:
    476
    I was happy to see that the Animation Rigging had some IK constraints. For more sophisticated uses, what I need is a FABRIK solver that has individual joint types on the chain. Specifically limits in degrees of freedom at each joint.

    The conical example is the Final IK asset which implements this very well.

    Is that possible now in some way I am not seeing?
     
    winxalex likes this.
  2. OlivierDionne

    OlivierDionne

    Unity Technologies

    Joined:
    Apr 6, 2018
    Posts:
    10
    Hi nsxdavid,

    The current version of the chainIK shipping with the package only implements the unconstrained FABRIK solver. It would be nice to eventually support the constrained version out of the box at some point. In the meantime, you could always implement the algorithm using the animation rigging toolkit since it was meant to be extended with custom constraints.
     
    WendelinReich likes this.
  3. Apocraphilia

    Apocraphilia

    Joined:
    Oct 31, 2012
    Posts:
    3
    winxalex and NotaNaN like this.
  4. nsxdavid

    nsxdavid

    Joined:
    Apr 6, 2009
    Posts:
    476
    Cool, but don't forget to try prismatic constraints too! Those are arguably easier to code anyway.
     
    Apocraphilia likes this.
  5. winxalex

    winxalex

    Joined:
    Jun 29, 2014
    Posts:
    166
    I saw multi Aim constraint have some rotational constrains. Definitely there is need for joint constrains, spherical, pyramidal and curvical as in Final IK. TwoBones IK seem very basic, not efficient for Human animations, cause as in demo, need of additional target, hint and bones animation, when can't be solved with those constrains.