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.
StripTextMeshProTags is not up to date with TextMeshPro Tags
Re: StripTextMeshProTags is not up to date with TextMeshPro Tags
Hi,
In this patch:
DS_TMProPatch_2024-04-16.unitypackage
I updated Tools.StripTextMeshProTags to strip <pos>, <cspace>, <mspace>, <noparse>, <style>, and <voffset>.
In this patch:
DS_TMProPatch_2024-04-16.unitypackage
I updated Tools.StripTextMeshProTags to strip <pos>, <cspace>, <mspace>, <noparse>, <style>, and <voffset>.