Search Unity

Unity UI Layout Group not working after Unity 2018.2 to 2018.3 Upgrade

Discussion in 'UGUI & TextMesh Pro' started by AppBite, Mar 11, 2019.

  1. AppBite

    AppBite

    Joined:
    Jul 5, 2012
    Posts:
    79
    I have a very simple Vertical Layout Group, it's just 1 column of buttons one below the other. After upgrading to Unity v2018.3.5f1 when I hit play in the editor and go to that menu the buttons are all messed up. 2/3rd of the buttons aren't showing, also a button which is actually anchored to the bottom of the canvas group is now in the middle of the screen.

    Yet when I look at that same UI menu in the editor it's layout is just fine, just like it was in v2018.2.8f1 before I upgraded Unity. Anyone else had this happen to them?
    I've also got another UI button which was Top Right of screen (and lives in a different Canvas Group), now appears dead center of screen when I build for Android. (the Vertical Layout Group is also messed up on Android, just like in play mode)

    Any suggestions for debugging this?
     
    CarterGrycko likes this.
  2. CarterGrycko

    CarterGrycko

    Joined:
    Apr 29, 2017
    Posts:
    2
    Same problem here. Did you find a solution?
     
  3. WheresMommy

    WheresMommy

    Joined:
    Oct 4, 2012
    Posts:
    890
    Did you try to remove and readd the component and see if it is the same behaviour?