Problem colliding with walls

I added a game object to the scene but it doesn’t physic collide with walls. I think everything is fine, collider and rigid body. Can somebody help? Video linked.

What do you use to control the character? If you use transformation, it won’t work. Also, try to describe in words. I can’t really understand the video.

Check the collider in the your player object added or not and also, try with the adding the script for the player object.

With the use of script you can get the collision detection and also, change the collision and collider detection.