Bitmap Font Importer is just perfect Unity asset plugin to import any custom bitmap font to your project.
It easy imports any bitmap font generated by third party tools like:littera, bmGlyph, Glyph Designer 2, ShoeBox or Bitmap Font Generator
Thiks @Xylph, this origin code form here
- Free
- Auto Import bitmap fonts
- Support XML and Plain text format of .fnt
- Support Multi texture
- Reimport exists bitmap font
- Source Code on Github
- Tested with Unity 5.x - 2019
- No runtime resources required
- No scripting required
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
"dependencies": {
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#upm",
...
}
}
- Download
Source code
from Releases - Extract the package into your Unity project
Please see here
- Create issues by issues page
- Send email to me: [email protected]