Author Topic: Searching for projectiles  (Read 622 times)

I tried doing containerRayCasts and whatnot but it doesn't pick up the projectile until it hits you and I don't know any other ways.

Try a radius search instead. Projectiles are very small (It's based on the centre of the model, not the size of the model) and it's nearly impossible to have a raycast detect them.