diff --git a/Runtime/TextMeshPro/TextMeshProInputParser.cs b/Runtime/TextMeshPro/TextMeshProInputParser.cs index 2c879cd..a4a27e1 100644 --- a/Runtime/TextMeshPro/TextMeshProInputParser.cs +++ b/Runtime/TextMeshPro/TextMeshProInputParser.cs @@ -170,7 +170,6 @@ DeviceControlSchemeIcons deviceControlSchemeIcons { if (string.IsNullOrEmpty(originalText)) { - text.text = originalText; return; }