Hey guys,
I was debugging my Input.GetAxis(“Vertical”) as I’m learning to create controls to move my character and I know it ranges from -1 to 1. But in the inspector the w, or up, key is the positive button yet while debugging it when I press those keys it returns a negative value. Is that normal?