Hi,
Can someone give me some pointers in getting my character to face the direction of the input keys and then walk that direction? I’ve tried the Character Animation resources but to no satisfaction.
Thanks!
Hi,
Can someone give me some pointers in getting my character to face the direction of the input keys and then walk that direction? I’ve tried the Character Animation resources but to no satisfaction.
Thanks!
You can use transform.Rotate to change the direction of the character.
Thanks. I will try that.
[SOLVED!]
I’m now using some of the scripts that are included with the Locomotion System. It’s working exactly the way I want. Thanks!