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
- Camera prefab shows up in overrides after upgrade when game view is changed to Simulator
- Prefab Override context menu does not appear when changing attributes on a Terrain Component
- Particles are visible through Mesh when Sprite-Lit-Default Material is used
- Only the left screen is rendering when using Render Graph Fullscreen Blit in Meta Quest 2
- Context menu with the "Revert" option doesn't appear when pressing the right mouse button on a "Vector2" or "Vector3" property in the Inspector of a custom shader
Resolution Note (fix version 2023.2.0a20):
Avoid quadratic indexing time when indexing scenes with prefabs.