All Projects → litefeel → Unity Bitmapfontimporter

litefeel / Unity Bitmapfontimporter

Licence: mit
An unity editor extension for bitmap font.

Projects that are alternatives of or similar to Unity Bitmapfontimporter

Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+2518.71%)
Mutual labels:  unity, unity-editor, unity3d-plugin
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: ✭ 1,124 (+708.63%)
Mutual labels:  unity, unity-editor, unity3d-plugin
Ma textureatlasser
Texture atlas creator for Unity
Stars: ✭ 116 (-16.55%)
Mutual labels:  unity, unity-editor, unity3d-plugin
Extosc
extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
Stars: ✭ 69 (-50.36%)
Mutual labels:  unity, unity-editor, unity3d-plugin
Ugui Editor
Unity UGUI editor tools,improve the efficiency of ui development.
Stars: ✭ 479 (+244.6%)
Mutual labels:  unity, unity-editor, unity3d-plugin
Unityasync
Task and Async Utility Package for Unity. Start co-routines from anywhere.
Stars: ✭ 58 (-58.27%)
Mutual labels:  unity, unity3d-plugin
Projectbuilder
A tool for easy automating and customizing build process for Unity.
Stars: ✭ 80 (-42.45%)
Mutual labels:  unity, unity-editor
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (-42.45%)
Mutual labels:  unity, unity3d-plugin
Darkconfig
DarkConfig is a configuration library for games which supports fast and expressive iteration
Stars: ✭ 94 (-32.37%)
Mutual labels:  unity, unity3d-plugin
Uniuguitoolbar
【Unity】uGUI のオブジェクトを作成できるツールバーのエディタ拡張
Stars: ✭ 44 (-68.35%)
Mutual labels:  unity, unity-editor
Unity Colourlovers Importer
Unity editor tool to load colours and palettes directly from COLOURlovers.com
Stars: ✭ 85 (-38.85%)
Mutual labels:  unity, unity3d-plugin
Ugui Tween Tool
unity4.6.x && unity5.x ugui tween utools
Stars: ✭ 99 (-28.78%)
Mutual labels:  unity, unity3d-plugin
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+676.26%)
Mutual labels:  unity, unity3d-plugin
Unity Ifcengine
Import scripts for IFC files
Stars: ✭ 44 (-68.35%)
Mutual labels:  unity, unity3d-plugin
Webviewhook
Exposed Unity Editor WebView API
Stars: ✭ 107 (-23.02%)
Mutual labels:  unity, unity-editor
Spriteglow
A sprite glow effect for Unity game engine
Stars: ✭ 1,287 (+825.9%)
Mutual labels:  unity, unity3d-plugin
Csharp Eval Unity3d
C# Expression Parser for Unity3D
Stars: ✭ 102 (-26.62%)
Mutual labels:  unity, unity3d-plugin
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+1315.83%)
Mutual labels:  unity, unity3d-plugin
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (-77.7%)
Mutual labels:  unity, unity-editor
Scene View Bookmarks
Unity editor extension to bookmark scene views.
Stars: ✭ 40 (-71.22%)
Mutual labels:  unity, unity-editor

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.2.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.2.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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].