Search Unity

Scrolling menus

Discussion in 'UGUI & TextMesh Pro' started by Synapz, Apr 28, 2015.

  1. Synapz

    Synapz

    Joined:
    Oct 2, 2014
    Posts:
    16
    Hello,

    I have been doing the tutorial
    http://unity3d.com/learn/tutorials/...ing-archive/creating-scroll-lists-at-run-time
    which is actually great. i would like to make a side scrolling menu for tablet and phone.
    THe only thing is that mobile devices all have different aspect ratios so i use for every element on the canvas the "Aspect Ratio Fitter" and then "Fit in Parent" and then adjust the scale and pivot to lock it into place.
    this works for buttons etc. and at every device its at the same place.
    but this doenst work for the scrolling menu tutorial.

    can anyone help me how to create a scrolling menu like in the tutorial but then fitted to aspect ratio.

    Thnx in advance.

    btw i am using unity 5
     
  2. Ramcat

    Ramcat

    Joined:
    Aug 16, 2014
    Posts:
    95
    SimonDarksideJ likes this.
  3. Synapz

    Synapz

    Joined:
    Oct 2, 2014
    Posts:
    16
    Thnak you for the mail.
    i will look into this