None of the devices work(Dualshock 4 and keyboard).
I tried to reinstall the package and restart the editor, nothing happens.
Action & bindings

Properties

Input System version

Unity version: 2020.3.0f1 (LTS)
Code
//using input actions interface
void OnMove(InputActions.CallbackContext context){
dir = context.ReadValue<Vector2>();
Debug.Log(dir);
}
Console(Play Mode)

