Search Issue Tracker
Fixed in 2020.2
Votes
0
Found in
2018.3.0a1
2018.4
Issue ID
1198266
Regression
No
Wrong sorting for "GC Alloc" column in Show Related Objects panel of Profiler Window
How to reproduce:
1. Open the "Profiler_Test.zip" project
2. Open the "SampleScene" scene
3. Open the Window > Analysis > Profiler
4. Enter Play Mode
5. In the Profiler, select CPU Usage tab
6. Select Hierarchy view and Show Related Objects
7. In the Hierarchy, select PlayerLoop > Update.ScriptRunBehaviourUpdate > BehaviourUpdate > Assembly-CSharp.dll
8 Check the sorting in the "Show Related Objects" tab
Actual Result: GC Alloc column sorting is alphabetical. (screenshot attached)
Expected Result: GC Alloc column sorting is numeric.
Reproducible with: 2017.4.35f1, 2018.4.13f1, 2019.2.13f1, 2019.3.0b11, 2020.1.0a14.
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
- Shadows are not cast when you first Blit the Shadow map and then set it back to Buffer
- Changes to instanced detail mesh material don't immediately apply
- [uGUI] Vertices retrieved from GetUIVertexStream method cannot be modified when adjusting them through script
- Scroll bar scrolls less in the Package Manager packages than elsewhere when pressing on the empty scroll bar area to scroll
- Undo.RegisterCreatedObjectUndo dirties the scene, but no actual changes to Scene are made
Resolution Note (fix version 2020.2):
Fixed sorting order in Show Related Objects panel to be numerical instead of alphabetical