hi, I’m having some problems with unity,I’m extremely new to it and I was following some basic tutorials and the input.GetAxis(“horizontal”) just won’t pick up my keyboard inputs, I’ve tried changing the buttons in the project settings but nothing seems to work.
The only way I can move my player is by using if(Input.Getkey(“d”){ } for example.
Try
Input.GetAxis("Horizontal")
You can check what kind of strings you should expect in the Edit (menu).Project Settings/Input Manager.