How would you check objects that are explosion radius?
A simple approach is Physics.OverlapSphere() that returns all colliders that touch or are inside the sphere.
How would you check objects that are explosion radius?
A simple approach is Physics.OverlapSphere() that returns all colliders that touch or are inside the sphere.