GUI Rich Text displays the “<color=>” tag as text instead of applying it when using “GUILayout.TextField”
Unity: Text (TextCore)
Fixed
2023.3.X
2023.2.X
Rich text tags now support single quotes tags
Rich text tags now support single quotes tags
How to reproduce:
1. Open the user’s attached “Grabbit Project - Test 0232.zip” project
2. Press U key on the keyboard
3. Observe the top left corner of the Scene window
Expected result: “<color='red'>” text is not logged
Actual result: “<color='red'>” text is logged