TextField - Speical Characters in Value

Using Unity 2022.2.0b8

Looks like “Rich Text” is enabled by default for the TextField component, which causes a bug when a path that contains '' character is input by the user. such as:
‘C:\SomeFolder\rbc’ would be displayed as:
8466020--1124534--upload_2022-9-26_13-10-50.png

The line breaks after the ‘\r’ character

Hi @DrabanL !

It’s a known issue that is fixed in 2023.1. We also plan to backport the fix to 2022.2 and 2022.1. You can find more information about the issue in this thread .

1 Like