I make the movement of the object through a transform or through a movetowards, with capsule collider, I check the ground through a check sphere, but when the object goes down or up on an inclined, it sometimes falls through the ground (through a collider, for example, a terrain).
How to exclude the penetration of one collider into another, to exclude such failures in the ground or in the walls? Important: without rigidbody and character controller (for some reasons)
Game in 3D, fixedupdate (for network).