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
- Render Graph Execution errors when using GPU occlusion culling with 'Opaque Objects' frame setting disabled on a Camera
- Animator window: “Delete” menu item not greyed out for Base Layer context menu
- Resetting “PC_RP Asset (Universal Render Pipeline Asset)” causes Game view to become black and throws Renderer and NullReference errors in the Console window
- [Mobile] Player Crash on scripting_invoke_profiler_begin when the built Player Scene has an empty UIDocument and is built on IL2CPP
- Unnecessary Warnings are logged when running Player with -batchmode -nographics
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.