Search Issue Tracker
Fixed in 4.6.1
Votes
0
Found in
4.6.0f1
Issue ID
647866
Regression
No
Adding "Fixed column count" constraint to "Grid Layout Group
To reproduce:
1. Open attached project
2. Open test
3. There are two panels - "Panel-Wrong" and "Panel-ok". The only difference between them is that the wrong one has "Fixed Column Count" set to 2
4. Notices that the layout ignores the parameters "Start Corner" and "Start Axis". You can see that although start corner is lower left and start axis is vertical, the children are arrange horizontally starting from the top left.
Workaround: Remove the fixed column count.
Comments (1)
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
justin35f
Dec 15, 2014 06:22
This issue is marked as fixed, but in version 4.6.1p1 it persists.
I found this issue by creating a Grid Layout Group and setting the Start Axis to Horizontal, but setting the Constraint to Fixed Row Count with a value of 2. Regardless of the Start Axis value, new items added are arranged starting vertically.
The listed workaround fixes the issue, although it's not a satisfactory workaround.