Search Issue Tracker
Feature Request
Votes
1
Found in
2022.3.58f1
6000.0.38f1
6000.1.0b6
6000.2.0a4
Issue ID
UUM-97649
Regression
No
Console search fails to find log messages when log messages contain <B></B> tags
Reproduction steps:
1. Open the attached “TestU62.zip” project
2. Open the “Assets/SampleScene.unity“ Scene
3. Enter the Play Mode
4. Observe the Console window and see the message
5. Enter the “[FSM] Test” in the search field in the Console window
6. Observe the Console window
Expected result: The message “[FSM] Test Log with text bold tag” should be displayed
Actual result: The message is not found, and the Console shows “No results for ‘[FSM] Test’”
Reproducible with: 2022.3.58f1, 6000.0.38f1, 6000.1.0b6, 6000.2.0a4
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: Searching for “[FSM] <B>Test</B>” works as expected
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
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
Resolution Note:
Hello,
Thanks for reaching out regarding that issue.
This is a feature request on changing the current behavior of the console window. HTML code is supported, but indeed, searching in it is not properly supported indeed and this would be a new feature request. Plus this could introduce some regressions because regular log message (not using HTML tags) could also be used by some, and we would not want to filter this...
I hope you will understand! Feel free to reach out again if you have remaining questions on the topic.