Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Mar 12, 2021
1 parent 64a80ce commit f6dbf0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v3.2.0 Mar 12, 2021
- [FIX] Compatible with ShoeBox 3.6

v3.1.0 Mar 8, 2020
- [NEW] Add settings for 'texture importer type by default`
- [CHANGE] The name of the material matches the font name
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unit
- Support Multi texture
- Reimport exists bitmap font
- Source Code on [Github][bfi]
- Tested with Unity 2018.4 and 2019
- Tested with Unity 2019.4 and 2020.3
- No runtime resources required
- No scripting required

Expand All @@ -40,7 +40,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
}
],
"dependencies": {
"com.litefeel.bitmapfontimporter": "3.1.0",
"com.litefeel.bitmapfontimporter": "3.2.0",
...
}
}
Expand All @@ -52,7 +52,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
``` js
{
"dependencies": {
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#3.1.0",
"com.litefeel.bitmapfontimporter": "https://github.com/litefeel/Unity-BitmapFontImporter.git#3.2.0",
...
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.litefeel.bitmapfontimporter",
"displayName": "BitmapFontImporter",
"version": "3.1.0",
"version": "3.2.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": [
Expand Down

0 comments on commit f6dbf0b

Please sign in to comment.