I’m writing a mesh deforming editor plugin, does anyone know how to undo a mesh deformation operation?
I have tried to use Undo.RecordObject to the MeshFilter.mesh/sharedMesh before i deform the mesh, but I can’t back to the original mesh state after I modified the vertices