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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
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.