Got the answer
How to detect collision of two moving characters?
I have a main character and a npc character. the main character (kinematic is false, gravity is true) has a box collider with isTrigger and a capsule collider to avoid it from passing through a object without colliding. A script is attached to the main character with onTriggerEnter().
The npc character has a capsule collider with isTrigger false and both kinematic and gravity true.
Why is the isTrigger attached to the main character not invoking?
Please advise to get the solution.... Thank you!! Have a nice day :)
Answer by mvishali99 · Aug 11, 2020 at 06:18 PM
Sorry guys...it is working I did not check the log properly first....Sorry
Follow this Question
Related Questions
OnTriggerEnter not firing 2 Answers
Falling Obstacle 2 Answers
Calling "OnTriggerEnter" when a parent object has a rigidbody 0 Answers
OnTriggerEnter no longer works 1 Answer
ontriggerexit not working 1 Answer