how to stop clear input new input system unity code example
Example: how to stop clear input new input system unity
_controls.Player.Move.started += ctx => movementInput = ctx.ReadValue()
_controls.Player.Move.performed += ctx => movementInput = ctx.ReadValue()
_controls.Player.Move.canceled += ctx => movementInput = ctx.ReadValue()