Skip to content

Commit 7748d8f

Browse files
authored
Update README.md
1 parent 11b03fd commit 7748d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Checking this checkbox forces RTL TextMeshPro to fix the text even when it start
8686
When checked, RTL Text Mesh Pro will try to fix rich text tags.
8787

8888
# Known Issues
89-
* InputField, Dropdown (and anything that was designed to work with TextMeshProUGUI script) will not work unless you do these steps below.
90-
**Why it doesn't work?** We need to override the `text` property of `TextMeshProUGUI`. But the `text` property is not defined `virtual`. You need to manually make the property virtual.
89+
* **Fixed in latest version. For older versions follow the steps below**
90+
We need to override the `text` property of `TextMeshProUGUI`. But the `text` property is not defined `virtual`. You need to manually make the property virtual.
9191
* Open `TMP_Text.cs` from TextMeshPro source code
9292
* add virtual keyword to text property.
9393
![Text](Screenshots/TextProperty.PNG)

0 commit comments

Comments
 (0)