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

Feature: UI Toolkit support #16

Open Luca3317 opened 1 month ago

Luca3317 commented 1 month ago

Is your feature request related to a problem? Please describe. Right now TMPEffects only supports texts created by TextMeshPro (=> TMP_Text components) in the UGUI system.

Describe the solution you'd like Also support UI Toolkit texts. Since UI Toolkit uses TextCore, which is based on TextMeshPro, this might be possible without needing entire rewrites.

Additional context At the moment this does not seem possible to implement, since UI Toolkit doesnt offer any way to access text's mesh data.