-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I'm using Unity Search Extension and wanted to share a solution for a performance issue that occurs after Unity version updates, hoping it might help other developers experiencing the same problem.
Problem Description
After updating Unity versions, I've encountered severe performance degradation in the Unity Editor. The performance drops significantly even when Unity is not in Play mode. When I checked with the Profiler, I found that Unity Search-related scripts were being called continuously.
Note: I'm not requesting a fix for this issue. I'm sharing this to help other users who might be experiencing the same problem.
Solution
Deleting the Library folder does not resolve this issue.
Solution that works: Windows → Search → Rebuild dependency index
Occurrence Frequency
This issue occurs in approximately 2 out of 100 cases (2% occurrence rate) when updating Unity versions.
I've confirmed this happening in the following version upgrades:
- Unity 2022.3.3f1 → 2022.3.55f1
- Unity 2022.3.55f1 → 6000.2.1f1
Hope this helps anyone facing similar issues!