Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 863 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 863 Bytes

GPRNFont

Unity Custom Font .fontsettings Generator

Made during covid-19 quarantine, just for fun.

Create Custom Fonts for Unity without have to fill manually data like "Vert X" or "UV Width". With GPRNFont, you can do it visually using an image.

Instead of:

  1. Create material
  2. Assign font image file to material
  3. Assign material to font
  4. Go to "Character rects" in font properties and set info manually each per letter (EXTREMELY BORING)

With GPRNFont, you can:

  1. Create material
  2. Assign font image file to material
  3. Assign material to font
  4. Open font image file on GPRNFont
  5. Set characters visually using GPRNFont tools (KINDA FUN)
  6. Export data to .fontsettings file on Unity project

More info about custom fonts on Unity (see "custom font" session): https://docs.unity3d.com/2020.2/Documentation/Manual/class-Font.html