Hello, I am having an issue with the GetAxis function that takes WASD inputs in Unity. The problem I am experiencing is strange in its occurrence. I have a car controller that is supposed to be controlled by the WASD keys. If I open the editor for the first time and start the game, the WASD keys work and I can control the car. However, when I close the game in the editor and reopen it, the WASD keys do not work. To get them to work again, I have to close and reopen the editor, and they only work for one instance. I am using both the old and new input systems. When this issue occurs, there is no change in the Axis Vertical and Horizontal sections. My Unity version is 2021.3.9f1. Does anyone have a solution idea for this issue?
Use one Input system to ensure they are not stepping on one another.