TonyViT / CurvedTextMeshPro

A simple plugin to make curved TextMeshPro texts using a mathematical function
MIT License
206 stars 27 forks source link

Changing parent or hierarchy position seems to not update the text rebuilding. #7

Open JerryVerhoeven opened 7 months ago

JerryVerhoeven commented 7 months ago

Suggestion to add: private void OnTransformParentChanged() { m_forceUpdate = true; }

In the TextProOnACurve class.