I have a 3d Character and i use Third person moviment and when i walk my character walk backwards why?? what’s the problem? please same ont tell me please
You would have to show your script. Could be anything. I would suggest just rotate hi. 180 degrees around his vertical axis.
i use unity character move script
I dont know man. Try this!
Your character needs to be facing in a +Z direction in your 3d program when you export it. Its probably facing backwards. Turn it around. then re export and you should be good.
I had the exact same problem and fixed it by changing the Z scale of my character from 1 to -1 in Unity.
1 Like
This worked for me!! Thank you
1 Like