Unity Issue Tracker - Highlighter.Highlight does not find window when using class name as window title
Closed
UUM-70519
Highlighter.Highlight does not find window when using class name as window title
Unity: UI Toolkit Framework
Won't Fix
6.3.X
6.2.X
6.1.X
6.0.X
2023.2.X
2022.3.X
2021.3.X
Cancelling this 2023.2 tech release issue since the support for this release has come to end of life. Cancelling this 2023.2 port case does not affect any LTS or Unity 6 Beta/Preview that remain open.
Reproduction steps:
1. Open the “ReproProject“ project
2. Open the “Assets/Scenes/SampleScene“ scene
3. Select the “TestObject“ GameObject in the Hierarchy window
4. Click the “in MyBehaviour.GetType().Name“ button in the Inspector window
5. Observe the Inspector window and the Console window
Expected result: The “MyBehaviour“ script component is highlighted and there are no errors in the Console window
Actual result: “Window MyBehaviour not found.“ error is thrown in the Console window and nothing is highlighted