Releases: ehsan-mohammadi/Aim-IK
Releases · ehsan-mohammadi/Aim-IK
Aim-IK (Version 3.0)
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)
This is version 2.6 of Aim-IK.
Change-Log:
- Add
SmoothLookAt
feature. - Move
CheckClamp3D()
andCheckClamp2D()
methods toFunctions.cs
class. - Remove unnecessary
using
s.
Aim-IK (Version 2.5)
This is version 2.5 of Aim-IK.
Change-Log:
- Move
Head
andPart
properties to one class. - Add
RotationOffset
for each part. - Add
LookAt3D()
extension function. - Fix some minor bugs.
Aim-IK (Version 2.1)
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)
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)
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.