Fixed ImporterContext.Destroy #89

This commit is contained in:
ousttrue
2018-12-27 14:28:39 +09:00
parent e579aadb92
commit cc52dc1775
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ namespace VRM
//
context.Load();
context.SaveAsAsset(prefabPath);
context.Destroy(false);
context.EditorDestroyRoot();
};
}
}

View File

@@ -43,7 +43,7 @@ namespace VRM
//
context.Load();
context.SaveAsAsset(prefabPath);
context.Destroy(false);
context.EditorDestroyRoot();
};
}
}

Submodule UniGLTF updated: 9f27489df8...e6890bcf15