Skip to content

Commit 3283eb2

Browse files
committed
3.0.0
1 parent 04bce44 commit 3283eb2

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,36 @@
1+
v3.0.0 May 3, 2019
2+
- [NEW] Support Unity package manager
3+
- [CHANGE] Move Examples to Samples~ directory
4+
-
15
v2.4 Oct 14, 2018
2-
[FIX] Fix Incorrect texture path
3-
[FIX] Fixed incorrect textue in FontMaterial when multi texure
6+
- [FIX] Fix Incorrect texture path
7+
- [FIX] Fixed incorrect textue in FontMaterial when multi texure
48

59
v2.2 Mar 20, 2018
6-
[NEW] Support Multi texture
7-
[CHANGE] Move plugin to Plugins directory
10+
- [NEW] Support Multi texture
11+
- [CHANGE] Move plugin to Plugins directory
812

913
v2.1 Mar 15, 2018
10-
[NEW] Disabled Rebuild on play mode
14+
- [NEW] Disabled Rebuild on play mode
1115

1216
v1.5 Feb 14, 2017
13-
[FIX] Display nothing when import a font in unity 5.5+
14-
[FIX] Create the font without material when import a font in unity 5.4
15-
[FIX] Incorrect preferred height and alignment
16-
[FIX] Cannot create the font if texture path has space
17+
- [FIX] Display nothing when import a font in unity 5.5+
18+
- [FIX] Create the font without material when import a font in unity 5.4
19+
- [FIX] Incorrect preferred height and alignment
20+
- [FIX] Cannot create the font if texture path has space
1721

1822
v1.4 July 18 2016
19-
[FIX] Fix incorrect line Height
23+
- [FIX] Fix incorrect line Height
2024

2125
v1.3 June 28 2016
22-
[FIX] Fix error when without kernings in fnt file
26+
- [FIX] Fix error when without kernings in fnt file
2327

2428
v1.2 June 20 2016
25-
[NEW] Support kerning
26-
[FIX] Fix incorrect line height
29+
- [NEW] Support kerning
30+
- [FIX] Fix incorrect line height
2731

2832
v1.1 June 14 2016
29-
[NEW] Fix can not parse .fnt file if it has space letter of char
33+
- [NEW] Fix can not parse .fnt file if it has space letter of char
3034

3135
V1.0 May 19 2016
32-
[NEW] The first public version
36+
- [NEW] The first public version

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": "2.4.0",
4+
"version": "3.0.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)