Hello, I wrote a player movement using the new input system, I want the actions not to be performed when the key is not pressed in the update. But this causes a flicker, my character still moves after the key is pressed, what could be the reason for this?
98eihf
As you can see, even if I release the key, the character moves.