Search Issue Tracker
Fixed
Fixed in 6000.3.0b2, 6000.4.0a1
Votes
0
Found in
6000.3.0a5
Issue ID
UUM-114486
Regression
No
[Hierarchy v2] Objects do not display their column data after changing the values to default
Steps to reproduce:
- Open the attached project
- Open the Test Scene
- Hover the mouse over the MainCamera in the Hierarchy
- Observe that all column data is shown
- Check the Enabled flag and don't move the cursor
Actual results: Column data is not displayed unless the cursor is moved outside the item's selection box and then placed back on the item
Expected results: Coulmn data is displayed when the mouse cursor is hovering above the item
Reproducible with versions: 6000.3.0a2, 6000.3.0a5
Can’t test with versions: 6000.0.56f1, 6000.1.16f1, 6000.2.1f1, 6000.3.0a1 (Hierarchy V2 not available)
Tested on (OS): macOS 15.6, Ubuntu 24
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
- Switching a Type QueryBlock to prefabs fails
- Search Index Manager allows deleting Empty Index List when clicking on “-“ button, throwing “ArgumentOutOfRangeException” error in the Console window
- "System.ArgumentOutOfRangeException" error is thrown when baking Adaptive Probe Volumes
- Project Directory is opened when Opening the Editor Log from the Console Window and the Editor is launched with the -nolog argument
- "vector<bool> too long" error is thrown when using UnityYAMLMerge
Resolution Note (fix version 6000.4.0a1):
While a row is selected we will always show the various editor/controls in each cell.
Don't forget that if a row is NOT selected, we only show the controls/editors of cells that are NOT default value (i.e we hide control that are equal to the default value of the cell).