Starting at the bottom with Scroll Rect and nested panels
I'm using a series of nested panels and prefabs to create a menu, the prefabs take care of content loaded via XML with the other panels acting as seperators. I want the whole lot to be scrollable, so it's all in a scrollrect. I want the scroll to default to the bottom of the menu so the user scrolls up.
The current set up is:
->Panel with Scroll Rect, has vertical layout group with control child size height and child force expand height)
-->Scrolling Panel that houses other panels, has vertical layout group with control child size height and child force expand height)
--->Regular panel, has layout element with min height set
--->Panel that houses prefabs, has grid layout, child alignment lower centre
--->Regular panel, has layout element with min height set
This works almost as intended, everything within the scrolling panel scrolls together. However, the contents start at the 'top' and I have to scroll down. I want to start at the bottom, and scroll up. I've read that changing the Y pivot to 0 fixes this, but it doesn't seem to with this combination.
Your answer

Follow this Question
Related Questions
Making a list of images within a scrollrect generated from prefabs tappable/clickable 1 Answer
Scrolling Animation Background For Endless Runner 0 Answers
Input Field not scrolling Unity 5.4 0 Answers
How to do an automatic scroll level in a 2D mobile game like in mario's game ? 2 Answers
2D Parallax with zoom 0 Answers