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
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
- Building the project for Web with ASTC Texture Compression results in black screen
- “ArgumentException: Object reference not set to an instance of an object” errors are thrown when adding the component with Entity as Key for HashMap
- Visual Effect Model overlays tooltip is left in Scene when unfocusing VFX Node and the overlay dropdown menu is opened
- Unity crashes during the scene template selection in the "Inspector" tab
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.