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
- Crash on CallWindowProcW when entering Play mode for the second time and running the Editor in the background while using System.Windows.Forms functions
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
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.