[Video] Project Citadel - Projectile Raycasting For Collision

I made a pretty simple adjustment to my projectile script to eliminate collision detection failures on fast-moving projectiles. Using a basic raycast, projectiles can affect and damage objects even when they never actually overlap in any given frame. This is a lighter weight solution than Unity’s continuous dynamic collision, and doesn’t require modification of any other scripts or objects.

If you want to follow the progress on my project, please subscribe to my YouTube channel!

Privacy & Terms