com.litefeel.bitmapfontimporter
Version:
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 and Bitmap Font Generator
36 lines • 1.06 kB
JSON
{
"name": "com.litefeel.bitmapfontimporter",
"displayName": "BitmapFontImporter",
"version": "3.3.0",
"unity": "2018.2",
"description": "Bitmap Font Importer is just perfect Unity asset plugin to import any custom bitmap font to your project. \nIt easy imports any bitmap font generated by third party tools like:littera, bmGlyph, Glyph Designer 2, ShoeBox and Bitmap Font Generator",
"keywords": [
"Font",
"Importer",
"Bitmap"
],
"author": {
"name": "litefeel",
"email": "litefeel@gmial.com",
"url": "https://www.litefeel.com"
},
"category": "Tools",
"type": "tool",
"dependencies": {},
"samples": [
{
"displayName": "Sample",
"description": "Sample",
"path": "Samples~/Sample"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/litefeel/Unity-BitmapFontImporter.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/litefeel/Unity-BitmapFontImporter/issues"
},
"homepage": "https://github.com/litefeel/Unity-BitmapFontImporter#readme"
}