Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2019.4.X, 2020.3.X, 2021.2.X
Votes
1
Found in
2019.4
2020.3
2020.3.14f1
2021.1
2021.2
2022.1
Issue ID
1359356
Regression
No
Tooltip is not shown in the Inspector when a field is generated with GUIContent
Reproduction steps:
1. Open the attached project "Test SerializedProperty Tooltip.zip"
2. Click on the "TestSFTT" GameObject in Hierarchy
3. Hover over the bottom Test Float label in the Inspector
Expected result: A Tooltip shows up
Actual result: A tooltip does not show up
Reproducible with: 2019.4.30f1, 2020.3.16f1, 2021.1.18f1, 2021.2.0b10, 2022.1.0a6
Notes:
- Code for it:
- _testFloatProp.floatValue = EditorGUILayout.FloatField(new GUIContent(_testFloatProp.displayName, _testFloatProp.tooltip), _testFloatProp.floatValue);
Comments (1)
-
Peter77
Aug 26, 2021 19:33
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] Using CTRL+ALT+A shortcut for Add Component throws GUI Rendering Errors
- Crash on MonoBehaviour::Transfer<YAMLRead> when upgrading the Magic Leap XR Plugin
- Image is distorted when VisualElement is scaled and Scale Mode set to scale-and-crop
- Euler angles return different values during Animation Event when using Playables API and the time is 0
- Editor is frozen on "Reloading Domain" when entering Play Mode for the second time using Socket.Poll(-1, ...)
Resolution Note (fix version 2022.1):
Fixed in 2022.1.0a12
Resolution Note (fix version 2021.2):
Fixed in 2021.2.3f1
Resolution Note (fix version 2020.3):
Fixed in 2020.3.22f1
Resolution Note (fix version 2019.4):
Fixed in 2019.4.33f1