|
I feel like I ought to know this by now, but I never had a need to deal with it, and I'm not finding anything about it while searching. I just want to use OnCollisionEnter, and have it react to a CharacterController. Is that not possible? All I've got moving in my scene is a Character Controller, so it's a waste to have to check junk in OnControllerColliderHit.
(comments are locked)
|
|
It's not possible without adding a rigidbody onto your character controller, no. And then that's probably an even bigger waste Don't like it. Thanks.
Jul 15 '10 at 10:42 PM
Jessy
why is adding a rigidbody a waste? How else can one detect collisions in the characters "view"? I added a box collider and a rigidbody to make it possible for the character to interact with the surounding objects that are near.
Oct 17 '11 at 01:02 PM
swisscoder
(comments are locked)
|
