Search Issue Tracker
In Progress
Fix In Review for 6000.0.X, 6000.2.11f1
Under Consideration for 2022.3.X
Fixed in 6000.3.0b9, 6000.4.0a3
Votes
0
Found in
2022.3.58f1
6000.0.41f1
6000.1.0b9
6000.2.0a6
6000.3.0a1
6000.4.0a1
Issue ID
UUM-100091
Regression
No
“Some values driven by GridLayoutGroup“ message disappears on a child UI GameObject when disabling a non-parent GameObject
How to reproduce:
1. Open the attached “IN-93703 My project“ project
2. Select the “SampleScene“
3. In the Hierarchy window, select the “AChild 3“ GameObject
4. Disable the GameObject
5. In the Hierarchy window, select the “DChild 1“ GameObject
6. Observe the results
Expected result: In the Inspector window, the message “Some values driven by GridLayoutGroup“ is visible
Actual result: In the Inspector window, the message “Some values driven by GridLayoutGroup“ disappears
Reproducible with: 2022.3.58f1, 6000.0.41f1, 6000.1.0b9, 6000.2.0a6
Reproducible on: MacOS 15.3 (M4), Windows 11 (by user)
Not reproducible on: No other environments tested
Notes:
- If the scene is saved, the “Some values driven by GridLayoutGroup“ message reappears
- When the message “Some values driven by GridLayoutGroup” is visible, most values under the Rect Transform component of the GameObject in the Inspector window cannot be changed. However, when the message disappears, those values can be modified but any changes are lost once the message returns
- The user provided a Discussion link regarding this issue: https://discussions.unity.com/t/unity-ui-auto-layout-loses-driven-by-and-auto-values-if-deeply-nested-layout-group-not-direct-child-of-another-layout-group/1506232
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
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
Resolution Note (fix version 6000.4.0a3):
Fix for missing "Some values driven by GridLayoutGroup" when users alter elements under parent/sibling LayoutGroup.