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
- TextShadow properties are not applied when displayed in a custom MenuItem Window
- Memory leak occurs when focused on Player while using Direct3D12
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
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.