Hi,
In my game menu I want to have several different pages (splash, options, game modes, etc). For each "page" I have a UIPanel and those pages enter and exit camera view as needed.
The problem is that some page elements have to be relatively positioned (top left, bottom right, etc) to those pages using the UIAnchor. Unfortunately I can't seem to be able to control the UIPanel size (purple border) unless I use clipping.
Is there a way to make the UIPanel size match the screen size in all resolutions (and without clipping)?