We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0400a commit c0266fcCopy full SHA for c0266fc
Assets/Test/Editor/MyTest.cs
@@ -9,8 +9,10 @@ public class MyTest {
9
public static void Test () {
10
AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font1/font1.fontsettings");
11
AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font2/font2.fontsettings");
12
+ AssetDatabase.DeleteAsset("Assets/Plugins/BitmapFontImporter/Examples/Font2/font3.fontsettings");
13
14
BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font1/font1.fnt");
15
BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font2/font2.fnt");
16
+ BFImporter.DoImportBitmapFont("Assets/Plugins/BitmapFontImporter/Examples/Font3/font2.fnt");
17
}
18
0 commit comments