I have problem when player push box his texture ovrlap with the texture of the box. I have made colliders little bigger than the objects, but this still happens. Is there any way to fix this? Here is the picture:
The problem was using transform.translate for moving, instead using rigidbody and Add force. Hope it will help somebody…