Search Unity

Need Help With Scrolling Menu

Discussion in 'UGUI & TextMesh Pro' started by BKGamesStudio, Jan 13, 2017.

  1. BKGamesStudio

    BKGamesStudio

    Joined:
    Dec 9, 2016
    Posts:
    12
    I tried making a scrolling level select menu, but after releasing from scrolling it snaps back to its original position. I would like it to stay within a set boundary so i can scroll it to make more levels appear. This is the scene I am having issues with.
     

    Attached Files:

  2. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,187
    If you added a scrollview to the scene and then are adding stuff under the content part of it, you should also add a content size fitter to the content object so it will adjust to the size of the children. You'll also probably want to use some sort of layout depending on your levels and how you want to set it. A grid layout works, but there are others.
     
  3. XiongGuiYang

    XiongGuiYang

    Joined:
    Sep 5, 2016
    Posts:
    14
    The answer to what you want?
     

    Attached Files: