Hi there,
I am currently developing a game as part of my university course and I am having heaps of fun learning Unity. However, I have encountered a strange issue in the process of moving my files from my laptop (which I use at University) to my Desktop. When I open the project on my desktop and press the play button, my character starts walking to the left of screen (this is a platformer game). This also happens when playing a built version (.exe) of the game.
I have the player setup to use Input.GetAxisRaw so i know that the player should only move left when the A key/left arrow key etc. is being pressed and this works perfectly on other computers. I thought maybe it was something with my keyboard since it was pretty old so I have swapped it out for a standard Microsoft one that I had sitting in a box (brand new) and i still get the same issue. I am out of ideas as to what could be causing this, I don’t have a joystick or any other input device plugged in and I have no idea how to troubleshoot this…maybe there is something I can run in debug mode and have a look?
Any help here is much appreciated as it is making development/testing on this computer a very annoying process.