private void FixedUpdate() { _walkDirection = _controls.player.move.ReadValue <float>(); _player.Move(_walkDirection * Time.fixedDeltaTime); }