Skip to content

Commit c0266fc

Browse files
committed
update test
1 parent 6f0400a commit c0266fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/Test/Editor/MyTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ public class MyTest {
99
public static void Test () {
1010
AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font1/font1.fontsettings");
1111
AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font2/font2.fontsettings");
12+
AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font2/font3.fontsettings");
1213

1314
BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font1/font1.fnt");
1415
BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font2/font2.fnt");
16+
BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font3/font2.fnt");
1517
}
1618
}

0 commit comments

Comments
 (0)