Page 1 of 1

StripTextMeshProTags is not up to date with TextMeshPro Tags

Posted: Tue Apr 16, 2024 7:44 pm
by lgarczyn
I'm trying to use

* the 'Pause/QuarterPause' tokens (\. and \,)
* the TextMeshPro <pos> tag

Trying to replicate the cool typewriter effect with vertical alignement from Ultrakill.

This doesn't work, since Tools.StripTextMeshProTags doesn't remove the <pos> tag, which causes misalignment of the desired pause effect.

Re: StripTextMeshProTags is not up to date with TextMeshPro Tags

Posted: Tue Apr 16, 2024 8:26 pm
by Tony Li
Hi,

In this patch:

DS_TMProPatch_2024-04-16.unitypackage

I updated Tools.StripTextMeshProTags to strip <pos>, <cspace>, <mspace>, <noparse>, <style>, and <voffset>.