I love the new feature to turn the selected sprite into a hotspot. I noticed that it adds a polygon collider in 2D but the yellow highlight that's usually for Hotspots doesn't show up. Is this an option or a bug?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
It's due to a lack of a Polygon equivalent to Unity's Gizmos.DrawCube function. As an alternative, it draws the outline of the shape instead - just not filled in.