I am trying to create a scroll view that is relative to the screen size. If I add a UIStretch script to any panel that is a parent or super parent of my clipped panel it shows an error in the inspector saying "Clipped panels must have uniform scale, or clipping won't work properly". As soon as I remove the stretch script and set the panels back to (1, 1, 1) the error goes away. How do I make a scroll view that is relative to the screen size if all panels above it need to be (1, 1, 1)?
Any help is appreciated,
Thanks.