Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a13
Issue ID
1251144
Regression
Yes
[Profiling] Raw Hierarchy mode showing Hierarchy mode data in the profiler
Hierarchy and Raw Hierarchy mode are showing the same data.
Steps to repro:
1. Create a new project.
2. Windows > Analysis > Profiler.
3. Stop recording > Toggle on "Live" display mode.
4. Select frame > Change to Raw Hierarchy mode.
5. Change to Hierarchy mode.
Actual Result:
Raw Hierarchy mode showing Hierarchy mode data in the profiler.
Expected Result:
Raw Hierarchy mode should show its data in the profiler.
Reproducible in:
2020.2.0a13.
Working Fine in:
2020.2.0a12, 2020.1.0b11.
Environment:
Occurring on Windows 10 & Mac 10.15.
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
- UI Text color is incorrect when text is rendered on SubMeshUI
- "Invalid SortingGroup index set in Renderer" errors when making many modifications in same frame
- Crash on GizmoBufferSizeHistory::GetBuffer() when opening a specific scene
- RenderTexture is not initialized when it is set as Material's Texture
- Branch node outputs a random value instead of a constant on the false conditon
Resolution Note (2020.2.X):
In this case all of the investigated data had a call count of 1. Hierarchy mode would have contained different data if there would have been any calls with a higher call count, in which case these items would have been collapsed. When there is only 1 of each though, Raw Hierarchy and Hierarchy are effectively the same view.