Luca3317 / TMPEffects

Easily animate Unity text and apply other effects with custom tags
https://luca3317.dev/tmpeffects
MIT License
205 stars 6 forks source link

Outline doesn't work with CHAR animation #18

Closed Helvest closed 6 days ago

Helvest commented 1 month ago

Describe the bug When a TMP text has an outline that enlarges the letter triangles, this size is ignored by the CHAR animation, incorrectly displaying the outline.

To Reproduce Steps to reproduce the behavior:

  1. Create a GameObject with a Text Mesh Pro component.
  2. Set a text starting with .
  3. Set the text material outline parameter to 1.
  4. See error

Expected behavior An outline not cut by the incorrect vertex sizes.

Luca3317 commented 1 week ago

Hey, should be fixed with 070dd51

Helvest commented 6 days ago

Yes, it work now, thank you