add Undo.RegisterFullObjectHierarchyUndo

This commit is contained in:
ousttrue 2023-11-07 19:28:10 +09:00
parent 8deb17d18c
commit 654974d4e9
2 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,9 @@ namespace UniVRM10
GUI.enabled = true;
if (pressed)
{
Undo.RegisterFullObjectHierarchyUndo(exportTarget, "MeshUtility");
_meshUtility.Process(exportTarget);
// Show Result ?
// Close();
// GUIUtility.ExitGUI();

View File

@ -181,7 +181,6 @@ namespace UniVRM10
if (ForceUniqueName)
{
// TODO: UNDO
throw new NotImplementedException();
// 必用?