Can't delete verices

So, I recently started using Cinemachine in one of my projects to manage the camera, the package works fine, but I saw that the Polygon Collider 2D that I use to restrict its movement won’t allow me to delete its vertices. There’s nothing special about the collider, it’s attached to an empty object and the only thing I changed about it is that I made it a trigger. I saw in Unity’s documentation that you can delete a vertex by holding down the control key while clicking on it, but I’m either doing it wrong or the method has changed because it doesn’t work. I’m on the latest version of unity.

That’s how to do it, but it is quite fiddly: it is highly dependent on mouse position.

The key is different between operating systems. I think on Mac it is hold down CMD.

And obviously you need to have selected the Edit button in the collider inspector window!

Dunno how complicated your collider is but often times I find it easier to just Reset the collider (from the context menu, making it a simple pentagon) and rebuild it again, make it better.

1 Like

Thanks a lot