Quantcast
Channel: Unity Forum
Viewing all articles
Browse latest Browse all 1466670

IKPosition not working

$
0
0
Hi,

I've got a problem that I hope you can help me with, I'm using Aim IK to aim a weapon at the player (all works fine) then I'm using Mecanim IK to re target the left hand on the weapon when it's aimed at the player, the aim script ..

Code (JavaScript):
  1. function LateUpdate(){
  2.     if((globalVarsScript.futureSoldierType1Alive[soldierNumber]) && (!knockedDown)){
  3.         if(seePlayer){
  4.             theLookAtPosition = player.position + transform.up * 0.2;
  5.             ikAim.solver.IKPosition =...
IKPosition not working

Viewing all articles
Browse latest Browse all 1466670

Trending Articles