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:
- Create material
- Assign font image file to material
- Assign material to font
- Go to "Character rects" in font properties and set info manually each per letter (EXTREMELY BORING)
With GPRNFont, you can:
- Create material
- Assign font image file to material
- Assign material to font
- Open font image file on GPRNFont
- Set characters visually using GPRNFont tools (KINDA FUN)
- 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