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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.