2015 September 5 - 01:30 Updated font importer for Unity

Made an update to my font importer for Unity, lots of improvements. Still having to use deprecated properties however since there are no replacements in Unity5 (yet?).

Want bitmap fonts with an outline in Unity? Not as easy as it might seem since the built in feature for creating bitmap fonts packs the characters so tight that you can’t add any shadow or outline. And no setting to add padding.

So I made this little editor extension that makes it possible to import fonts created with tools like AngelCode Bitmap Font Generator or Glyph Designer. Anything that creates a .fnt-xml-file.

Here: FontImporter.cs