When I run a scene in my project it automatically presses the unity forward and left movement buttons (W/Up Arrow and A/Left Arrow) even though I am not pressing them down. I have nothing on my PC that would simulate pressing these keys down. Has anyone else had this issue and know how to fix it?
Code used to get button presses is Input.GetAxis("Horizontal"); and Input.GetAxis("Vertical");
↧