Hi, Im working on a 2.5D sidescroller but I’ve bumped in to some problems regarding aiming…
How can I make the gun aim at the set position?
I’m trying to do it as its done in the old 2D actionfest Abuse
I have tried with transform.LookAt() and my script works for objects thats not a child of anything, they point in the right direction, but I need (I think) to have my gun as a child to the soldier…
If its a child it just plays the normal animation!
Is there any way to do this? perhaps with IK?
I’m still a Unity newbie in learning so if my questions are stupid, bear with me