Skip to content
upm
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Bitmap Font Importer

Test Donate

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

Feature

  • 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 2018.4 and 2019
  • No runtime resources required
  • No scripting required

Install

Using npm (Ease upgrade in Package Manager UI)Recommend

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "scopedRegistries": [
    {
      "name": "My Registry",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.litefeel"
      ]
    }
  ],
  "dependencies": {
    "com.litefeel.bitmapfontimporter": "3.1.0",
    ...
  }
}

Using git

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#3.1.0",
    ...
  }
}

Using .zip file (for Unity 5.0+)

  1. Download Source code from Releases
  2. Extract the package into your Unity project

How to Use?

Please see here

Support

You can’t perform that action at this time.