mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-27 21:34:38 -05:00
Fixed ImporterContext.Destroy #89
This commit is contained in:
@@ -59,7 +59,7 @@ namespace VRM
|
||||
//
|
||||
context.Load();
|
||||
context.SaveAsAsset(prefabPath);
|
||||
context.Destroy(false);
|
||||
context.EditorDestroyRoot();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace VRM
|
||||
//
|
||||
context.Load();
|
||||
context.SaveAsAsset(prefabPath);
|
||||
context.Destroy(false);
|
||||
context.EditorDestroyRoot();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
2
UniGLTF
2
UniGLTF
Submodule UniGLTF updated: 9f27489df8...e6890bcf15
Reference in New Issue
Block a user