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?