BUG Layout group

SekaiX

New member
Hi,

There seems to be a bug with the layout group in the ui designer. I wanted to check what that function does and clicked through the options and then went back to the default grid option again and ended up breaking the grid alignment/layout.
if you proceed using the layout another weird bug will present itself in where certain grids are not select able using proper arrow keys.
i.e you have 4 grids aligned horizontally the 3rd,4th grid are not select able using the arrow keys to the right, and are only select able with the arrow keys Down or left.
 

Attachments

  • uicc.png
    uicc.png
    121.8 KB · Views: 5
  • uicc2.png
    uicc2.png
    245.5 KB · Views: 5
I think the issue might be a desync between the GridLayoutGroup and the ItemInfoGrid.

Your ItemInfoGrid component (below the InventoryGrid component)
The grid size is set to 2x2.
Try setting it to 1x4

Then refresh the navigation by right-clicking the LayoutGroupNavigation component (on the parent of your ItemViewSlots) and pressing "Refresh Navigation"

Let me know if that fixes the issue
 
Top