Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Mar 20, 2018
1 parent 6f0400a commit c0266fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Test/Editor/MyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ public class MyTest {
public static void Test () {
AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font1/font1.fontsettings");
AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font2/font2.fontsettings");
AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font2/font3.fontsettings");

BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font1/font1.fnt");
BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font2/font2.fnt");
BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font3/font2.fnt");
}
}

0 comments on commit c0266fc

Please sign in to comment.