Hello i have a gridmap with tiles in different sizes. The user can set cells in this gridmap, but I need to check if the space is occupied before (a tile can reach over to other tiles).
I tried to use an area, but areas can't detect the collision of staticbodys from a meshlib.
Is there any easy solution or do I need to use raycasts?