Search Issue Tracker
By Design
Votes
0
Found in
2020.3.40f1
2021.3.11f1
2022.1.20f1
Issue ID
UUM-17826
Regression
No
Space is not saved when adding it as the first symbol of the line
Reproduction steps:
- Open the attached project (“StringBug.zip“)
- Select “Assets/Data/TextData”
- In the Inspector window select the “Text” field
- In the second line add a space before the letter “b”
- Save project “File>Save Project”
- Reopen project
Expected results: Space before the letter “b” is saved
Actual results: Space before the letter “b” is not saved
Reproducible with: 2020.3.40f1, 2021.3.11f1, 2022.1.20f1
Not reproducible with: 2022.2.0a1, 2022.2.0b11, 2023.1.0a14
Reproduced on: Windows 11
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
This is by design. Whitespaces are not preserved. We might support this in the future, but this is not in the immediate plans.