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
- [Linux] Player consumes more CPU resources when it is running in the background
- Save process is triggered every time when prefab property values are changed by dragging
- Physics.SphereCastNonAlloc is slow when the results array is large
- Colors of GameObject are changed and the background color is green when disabling the “Intensity” of “Bloom” in “Global Volume” GameObject and enabling the “Allow Dynamic Resolution” setting in Camera
- .editorconfig files are ignored when a Roslyn analyzer is running through the Editor
Resolution Note (fix version 2020.2):
Editor: The tool-tip for the Disable button now shows the correct text.