I have the following code attached to an object with a box collider. When the objects hits a mesh Collider in the scene(the ground) the print message does not fire.
ANy ideas?
function OnCollisionEnter() {
print("something is colliding");
hitFloor=true;
}
I did a quick search for collider problems but the same answer kept com,ing up...which is basically do exactly what I've done...