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);
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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