I have created a tilemap as explained in docs. I added StaticBody2D
nodes to some of the tile types. After saving and testing the project, I realised that colliding with these bodies did not return the tile sprite of the cell, but the tile map node itself (As also pointed here).
So, I decided to get rid of static bodies as they are practically useless for me. I returned to the tileset_edit scene, removed the static body nodes. I converted the scene to the tileset again, by overriding the existing one (Merge with existing = Off).
However, when I test my project, the tilemap still collides with my objects. When I set the collision shapes visible, I can still see that these particular cells are blue.
How can I remove these static bodies?