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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.