All Projects → ehsan-mohammadi → Aim Ik

ehsan-mohammadi / Aim Ik

Licence: mit
A Unity-3D library, to procedural orientate character head (and chest) in a direction without using any animation data.

Projects that are alternatives of or similar to Aim Ik

Ksframework
QQ Group:538722494,KSFramework = KEngine + SLua(or xLua) , Unity3D Framework/Toolsets focus on hot reload
Stars: ✭ 1,119 (+582.32%)
Mutual labels:  game, unity, unity3d
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-50.61%)
Mutual labels:  game, unity, unity3d
3 Modifiers And Abilities
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub
Stars: ✭ 64 (-60.98%)
Mutual labels:  game, unity, unity3d
Chasingplanes unity3d
A "Missiles" game replica, 2D fun mobile game about avoiding missiles while flying a plane.
Stars: ✭ 42 (-74.39%)
Mutual labels:  game, unity, unity3d
Ignorance
Ignorance utilizes the power of ENet to provide a reliable UDP networking transport for Mirror Networking.
Stars: ✭ 158 (-3.66%)
Mutual labels:  game, unity, unity3d
Unity Core Project
Core Framework for Unity
Stars: ✭ 42 (-74.39%)
Mutual labels:  game, unity, unity3d
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+629.27%)
Mutual labels:  game, unity, unity3d
Pokemonunity
A framework to build Pokémon RPG games.
Stars: ✭ 934 (+469.51%)
Mutual labels:  game, unity, unity3d
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-27.44%)
Mutual labels:  game, unity, unity3d
Unity Platformer
Unity platformer framework: IA, Ladders, Jumps, WallStick, WallJumps, Slopes, MovingPlatforms, OneWayPlatforms/Walls, Ropes and more...
Stars: ✭ 97 (-40.85%)
Mutual labels:  game, unity, unity3d
Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: ✭ 30 (-81.71%)
Mutual labels:  game, unity, unity3d
Towerdefense
A Tower Defense style game example in Unity
Stars: ✭ 122 (-25.61%)
Mutual labels:  game, unity, unity3d
Hsplugins
Various Honey Select plugins
Stars: ✭ 21 (-87.2%)
Mutual labels:  game, unity, unity3d
Srp
A customized forward+ render pipeline for Unity
Stars: ✭ 53 (-67.68%)
Mutual labels:  game, unity, unity3d
Beaverandfairies
Stars: ✭ 14 (-91.46%)
Mutual labels:  game, unity, unity3d
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-60.98%)
Mutual labels:  game, unity, unity3d
Number Wizard Ui Original
Introducing basic User Interface in the Complete Unity C# Developer 2D course (http://gdev.tv/cudgithub)
Stars: ✭ 18 (-89.02%)
Mutual labels:  game, unity, unity3d
Tower Defense Game
this is a game made with Unity, the goal is to protect the tower against robots.
Stars: ✭ 25 (-84.76%)
Mutual labels:  game, unity, unity3d
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-47.56%)
Mutual labels:  game, unity, unity3d
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (-25.61%)
Mutual labels:  game, unity, unity3d

Aim-IK

A Unity-3D library, to procedural orientate character head (and chest) in a direction without using any animation data.

License Release Total Dwonloads
Download DLL Download Unity Package

Aim-IK, is a Unity-3D library that procedurally orientate character head (and chest) in a direction (at a target position), without using any animation data. This comes as a correction on (some) joint(s) rotation, on top of the current animation.

Aim-IK features

Aim-IK 3D

  • 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.
  • Smooth look at.
  • Draw eye line.
  • Draw chest part line.

Aim-IK 2D

  • 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 z axis.
  • Limit the chest parts rotation in z axis.
  • Eyes offset.
  • Chest part offset.
  • Smooth look at.
  • Draw eye line.
  • Draw chest part line.

Getting started

If you just want to use Aim-IK, download Aim-IK.dll or Aim-IK.unitypackage file.

For more information, if you want to use Aim-IK for 3D characters, read Wiki - How to using Aim-IK in Unity-3D? and if you want to use it for 2D characters, read Wiki - How to using Aim-IK in Unity-2D? carefully.

But is you want to compile the source code, follow these steps:

  • Clone a copy of the repo:
    git clone https://github.com/ehsan-mohammadi/Aim-IK.git
  • Change to the Aim-IK directory:
    cd Aim-IK
  • Open the project in Visual Studio by clicking on Aim-IK.sln

For more information, read Wiki - Compiling Aim-IK (in Visual Studio) carefully.

Contributing

You can help this project by reporting problems, suggestions or contributing to the code.

Report a problem or suggestion

Go to Aim-IK Issue tracker and check if your problem/suggestion is already reported. If not, create a new issue with a descriptive title and detail your suggestion or steps to reproduce the problem.

Contribute to the code

If you know how to code, I welcome you to send fixes and new features.

License

Aim-IK is available to anybody free of charge, under the terms of MIT License (See LICENSE).

Contacts

Email: [email protected]
Linkedin: https://linkedin.com/in/ehsan-mohammadi
Twitter: https://twitter.com/EhsanMhdi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].