hello I have a question. Input.GetAxisRaw("Horizontal"),I have a question. Input.GetAxisRaw("Horizontal")

I have a question.

I made my move code like this

[198977-화면-캡처-2022-08-20-005655.png|198977]

[198978-화면-캡처-2022-08-20-010044.png|198978]

I didn’t even press it.

But sometimes it keeps moving as if pressed.

I debugged and the value is 1.

What should I do?

@summerjun20
I’m not 100% sure, but by normalising the Vector, you are setting h and v to one if they are any number other than zero. For example, h could be 0.0001, but since it is normalised, h is rounded to 1. Try removing .normalized.