Skip to content

Compiling Aim IK | version 2.x

Ehsan edited this page Aug 14, 2022 · 1 revision

Aim-IK Wiki

How to compile Aim-IK in Visual Studio?

Here are the following steps to compiling Aim-IK in visual Studio:

  • At first, 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
  • Now, the project opened successfully! Hooooraaaay!
  • In the Solution Explorer window, right-click on the Refrences and then click on Add Refrence...
  • Now, in the opened window click on Browse... button.
  • Then follow this path: <Your Unity directory>\Editor\Data\Managed
  • Finally, select UnityEngine.dll file from the above path and add it to your reference.
  • Enjoy it!