Skip to content

Releases: ehsan-mohammadi/Aim-IK

Aim-IK (Version 3.0)

14 Aug 15:09
Compare
Choose a tag to compare

This is version 3.0 of Aim-IK.

Change-Log:

  • Change the project architecture.
  • Add the ability to install from Unity Package Manager.
  • Add 2d and 3d samples.

Aim-IK (Version 2.6)

23 Nov 19:25
8998f4f
Compare
Choose a tag to compare

This is version 2.6 of Aim-IK.

Change-Log:

  • Add SmoothLookAt feature.
  • Move CheckClamp3D() and CheckClamp2D() methods to Functions.cs class.
  • Remove unnecessary usings.

Aim-IK (Version 2.5)

22 Oct 18:06
58f3cd3
Compare
Choose a tag to compare

This is version 2.5 of Aim-IK.

Change-Log:

  • Move Head and Part properties to one class.
  • Add RotationOffset for each part.
  • Add LookAt3D() extension function.
  • Fix some minor bugs.

Aim-IK (Version 2.1)

30 Sep 15:17
74fb0aa
Compare
Choose a tag to compare

This is version 2.1 of Aim-IK.

Some options in this version:

  • Change LookAt2D() to the extension method.
  • Remove DontAddAimIKBehaviourBase.cs class.

Aim-IK (Version 2.0-alpha)

08 Sep 14:42
3df05b2
Compare
Choose a tag to compare
Pre-release

This is the pre-release of Aim-IK library.

Some options in this version:

  • Now, Aim-IK supports 2D!
    • Control 2D character head in a direction without using any animation data.
    • Control 2D character chest parts in a direction without using any animation data, too.
    • Limit the head rotation in z axes.
    • Limit the chest parts rotation in z axes.
    • 2D eyes offset.
    • 2D chest part offset.

Aim-IK (Version 1.0)

04 Sep 13:15
06fe6de
Compare
Choose a tag to compare

This is the first release of Aim-IK library.

Some options in this version:

  • Control character head in a direction without using any animation data.
  • Control character chest parts in a direction without using any animation data, too.
  • Limit the head rotation in 3 axes.
  • Limit the chest parts rotation in 3 axes.
  • Eyes offset.
  • Chest part offset.
  • Draw eye line.
  • Draw chest part line.