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
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
Add comment