Player Cube stops moving forward when colliding with border?

Hello I’m trying to develop a hypercasual mobile game. I just started, my problem is player_cube stops when colliding with wall, it’s happening when I keep pushing against the wall, so my Horizontal input is -1 or 1. When I release the A or D key, it start moving again.

I just want to make the cube keeps moving forward even if I push against the borders. Any help is appreciated. Thanks…

It might be about friction or physics material in general. You can create new physics material and add it to both cube and the border.