Is there a way to make a GameObject collide with another but let the other ignore the collision? So for example I have a sphere and a cube, the sphere should be able to collide with the cube, but (at the same time) the cube not with the sphere. Thanks!
if both object have rigid body then check the is Kinematic on Cube rigid body. when is Kinematic is true then there is something should know.