Spatial queries (finding all objects within a sphere)

Is there a way to perform spatial queries in Unity so that I could retrieve a list of objects that are within a given box/sphere? I would need something like that to implement an efficient splash damage function for my game.

Has anyone implemented something similar?

Thanks, don’t know how I missed this one :wink: