Fixed an issue where unnecessary files were left behind after running tests.

This commit is contained in:
Masataka SUMI 2024-07-29 23:34:39 +09:00
parent 78a99fb9e9
commit 3fa8ec8a07

View File

@ -33,6 +33,8 @@ namespace UniGLTF
var tmp = AssetDatabase.LoadAssetAtPath<Mesh>(assetPath);
Assert.Null(tmp);
AssetDatabase.DeleteAsset(assetPath);
}
AssetDatabase.Refresh();