So i use this:
if(Input.GetAxis("Vertical") || Input.GetAxis("Horizontal")
And it gives me error: Operator "||" cannot be applied to operands of type "float" and "float"
I don't know what's wrong.
↧