Check if items are overlapping
问题 I have a few rooms which are placed randomly so I have to check if a room is overlapping. The rooms have a size of 10x10 and are for test reasons placed exactly side by side (they don't overlap in the scene). The Floor is a Transform which consists out of 1 or more Transforms (in this case out of one square but for other forms it it could be 2 or more). To check if they are overlapping I have this function which doesn't work. Debug log is always something between 3 and 61.. public bool