Skip to main content

Default UI Text Component Font Stylings set in Unity such as Bold Italic BoldItalic are not applied in Luna

We currently only export one variant of a font as a texture. To include stylings would require exporting multiple Font Atlas Textures, one for each Font and Font Styling, which would bloat playable size extremely quickly. However TextMeshPro would keep its styling in Luna, due to it being done with an SDF algorithm (which allows it to be done via Shaders).

Possible solutions:

  • Use TextMeshPro, see here for how to use TMP with Luna.
  • Use a font in the style you need such as a bold font.
  • If you only need a bold effect, you can create a duplicate but slightly larger text object and put it behind the original text.