Luca3317 / TMPEffects

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

TMP 3.2.0-pre-10 generates compile errors #25

Open Swah opened 1 month ago

Swah commented 1 month ago

Describe the bug TMP 3.2 adds support for important features, such as style sheets. However upgrading to this generates compile errors

To Reproduce Steps to reproduce the behavior:

  1. Update TMP in the package manager (you'll need to set "Enable Pre-release Packages" first) image

Expected behavior No compile error

Screenshots image

Desktop (please complete the following information):

Luca3317 commented 1 month ago

So far I had handled those naively by checking the Unity version. Just replaced those with checks against the textmeshpro version, pushed to tmp-branch. If you could give that a try and let me know if it works for you, would be great ✌️

Swah commented 1 month ago

Well that was super fast. I can confirm this now works on my end. A big thank you, I'm loving this package so far.