Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
3
Found in
2019.4
2020.3
2020.3.2f1
2021.1
2021.2
2022.1
Issue ID
1360865
Regression
No
Rich Text formatting is not working in the Console window when there are new lines or text is longer than 16275 characters
How to reproduce:
1. Open the user's attached project "Playground.zip"
2. Enter Play Mode
3. Open the Console window
Expected results: All of the Console messages are blue in color
Actual results: Console messages with new lines and longer than 16275 characters are not blue in color
Reproducible with: 2019.4.30f1, 2020.3.17f1, 2021.1.19f1, 2021.2.0b9, 2022.1.0a6
Notes: Increasing Log Entry line count partially solves the issue
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note:
We are rewriting the console window in UITK which will use the new text backend vs native text which will help with these sort of issues.