Search Issue Tracker
Fixed
Fixed in 2021.3.32f1, 2022.3.11f1, 2023.1.17f1, 2023.2.0b13, 2023.3.0a8
Votes
0
Found in
2021.3.27f1
2022.3.4f1
2023.1.2f1
2023.2.0a21
2023.3.0a1
Issue ID
UUM-40887
Regression
No
Newline \n cuts off Warning and Error messages displayed in Console window when using Log.Error and Log.Warning in ILPostProcessor script
Reproduction steps:
1. Open the attached “Repository” project
2. Observe Console window
Expected result: Console warning and error with text “Multi line warning” or “Multi line error” can be seen (\n in Log.Error and Log.Warning successfully creates a new line)
Actual result: Console warning and error with only the word “Multi” can be seen in the Console window (\n in Log.Error and Log.Warning deletes any content that comes after it)
Reproducible with: 2021.3.27f1, 2022.3.4f1, 2023.1.2f1, 2023.2.0a21
Reproducible on: macOS Ventura 13.4.1 (M1 Max)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tilemap Collider 2D is not updating the Collider shapes when removing Tiles on the Tilemap component
- Inspector with the scrollbar is unusable when Material properties are edited and the scene is saved
- The Rendering Profiler module statistics are zero when Application.targetFrameRate is set
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
Add comment