Search Issue Tracker
Fixed
Fixed in 6000.0.58f1, 6000.2.5f1, 6000.3.0b2, 6000.4.0a1
Votes
0
Found in
6000.0.57f1
6000.2.3f1
6000.3.0b1
6000.4.0a1
Issue ID
UUM-115950
Regression
No
”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
Steps to reproduce:
1. Create a new project
2. Select "Enable layout Debugger" (Edit > Project Settings > UI Toolkit)
3. Open UI Layout Debugger window (Window > UI Toolkit > Layout Debugger)
4. Select a window and press “Record Layout Updates” button
5. Make changes in the selected window and stop recording
6. Type something in the search bar that wouldn’t provide any results (e.g. “1”)
7. Press “Search” button and observe the Console
Actual results: “Last item reached.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:224)” warning is thrown
Expected results: No warnings or warning about no search results is thrown
Reproducible with versions: 6000.0.57f1, 6000.2.3f1, 6000.3.0b1
Couldn't reproduce with versions: 2021.3.56f1, 2022.3.66f1 (No UI Layout Debugger)
Tested on (OS): macOS Sequoia 15.4 (M4)
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
Add comment