Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2020.3.X, 2021.1.X, 2021.2.X
Votes
1
Found in
2020.3
2021.1
2021.2
2021.2.0a21
Issue ID
1345236
Regression
No
Tooltips are not displayed in Inspector when hovering over the reorderable array/list property
How to reproduce:
1. Open the attached project's "case_1345236-Project.zip" Scene labeled "SampleScene"
2. Select the "Cube" GameObject
3. In the Inspector, hover over the "Non Reorderable Array" property
4. Note there's a tooltip shown
5. Hover over the "Reorderable Array" property
Expected result: A tooltip is shown
Actual result: Tooltip is not shown
Reproducible with: 2020.3.11f1, 2021.1.13f1, 2021.2.0b1
Couldn't test with: 2019.4.28f1 (Arrays/Lists are Nonreorderable)
Comments (3)
-
vlab22
Oct 15, 2025 14:51
Redoing my comment:
Unity 2022.3.62f2
It is a MyBox issue!
It works in a fresh project.
I suspected it might be a package, and it was MyBox.
"com.domybest.mybox": "https://github.com/Deadcows/MyBox.git" -
vlab22
Feb 17, 2025 15:07
Error persists in 2022.3.32f1
Tooltip not showing for UnityEvents```
[SerializeField, Tooltip("SMy tooltip for this event")] //<-- will not show
private UnityEvent _myEvent;
``` -
danielvargassuarez
Jan 16, 2023 05:00
Error persists in 2022.2.1f1
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
- Text cursor remains visible when hovering over Command Line Arguments scrollbar in Unity Hub
- UI Builder’s "Background" icons for Repeat Y/X, Position X/Y and Slice Type are low quality and blurry in the Inspector window
- “X” button in Editor version search filter is difficult to see when Unity Hub theme is set to Dark
- [Android] The y-value of Input.mouseScrollDelta is positive when scrolling in both directions in the Player
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
Resolution Note (fix version 2022.1):
Fixed in Unity 2022.1.0a3 and above
Resolution Note (fix version 2021.2):
Fixed in: 2021.2.0b13
Resolution Note (fix version 2021.1):
Fixed in: 2021.1.23f1
Resolution Note (fix version 2020.3):
Fixed in: 2020.3.20f1