Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2017.1.0a1
2017.4
2018.4
2019.3
2020.1
2020.2
2020.2.0a9
Issue ID
1240815
Regression
No
[IMGUI] Frame Debugger's Enable/Disable button displays the same Tooltip irrespective of its State
The tooltip for Frame Debugger's Enable/Disable button remains the same irrespective of its current state.
Refer to the attached Video.
Steps to Reproduce:
1. Create a New Project
2. Window > Analysis > Frame Debugger > Enable
3. Mouseover 'Enable' button
Actual Result:
Tooltip displays "Enable Frame Debugger" even though it is already enabled
Expected Result:
Tooltip should display "Disable Frame Debugger" once it has been enabled.
Occurring in:
2020.2.0a9, 2020.1.0b7, 2019.3.10f1, 2018.4.19f1, 2017.4.34f1
Environment:
Windows 10 and macOS 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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Resolution Note (fix version 2020.2):
Editor: The tool-tip for the Disable button now shows the correct text.