{"id":14960517,"url":"https://github.com/litefeel/unity-bitmapfontimporter","last_synced_at":"2025-04-06T03:06:23.064Z","repository":{"id":57203721,"uuid":"58042022","full_name":"litefeel/Unity-BitmapFontImporter","owner":"litefeel","description":"An unity editor extension for bitmap font.","archived":false,"fork":false,"pushed_at":"2021-07-27T16:59:30.000Z","size":1592,"stargazers_count":249,"open_issues_count":0,"forks_count":44,"subscribers_count":15,"default_branch":"upm","last_synced_at":"2025-04-06T03:06:18.227Z","etag":null,"topics":["bitmap-font","unity","unity-editor","unity3d-plugin"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/litefeel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/litefeel"}},"created_at":"2016-05-04T10:01:00.000Z","updated_at":"2025-03-21T18:24:55.000Z","dependencies_parsed_at":"2022-09-17T15:02:56.335Z","dependency_job_id":null,"html_url":"https://github.com/litefeel/Unity-BitmapFontImporter","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2FUnity-BitmapFontImporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2FUnity-BitmapFontImporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2FUnity-BitmapFontImporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litefeel%2FUnity-BitmapFontImporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litefeel","download_url":"https://codeload.github.com/litefeel/Unity-BitmapFontImporter/tar.gz/refs/heads/upm","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427006,"owners_count":20937201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitmap-font","unity","unity-editor","unity3d-plugin"],"created_at":"2024-09-24T13:22:25.710Z","updated_at":"2025-04-06T03:06:23.046Z","avatar_url":"https://github.com/litefeel.png","language":"C#","funding_links":["https://www.paypal.me/litefeel","https://paypal.me/litefeel"],"categories":[],"sub_categories":[],"readme":"# Bitmap Font Importer\n\n[![Test](https://github.com/litefeel/Unity-BitmapFontImporter/workflows/Test/badge.svg)](https://github.com/litefeel/Unity-BitmapFontImporter/actions)\n[![](https://img.shields.io/github/release/litefeel/Unity-BitmapFontImporter.svg?label=latest%20version)](https://github.com/litefeel/Unity-BitmapFontImporter/releases)\n[![](https://img.shields.io/github/license/litefeel/Unity-BitmapFontImporter.svg)](https://github.com/litefeel/Unity-BitmapFontImporter/blob/upm/LICENSE.md)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/litefeel)\n\n[Bitmap Font Importer][bfi] 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][1], [bmGlyph][2], [Glyph Designer 2][3], [ShoeBox][4] or [Bitmap Font Generator][5]\n\nThiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unity-4-6-bitmap-font.265209/)\n\n## Feature\n\n- Free\n- Auto Import bitmap fonts\n- Support XML and Plain text format of .fnt\n- Support Multi texture\n- Reimport exists bitmap font\n- Source Code on [Github][bfi]\n- Tested with Unity 2019.4 and 2020.3\n- No runtime resources required\n- No scripting required\n\n\n## Install\n\n#### Using npm (Ease upgrade in Package Manager UI)**Recommend**\n\nFind the manifest.json file in the Packages folder of your project and edit it to look like this:\n``` js\n{\n  \"scopedRegistries\": [\n    {\n      \"name\": \"My Registry\",\n      \"url\": \"https://registry.npmjs.org\",\n      \"scopes\": [\n        \"com.litefeel\"\n      ]\n    }\n  ],\n  \"dependencies\": {\n    \"com.litefeel.bitmapfontimporter\": \"3.3.0\",\n    ...\n  }\n}\n```\n\n#### Using git\n\nFind the manifest.json file in the Packages folder of your project and edit it to look like this:\n``` js\n{\n  \"dependencies\": {\n    \"com.litefeel.bitmapfontimporter\": \"https://github.com/litefeel/Unity-BitmapFontImporter.git#3.3.0\",\n    ...\n  }\n}\n```\n\n#### Using .zip file (for Unity 5.0+)\n\n1. Download `Source code` from [Releases](https://github.com/litefeel/Unity-BitmapFontImporter/releases)\n2. Extract the package into your Unity project\n\n\n## How to Use?\n\nPlease see [here][howtouse]\n\n\n## Support\n\n- Create issues by [issues][issues] page\n- Send email to me: \u003clitefeel@gmail.com\u003e\n\n[1]: http://kvazars.com/littera/ (littera)\n[2]: http://www.bmglyph.com (bmGlyph)\n[3]: https://71squared.com/glyphdesigner (Glyph Designer 2)\n[4]: http://renderhjs.net/shoebox/ (ShoeBox)\n[5]: http://www.angelcode.com/products/bmfont/ (Bitmap Font Generator)\n[bfi]: https://github.com/litefeel/Unity-BitmapFontImporter (BitmapFontImporter)\n[issues]: https://github.com/litefeel/Unity-BitmapFontImporter/issues (BitmapFontImporter issues)\n[howtouse]: https://github.com/litefeel/Unity-BitmapFontImporter/wiki/How-to-use (BitmapFontImporter How to use)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitefeel%2Funity-bitmapfontimporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitefeel%2Funity-bitmapfontimporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitefeel%2Funity-bitmapfontimporter/lists"}