Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2021.1.X
Votes
0
Found in
2021.1.0a7
2021.1.0b6
Issue ID
1293246
Regression
Yes
[Profiler] Errors after switching from Main Thread to another in Editor profiling
To reproduce:
1. Enable Editor Profiling.
2. Enter Playmode, profile a bit,
3. Stop Profiling.
4. Exit Playmode.
5. In (Raw) Hierarchy select e.g. Profiler.DataDeserializer, and find Semaphore.WaitForSignal there.
6. Enable Profiling again.
7. Click on something in graph in CPU Usage.
8. Errors fail:
Missing Profiler.EndSample (BeginSample and EndSample count must match): ProfilerFrameDataTreeView.MigrateSelectedState) .
Actual result:
You're locked in Profiler.DataDeserializer view.
Whatever you do next - enter playmode, change views - you're always there. See screenshot.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Containers' height doesn't expand when text wraps
- Variable is set to a different value from the selected enum value in the Editor dropdown
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
Add comment