mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
Fixed an issue where unnecessary files were left behind after running tests.
This commit is contained in:
parent
78a99fb9e9
commit
3fa8ec8a07
|
|
@ -33,6 +33,8 @@ namespace UniGLTF
|
|||
|
||||
var tmp = AssetDatabase.LoadAssetAtPath<Mesh>(assetPath);
|
||||
Assert.Null(tmp);
|
||||
|
||||
AssetDatabase.DeleteAsset(assetPath);
|
||||
}
|
||||
|
||||
AssetDatabase.Refresh();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user