Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.1
2021.2
2022.1
Issue ID
1354873
Regression
No
[Profiler] Current frame button initially hides profile frame marker
How to reproduce:
1. Open new Unity Project
2. Enter Play Mode
3. In Profiler window, stop recording after a few seconds
4. In Profiler window, select any frame
5. In Profiler window, press the "Current frame" button
Expected result: The last (or current) frame is selected and marked
Actual result: The last (or current) frame is selected but not marked
Reproducible with: 2019.4.29f1, 2020.3.15f2, 2021.1.16f1, 2021.2.0b6, 2022.1.0a4
Note:
Pressing the "Current frame" button again reveals the marker
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
This is currently by design and is intended. When 'Current Frame' is selected, we do not show the frame marker and we show the most recent frame in the Details View. The bug notes that ""Pressing the "Current frame" button again reveals the marker". This is true and is again intended; pressing it again is toggling the Current Frame selection off and therefore the frame marker is now shown along with the selected frame in the Details View.