Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

CollisionDetectionMode2D.Discrete

Switch to Manual

Description

When a Rigidbody2D moves, only collisions at the new position are detected.

When using this mode, Rigidbody2D that are moving fast can overlap or even pass through other colliders. This mode however is much faster to calculate and should only be used when objects are moving at relatively slow or moderate speeds and you are not encountering objects overlapping or passing through each other.

See Also: Rigidbody2D.collisionDetectionMode.