If you're using Input.GetButtonDown to check for mouse click, you need to put that in Update, rather than FixedUpdate.
The new InputSystem lets you choose which update to do processing in, or to manually poll as needed.