SuperTiled2Unity
                                
                                
                                
                                    SuperTiled2Unity copied to clipboard
                            
                            
                            
                        Option for generating convex collision shapes.
I'm working on implementing custom collision behaviour for my game, and I wanted to try out the separating axis theorem, but that's not currently possible because the importer generates one large collider for the entire map. In the meantime I might look into a more tile-based approach, and importing the map with tiles as objects.