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 f6bbd44 commit 6f0400aCopy full SHA for 6f0400a
Assets/Plugins/BitmapFontImporter/Editor/BFImporter.cs
@@ -68,7 +68,6 @@ public static void DoImportBitmapFont(string fntPatn)
68
font.material = material;
69
material.shader = Shader.Find(textures.Length > 1 ? "BFI/Font" + textures.Length : "UI/Default");
70
material.mainTexture = textures[0];
71
- material.SetTexture("_MainTex2", textures[1]);
72
for (int i = 1; i < textures.Length; i++)
73
{
74
material.SetTexture("_MainTex"+i, textures[i]);
0 commit comments