• Stars
    star
    240
  • Rank 167,467 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created over 8 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An unity editor extension for bitmap font.

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 2019.4 and 2020.3
  • 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.3.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.3.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

More Repositories

1

Unity-AlignTools

Align Tools is just perfect Unity asset plugin to align gui object
C#
101
star
2

Unity-Finder

Unity find tool
C#
40
star
3

writing-on-github

A WordPress plugin to allow you writing on GitHub (or Jekyll site).
PHP
29
star
4

OpenFilesWithDefaultApp

An Unity asset plugin to open file with system default Application.
C#
20
star
5

Unity-CrossPlatformAPI

A unity plugin that provides a unified cross-platform API
C#
17
star
6

ShaderLabFormatter

An VSCode plugin for formatting of Unity ShaderLab
TypeScript
10
star
7

Unity-RenameTools

RenameTools is just perfect Unity asset plugin to rename game object.
C#
9
star
8

DragonBonesCPPForLua

DragonBonesCPP用的的lua文件
C++
9
star
9

Unity-LuaInteractive

C#
9
star
10

adbtool

A friendly android adb command-line tool
Python
7
star
11

URPRenderUI

Render UI on Universal Render Pipeline
6
star
12

Sublime-QuickGotoAnything

Sublime Text Plugin to quick scroll to function/variable or quick open file, It use selected word. Works in ST2 and ST3.
Python
5
star
13

UnityCommon

C#
5
star
14

UnitySpriteAtlasTest

C#
5
star
15

github-file-download

Browser extension to Add a download button for Github and gist
JavaScript
5
star
16

wp-github-sync-meta

A WordPress plugin to sync meta, tags and categories with a GitHub via wp-github-sync
PHP
3
star
17

TimelineReplaceClip

C#
2
star
18

hummingbirds

a php web site frame.
PHP
1
star
19

notepaper

notepaper
ActionScript
1
star
20

FGUIEditorPlugin

FGUI editor plugin project
ActionScript
1
star
21

LFLib-as3

自己积累的类库,放本地不定什么时候就没有了,所以要放这里
ActionScript
1
star
22

i18n

Python
1
star
23

csv2lua

CSV configuration will be converted to Lua
ActionScript
1
star
24

FloatBar-Android

android application float bar. like 360 sdk float bar.
Java
1
star
25

texturepacker-dragonbones

texturePacker export dragonbones, with pixel format.
Python
1
star
26

VideoPlayer

VideoPlayer 是使用flash技术开发的视频播放器。
ActionScript
1
star
27

Sublime-ClassName

copy class full name and package path to clipboard.
Python
1
star
28

synergy

Compile synergy core to app
Python
1
star
29

Unity-CrossPlatformAPI-Android

Java
1
star
30

chatserver

a simple chatserver ,java server and AS3 client.
ActionScript
1
star
31

pycommon

my python lib
Python
1
star