Colanderp / UnityTutorials

Full projects from my Unity tutorial videos
Creative Commons Zero v1.0 Universal
315 stars 117 forks source link

InverseKinematics type isn't found when importing "FPS Shooter.unitypackage" #5

Closed rstecca closed 4 years ago

rstecca commented 4 years ago

Assets\_FPS Shooting\Scripts\ArmIKController.cs(14,12): error CS0246: The type or namespace name 'InverseKinematics' could not be found (are you missing a using directive or an assembly reference?)

jinincarnate commented 4 years ago

You would need the Inverse Kinematics package(its free) from asset store, He explained all prerequisites in the video(such as installing blender,script execution order, creating layers before importing package) , do take a look.

Colanderp commented 4 years ago

You would need the Inverse Kinematics package(its free) from asset store, He explained all prerequisites in the video(such as installing blender,script execution order, creating layers before importing package) , do take a look.

This is correct! Thank you jinincarnate! Here is the video link