Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Mar 20, 2018
1 parent 3f398e9 commit 6710ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Test/Editor/MyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +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");
AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font3/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");
BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font3/font3.fnt");
}
}

0 comments on commit 6710ec1

Please sign in to comment.