Hello world! I'm working on a top down (slightly!) open world game. And one of the problems I'm finding is that the enemies are walking through all the solid objects! (But their pathfinding causes them to usually not try to go through walls or other solid objects). All of the objects that they shouldn't be walking through are set to solid. As well as the enemies themselves being solid. what am I missing here?