Skip to content

Commit f6dbf0b

Browse files
committed
Release 3.2.0
1 parent 64a80ce commit f6dbf0b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v3.2.0 Mar 12, 2021
2+
- [FIX] Compatible with ShoeBox 3.6
3+
14
v3.1.0 Mar 8, 2020
25
- [NEW] Add settings for 'texture importer type by default`
36
- [CHANGE] The name of the material matches the font name

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unit
1818
- Support Multi texture
1919
- Reimport exists bitmap font
2020
- Source Code on [Github][bfi]
21-
- Tested with Unity 2018.4 and 2019
21+
- Tested with Unity 2019.4 and 2020.3
2222
- No runtime resources required
2323
- No scripting required
2424

@@ -40,7 +40,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
4040
}
4141
],
4242
"dependencies": {
43-
"com.litefeel.bitmapfontimporter": "3.1.0",
43+
"com.litefeel.bitmapfontimporter": "3.2.0",
4444
...
4545
}
4646
}
@@ -52,7 +52,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
5252
``` js
5353
{
5454
"dependencies": {
55-
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#3.1.0",
55+
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#3.2.0",
5656
...
5757
}
5858
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.litefeel.bitmapfontimporter",
33
"displayName": "BitmapFontImporter",
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"unity": "2018.2",
66
"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",
77
"keywords": [

0 commit comments

Comments
 (0)