Search Issue Tracker
Fixed in 6000.0.30f1
Fixed in 6000.0.X, 6000.1.X, 7000.0.0a12, future release
Votes
0
Found in
2021.3.45f1
6000.0.24f1
6000.1.0a1
Issue ID
UUM-85044
Regression
No
Memory usage increases significantly when using Global Search
How to reproduce:
1. Open the “IN-85904_repro“ project
2. Open the Task Manager on your device
3. Press Crtl+K to open Global Search
4. Enter “prefab“ in the search
5. In Task Manager observe the Editor’s memory usage
Expected result: Memory usage does not increase significantly
Actual result: Memory usage increases significantly
Reproducible with: 2021.3.45f1, 6000.0.24f1, 6000.1.0a1
Could not test with: 2022.3.51f1 (asset indexer errors)
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
Notes:
- If prefabs are selected and edited (after using search), the memory usage increases further
- Memory leak seems to occur during or after the “Building assets search index“ background process
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 cursor remains visible when hovering over Command Line Arguments scrollbar in Unity Hub
- UI Builder’s "Background" icons for Repeat Y/X, Position X/Y and Slice Type are low quality and blurry in the Inspector window
- “X” button in Editor version search filter is difficult to see when Unity Hub theme is set to Dark
- [Android] The y-value of Input.mouseScrollDelta is positive when scrolling in both directions in the Player
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
Resolution Note (fix version future release):
Search: Reduced memory consumption of Search during indexation. Properly dispose of memory after incremental update.
Resolution Note (fix version 6000.1):
Search: Reduced memory consumption of Search during indexation. Properly dispose of memory after incremental update.
Resolution Note (fix version 6000.0):
Search: Reduced memory consumption of Search during indexation. Properly dispose of memory after incremental update.