How to reproduce:
- Open the “IN-133270.zip“ project
- Open the “SampleScene“
- Open “Window → Analysis → Profiler“
- Enable recording in the Profiler
- Enter Play Mode
- Select any frame in the CPU Usage in the Profiler
- Search for “Destroy“ in the lower section of the Profiler
- Select any result
- Select any other frame in the CPU Usage in the Profiler to view its search results
- Observe the time taken for the search results to show up
Actual result: Search results are shown with a long delay (~300ms)
Expected result: Search results are shown immediately
Reproducible in: 2023.1.0a1, 6000.0.67f1, 6000.3.7f1, 6000.4.0b7, 6000.5.0a6
Reproduced on: Windows 11 Pro (25H2)
Not reproduced on: No other environment tested
Notes:
- Reproducible with any result that is not at the top of the hierarchy (for example, selecting “PlayerLoop“ will not reproduce, but selecting any result under it will reproduce)
- Not reproducible if no search result is selected
- Not reproducible if any profiler result is selected, but nothing is searched
- Only “Timeline” is not affected, but “Hierarchy”, “Raw Hierarchy“, and “Inverted Hierarchy“ are affected