Collision with nothing

I’ve got a strange bug in my project.
There is a plane moving on the screen and you can bomb houses from it below. The bomb collides with houses, and the plane also collides with houses. The houses are placed in a pattern. If I bomb the last house on the left in the 4th horisontal row from the ground, and the plane is already just one row away from the house, the plane collides with something, but there is nothing in the game.
Here is my project:Bomber.zip - Google Drive

Enable physics debugging and have a look. There is something there for sure:

2 Likes

Thank you, I’ll try it. The strange thing is that it doesn’t always happen at that point and I can’t reproduce it. But sometimes it happens.

Well, with the physics debugging enabled it will be super obvious to you what’s going on

1 Like