movement = playerControls.Movement.Move.ReadValue();
Movement is underlined red, with the error message:
‘PlayerControls’ does not contain a definition for ‘Movement’ and no accessible extension method ‘Movement’ accepting a first argument of type ‘PlayerControls’ could be found (are you missing a using directive or an assembly reference?)
The code still works, but my OCD can’t handle the fact an error is highlighted and the whole script is red in VSCode
Can you please advise?
Thanks