Character Movement bug.
There is a wierd bug in Unity considering character controllers/moving. My 2D character in my main game is always moving to the right. I opened up a different project and the same thing happened. I then went to the asset store to look at some Unity web Demos and the same thing is happenning. This literally started when i opened Unity this morning. The only thing i did is import some asset packages but i didnt fiddle around with any code.
It's very unlikely that this is due to code. What else can it be and what can i do to solve this issue? Thank you.
what do you mean by checking web demos? and by the way, check the code.
Do you have a controller (gamepad) attached to your computer, and does your code include controller / gamepad support, and is it possible that the controller's axis' aren't centered?
Your answer
Follow this Question
Related Questions
Changing characters 0 Answers
Error CS0103 0 Answers
Player pushes object but gets pushed into the Wall/Boundary 0 Answers
Move Direction Based on camera position not working correctly (3D) 0 Answers
Moves itself. 1 Answer