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
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Infinite inertial tensor rotation values are not discarded (both AB and RB)
Resolution Note (fix version 2023.2.0a20):
Avoid quadratic indexing time when indexing scenes with prefabs.