Hi, I’ve got a collision detection script that if i put on a weapon that is attached by script to my models hand, and when he hits anything with it, it does not fire, is this right?, the weapon and the item being hit have colliders on them, I’ve tried this simple script to test.
function OnCollisionEnter() {
Debug.Log(“Hit”);
}
and it still does not fire … any ideas ?