- Home /
Question by
thekill473 · Nov 24, 2012 at 06:44 AM ·
c#collisionphysicscolliding
Objects not colliding twice
Hey Thanks for taking the time to look. The problem I'm having is that I have an object that runs at the player and when it hits the player it backs up and then runs again. The first time he smacks into the player it works fine and he starts backing up. But when he runs again OnCollisionEnter()doesn't get triggered.
So basically OnCollisionEnter() only gets called the first time around and not the second even though it's a clear hit.
Comment
Your answer
Follow this Question
Related Questions
What is the best way to prevent a physics object from going through thin colliders? 2 Answers
Unity3D: Get Velocity after collision 0 Answers
Make Ray hit own collider 1 Answer
Colliders no longer working and overlapping objects 0 Answers
Show trajectory path a ball will take based on collision 1 Answer