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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment