In my game I want abilities to interact with the ground and with each other, therefore i need to check if an ability was placed in a certain point in order to know if they need to make an interaction or not...
the game is a 2D game
my question is, as the title says, how can i get a list of the collision objects inside a specific region/point?