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
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
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.