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
- Asset preview is present in Inspector when the GameObject is selected in the Scene Hierarchy
- [URPRenderPipelineConverter] Not upgrading the Legacy material
- [URPRenderPipelineConverter] No message in the Console after the successful/ failed conversion
- GameObject has a blue tint when iOS platform is selected
- The modifier key (ALT, CTRL, SHIFT) are not activated when pressing any one on the keyboard
Resolution Note (fix version 2023.2.0a20):
Avoid quadratic indexing time when indexing scenes with prefabs.