Hi,
Currently my 3rd person character is moving and sprinting like default, like strafe left and right on A-D or turn left and right after I changed the parameters , move forward and backward on W-D.
What I want is, instead of moving forward , backward , right and left, I would like to have single walk and run animations, in forward direction , and when I press A , the character will turn and walk/run towards left, like in assassins creed, and similarly on right and back on pressing D and S respectively, instead of turning along with the camera.
I was able to do this in Unity using C# coding. But in UDK I have no idea how to do this, as I am beginner here. Please help.


Also, how do I make the character bend according to the slope? Here the feet is not touching the ground
Currently my 3rd person character is moving and sprinting like default, like strafe left and right on A-D or turn left and right after I changed the parameters , move forward and backward on W-D.
What I want is, instead of moving forward , backward , right and left, I would like to have single walk and run animations, in forward direction , and when I press A , the character will turn and walk/run towards left, like in assassins creed, and similarly on right and back on pressing D and S respectively, instead of turning along with the camera.
I was able to do this in Unity using C# coding. But in UDK I have no idea how to do this, as I am beginner here. Please help.
Also, how do I make the character bend according to the slope? Here the feet is not touching the ground
Comment