Input Keyboard GetAxis not working
I am using GetAxis input for quite some time in my Unity project, all was working fine, but out of the blue it now works sporadically. When i will press "W" for moving forward it will work fine, once i press "A" or "D" for moving to sides, input for forward will stop registering pretty much always or sometimes within few seconds.
When i make pc build it works fine, so i am assuming there is no issue with the code there, it was also fine for a very long time and i am pretty sure the code is fine, there is no fancy code, just standard GetAxis input. I tried GetAxisRaw, same results.
Any help appreciated. Thanks Luke
Your answer
Follow this Question
Related Questions
GetAxis help? 1 Answer
The keys W, A, S, D can only make the character move forward. How do I fix this? 0 Answers
Player not moving after build 0 Answers
Switching between mouse/keyboard and controller for UI navigation (using Input System) 0 Answers
How to find what keys are mapped to the input buttons? 0 Answers