Search Issue Tracker
Fixed
Fixed in 2021.3.28f1, 2022.3.4f1, 2023.1.2f1, 2023.2.0a20
Votes
0
Found in
2021.3.11f1
2022.1.18f1
2022.2.0b9
2023.1.0a12
2023.2.0a1
Issue ID
UUM-16085
Regression
No
Search Index build duration raises disproportionately when element count increases
Reproduction steps:
- Open the attached project (“SearchIndexManager.zip“)
- Select Scene “Assets/Scenes/ReproScene”
- Press Window>Search>Index Manager
- Press the button “Build”
- Remove prefab “3072 Cube Container” from the Scene
- Go to “Assets/Container Packages”
- Import asset “6144 Cube Container”
- Add prefab “6144 Cube Container” to Scene
- Press Window>Search>Index Manager
- Press the button “Build”
- Compare building time
Expected result: Search index build duration is linear to its complexity
Actual result: Search index build duration is disproportionate
Reproducible with: 2021.3.11f, 2022.1.18f1, 2022.2.0b9, 2023.1.0a12
Couldn't test with: 2020.3.40f1(Index manager does not exist)
Reproduced on: Windows 11
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
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
- UI Toolkit Button text is not rendered when the Button has fixed height with specific Icon font
Resolution Note (fix version 2023.2.0a20):
Avoid quadratic indexing time when indexing scenes with prefabs.