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.
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.