Search Unity

Question Horizontal Grid Layout Group

Discussion in 'UGUI & TextMesh Pro' started by DotArt, Jan 18, 2023.

  1. DotArt

    DotArt

    Joined:
    Jun 12, 2021
    Posts:
    82
    Is there a way i can make it so the grid layout goes horizontally instead of down vertically
     
  2. karliss_coldwild

    karliss_coldwild

    Joined:
    Oct 1, 2020
    Posts:
    602
    a) Set the start axis to vertical and constraint to either flexible or fixed row count
    b) Set the constraint to fixed row count, seems like start axis is ignored when you are not using flexible mode.

    Either way if you are also using content size fitter you might also want to change the config for that as well.