RTM
Continuous Dynamic Collision - what it affects?
Hello!
I have been wondering: Does the Continuous Dynamic Collision detection affect only the Physics based movement (like by adding Force, Velocity etc. directly to Rigidbody) or does it affect "all" rigidbody movement (through Animation movement or direct Transform Position changes, like Lerping ).
I'm trying to make an accurate Sword fighting and I'm looking for a way to make swords clash and deal damage to limbs, so I've got fast moving objects, which need to detect collisions and I don't know in what situations I can trust the Continuous Detection.
Answer by meat5000 · Oct 22, 2015 at 04:50 PM
http://docs.unity3d.com/ScriptReference/Rigidbody-collisionDetectionMode.html
http://docs.unity3d.com/Manual/class-Rigidbody.html
its in the Manual.
Follow this Question
Related Questions
Rigidbody going through wall during pinch-to-zoom 0 Answers
Move 2 objects as one 0 Answers
How to move a kinematic rigidbody with touch? 0 Answers
how to modify another objects kinematic state? 0 Answers
Problem with ExplosionForce radius 0 Answers