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 b28f534 commit 1d29352Copy full SHA for 1d29352
Assets/BitmapFontImporter/Editor/FntParse.cs
@@ -107,7 +107,7 @@ private static int ToInt(XmlNode node, string name)
107
private Regex pattern;
108
public void DoTextParse(ref string content)
109
{
110
- pattern = new Regex(@"\S+="".+?""|\S+");
+ pattern = new Regex(@"\S+="".*?""|\S+");
111
string[] lines = content.Split(new char[] { '\r', '\n' }, StringSplitOptions.RemoveEmptyEntries);
112
ReadTextInfo(ref lines[0]);
113
ReadTextCommon(ref lines[1]);
0 commit comments