Is there any methods that would assist in cleaning up unused Vertices.
I’m manipulating some mesh faces, and the end result is that i get a bunch of vertices that are no longer required.
I was using Facehelper.removeface, however that splits out any shared vertices, and welding them is only so effective (some models have split edges on purpose)