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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
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.