- Home /
Fist Passing Through The Target
I am building a fighter style game and have run into a road block, every time my character throws a punch no collision is detected. Anyone have a idea what i am doing wrong? I am using capsule collides, and have even tried rigged-body.
Answer by olumide · Oct 31, 2014 at 09:04 PM
If object A collides with another object B that is a trigger, object A can pass through that object without hinderance. If you create the object that your player punch as trigger, you can used OnTriggerEnter() function to define how the object should react when the player 's fist hit the object.
Hope this solve the issue.
Answer by SimpleGiant · Oct 31, 2014 at 09:37 PM
Do you recommend this method? Is this the standard way to program this event?
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
collision with objects, physics 1 Answer
Having trouble with Physics.IgnoreCollision(). 1 Answer
How to use something like SLERP but with continuous physics 1 Answer
RAYCAST KNOWLEDGE HELP!!! 1 Answer