Difference between World Dynamic object type and a custom one

If you apply a custom object type, you may need to explicitly modify other objects on how to collide with that object type. For example if a “Projectile” custom object type is set to block “WorldStatic” walls but that wall is not set to block “Projectile” objects, it will not be blocked.

See Collision Overview for details.

1 Like