(3rd person) Character moving slightly left rather than straight forward
Rookie Unity user here, I've been following tutorials in Unity with Playmaker. I'm not writing any code myself. So I'll try my best to show/explain my current situation.
Right now I have an issue where my character is moving slightly left and forward rather than straight forward.
What I've done so far is:
created a terrain
added a character/prefab (from a polygon war pack through the asset store)
given him animations to stand idle and to walk, both animations from Mixamo
through the Animator I've given the character a link from Idle to Walk using a Float
configured in Playmaker that the character moves using W,A,S,D and that he moves towards where the camera faces.
I find it difficult to determine what screenshots I can provide to give you more insight. Based on the above, is there anyone who could already guide me in a certain direction? If needed I can of course provide specific screenshots. Below are some general screenshots of my configuration.
https://ibb.co/8Ybjd9S https://ibb.co/cDMCfVP https://ibb.co/Z8dp7DS
I have tried the same configuration once before with a different character, so my first thought is that the character model is colliding with something in itself. But I can't find anything out of the ordinary.
Thanks in advance!
Answer by boots_110 · Jan 27 at 06:43 PM
SOLVED. After some more digging and looking around I found the solution. In my case it was in the animation settings: "Root Transform Rotation" was per default set to 'Body Orientation'; I changed that value in the drop down menu to 'Original' and that made the animation go in a straight line.
Apologies for posting the thread for help before exhausting all I could do on my own.. I'll leave it here in case anyone else has the same issue.
Your answer
Follow this Question
Related Questions
Character flies up and gets stuck there, won't move forward? 1 Answer
Character wont go down hill 0 Answers
Error CS0103 0 Answers
2D Character Controller that only allows sliding against walls 0 Answers
Character swap breaks movement. 1 Answer