- Home /
Not a Unity specific issue
Character moves without input
When I try to run my game or when I try to play games on chrome, characters looks up to sky and walks and turns to right continuously. What is the problem?
I approved this question thinking it was a script issue, but if you have trouble with all games (not a game you wrote), then it is a game controller issue. Likely you need to adjust the dead zone for your joystick.
I don't know, because you've given me basically no information. Post some code, particularly the bits relating to character movement and input.
I am just using the standart assets and a keyboard with mouse. So I dont have code, I have problems with standart assets.
The issue is something is providing movement axis input.
Generally it will be another device such as joystick etc. First step will be to unplug any other input devices you might have to test (Isolate the problem - then fix as required).
Another thing that may be causing it: I had the same issue but no other input devices plugged in. I found that a driver called VJoy virtual joystick (Installed as part of FreetrackNoIR) was setting movement axis values to 1 and -1 for each axis, thus resulting in the same problem.
Disabling this driver (Control panel, device manager, Human Interface devices) fixed it for me! Good luck
You are my hero $$anonymous$$ick$$anonymous$$. Thanks for help. The problem was VJoy driver
Follow this Question
Related Questions
Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers
Cant get my character to rotate properly 0 Answers
Any caching options available for things dynamically loaded by WebPlayer? 0 Answers
how do i make player controller stop jumping infinite times? 1 Answer
Webplayer Question : Are prefabs downloaded seperately? 1 Answer