Underlay options don't show up in the scene

Hi,
For some reason I can’t see the effects applied for my text. I even tried to follow step by step, but I still don’t understand what am I missing here

Does anybody know what is the promlen here?

I tried to do this with various fonts, thinking the problem might be in some font structural things, even found the one mentioned by Gary, all to no avail

Try changing the offset values. I think an offset of 0 puts the underlay directly under the letters.

1 Like

I’ve tried it, sure. The problem was in inactive/invisible effects options (all of them were invisible with any options).
Thanks for the advice and your willingness to help, I appreciate it, but it was not the issue, unfortunatelly.

I’ll leave it here, just in case somebody will stumble upon the similar problem too.
The decision was to delete the asset and generate it again, but with padding.
Whilst generating with padding, make sure it is SDFAA, not SDF.


It will look weird in the atlas, but in the scene it will be fine, because of the combination of padding and AA (anti-aliasing).

Here is some explanition to that:

:one: SDFAA Without Padding → Ugly Fonts

  • When there’s no padding, glyphs are packed too tightly in the atlas.
  • This means anti-aliasing & soft edges get cut off, making text look blurry or broken .

:two: SDF With Padding → Ugly Fonts

  • Regular SDF mode is less detailed than SDFAA.
  • Even with padding, it doesn’t handle anti-aliasing well , leading to jagged or low-quality edges.

:three: SDFAA With Padding → Best Quality

  • Padding gives each glyph space for anti-aliasing to blend properly.
  • The edges remain smooth and crisp , and effects like underlay don’t get clipped.
1 Like

Privacy & Terms