mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 12:29:23 -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();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user