how to enable continious collision?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Favkis

I have swords and they move quete fast so their collision shape sometimes may go through target in single frame, how do I get collision then?

:bust_in_silhouette: Reply From: Magso

If continuous_cd isn’t managing it, you’ll be better off not animating the collider. Have it large enough to cover the attack animation and toggle the disabled property.

Your question is very similar to this one.

P.S. Be sure to laugh at how I call a golf club a “stick”

continuous_cd does indeed work for rigid bodies.

Favkis | 2020-08-06 04:42

Is the animation process mode set to ANIMATION_PROCESS_PHYSICS?

Magso | 2020-08-06 12:30