Search Unity

Controllable characters moving automatically?

Discussion in 'Editor & General Support' started by cmbrown, Jun 15, 2016.

  1. cmbrown

    cmbrown

    Joined:
    May 12, 2016
    Posts:
    7
    Hello. I have a few scenes that have been behaving strangely recently. I'm using Unity 5.3.5f1. In the scenes there are controllable characters (they move with keyboard buttons). Now, as soon as the executable loads, they begin walking to the left. The same thing even happens with the standard assets "Car" scene. I've tried changing my keyboard, reinstalling Unity, and running the scene on a different computer. Using a different computer solves the issue, so it must be something in this machine. Any thoughts would be appreciated. Thanks!
     
  2. jtsmith1287

    jtsmith1287

    Joined:
    Aug 3, 2014
    Posts:
    787
    Try experimenting with a different keybinding. You can also debug the current event list to see if the key required to move the object left is being triggered somehow and go from there. If it's the A key, set your code to use some other random key and see if the problem persists. If it does, it might just be that key and you might need a new keyboard? Not sure.
     
  3. cmbrown

    cmbrown

    Joined:
    May 12, 2016
    Posts:
    7
    Thanks for the reply! I'll check out some of those suggestions.