- Home /
Question by
RoR · Nov 10, 2010 at 07:55 PM ·
charactercontrolleroncollisionenter
Question regarding Character Controller
My Character Controller object does not work with OnCollisionEnter. Why is this?
I have a sphere that rolls down with a rigidbody then hits the character controller.
The Character Controller should of detected a collision correct?
C#
void OnCollisionEnter(Collision Hit) { Debug.Log("TEST");
}
Comment
Your answer
