Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.0a14
2022.2.0b8
Issue ID
UUM-14334
Regression
Yes
Typing after "\n" in public List String element breaks the new line formating
To reproduce:
1. Create a new project
2. Create a new script
3. Add a public String List e.g.
{code:java}
public List<string> qotes = new List<string>();
{code}
4. Add the script to any object in the scene
5. Select the object with the script
6. In the Inspector window in the list component add a new element
7. Type \n (you should see that a new line has appeared and \n is gone)
8. Continue typing anything after that
Expected: the text is written in a new line
Actual: the text starts typing between \ and n, and it doesn't go to a new line
Reproduced on:
2022.2.0a14, 2022.2.0b8
Not reproduced on:
2022.2.0a13
"\n" does nothing in:
2020.3.39f1, 2021.3.10f1, 2022.1.16f1, 2023.1.0a11
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
- Package Manager lets some packages to be imported when everything in the package is deselected while other packages have the “Import” button greyed out
- The Blackboard scrolls up and selecting Items breaks when Duplicating Items in a scrolled down List
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
Resolution Note:
This issue is already fixed.