Let say i have two gameObject, one is sphere another is cube. While sphere position is control by mouse cursor(sphere follow the move position). But my sphere will skin in the cube, when my cursor near to cube 1B.
I perfer the sphere will not skin in the cube.
Is Unity3D have any way to make the sphere look like in picutre 1A. The sphere just touch or not skin in the cube like.
I have try add collider and rigidbody, but it is still skin in.
yes i have set the cube isKinematic, then the result just like 1B.
This mean there is no easy way the sphere will automatically stop when touched the cube?
It is require coding, can not just simply apply some physics components to make sphere automatically stop when touch the cube?