We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb146fa commit b9e6c32Copy full SHA for b9e6c32
1 file changed
Assets/RubyTextMeshPro/Source/RubyTextMeshProUGUI.cs
@@ -59,7 +59,8 @@ public override void ForceMeshUpdate(bool ignoreActiveState = false, bool forceT
59
if (m_enableAutoSizing)
60
{
61
// change auto size timing, update ruby tag size.
62
- SetTextCustom(m_uneditedText);
+ text = ReplaceRubyTags(m_uneditedText);
63
+ base.ForceMeshUpdate(ignoreActiveState,forceTextReparsing);
64
}
65
66
0 commit comments