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