|
Post by cronikola95 on Apr 9, 2020 10:39:22 GMT
I have a problem with adjusting weapons to my enemy AI. I am following your tutorial but everytime I get different results. Sometimes I can only adjust my left arm, sometimes only right arm. And my enemy doesnt look at my player he looks around him but not directly at him, I have adjusted everything like you did in your tutorial.
How I can make that I move both of enemy AI hands to adjust the weapon and how I can make enemy to look directly at the player not around him. Thank you
|
|
|
Post by Invector on Apr 13, 2020 18:13:00 GMT
Make sure your character ShooterManager component is checked with the options UseLeftIK and UseRightIK, otherwise the handlers won't move at all You also need to check your weapons to see if the IK is available to use in the state you want: For example, if you want to use IK on the Idle your weapons must have checked this option
|
|
|
Post by cronikola95 on Apr 14, 2020 7:30:00 GMT
I have tryed that but still didnt work. I have made a new enemy AI but know I cant move the right arm but I can move left arm normaly
|
|
|
Post by cronikola95 on Apr 14, 2020 11:08:08 GMT
I have managed to fix that problem but know I have another. My enemy AI is aiming to slow at my player. When I move the player AI is slowly rotating towards it. How I can add little more speed to rotation to my AI?
|
|