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
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
Resolution Note (fix version 2023.2.0a20):
Avoid quadratic indexing time when indexing scenes with prefabs.