Unity Issue Tracker - Console is not scrolling automatically when highlighting the Console message
Fixed
UUM-97127
Console is not scrolling automatically when highlighting the Console message
Unity: Scene Tooling
Fixed
6.2.X
6.1.X
6.0.X
Won't Fix
2022.3.X
Replacing the ScrollView by a scrollable textArea in the Console.
Editor: Replacing the ScrollView by a scrollable textArea in the Console
Editor: Replacing the ScrollView by a scrollable textArea in the Console
Won't backport to 2022.3
How to reproduce:
1. Open the attached project "ConsoleRepro"
2. Open the "SampleScene" scene
3. Enter the Play Mode
4. Navigate to the Console error
5. Select the error and try highlighting the error text by dragging the mouse
6. Observe the results
Expected results: The Console scrolls alongside the highlighting
Actual results: The Console is not scrolling automatically