CHANGELOG 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. v2.4.1 May 2 2019
  2. **Asset store version has been deprecated.**
  3. Please install from github.
  4. https://github.com/litefeel/Unity-BitmapFontImporter#install
  5. v2.4 Oct 14, 2018
  6. [FIX] Fix Incorrect texture path
  7. [FIX] Fixed incorrect textue in FontMaterial when multi texure
  8. v2.2 Mar 20, 2018
  9. [NEW] Support Multi texture
  10. [CHANGE] Move plugin to Plugins directory
  11. v2.1 Mar 15, 2018
  12. [NEW] Disabled Rebuild on play mode
  13. v1.5 Feb 14, 2017
  14. [FIX] Display nothing when import a font in unity 5.5+
  15. [FIX] Create the font without material when import a font in unity 5.4
  16. [FIX] Incorrect preferred height and alignment
  17. [FIX] Cannot create the font if texture path has space
  18. v1.4 July 18 2016
  19. [FIX] Fix incorrect line Height
  20. v1.3 June 28 2016
  21. [FIX] Fix error when without kernings in fnt file
  22. v1.2 June 20 2016
  23. [NEW] Support kerning
  24. [FIX] Fix incorrect line height
  25. v1.1 June 14 2016
  26. [NEW] Fix can not parse .fnt file if it has space letter of char
  27. V1.0 May 19 2016
  28. [NEW] The first public version