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
- The LOD Group CrossFade Animate Cross-fading feature does not fade when the GPU Resident Drawer is enabled
- [Android Module] Unity double writes files in the "StreamingAssets" folder when they are deleted using "IPostGenerateGradleAndroidProject" after the Grandle project is generated
- IndexOutOfRangeException and InvalidOperationException when clicking on the HTML log in the Console
- Warnings "Attempting to draw with missing bindings" are logged when opening the HDRP VFX Template Sample Scene
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
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.