Projectiles going through objects without overlapping, even with continuous collision detection on?

It sounds like you should consider using a separate sphere with a smaller radius as your root/updated component to detect hits in the center of your projectile, and have your VFX attached to that.

2 Likes