Hey,
I have a UIDraggablePanel which scrolls vertically. I have soft clipping at the edges of the screen, and I'm setting the clipping size to (0, 0) to fill the screen. Looks great when I manually move the contents of the draggable panel in the editor, but there's a problem when I use Restrict Within Panel which only occurs when my clipping size is (0, 0). Instead of entirely restricting the contents within the bounds, the bounds (indicated by the orange outline) cannot cross y=0. That is, the top of my content cannot go below the half-way mark on the screen. Likewise, the bottom of the content cannot go above y=0. If the contents of the panel are large enough, they can still extend beyond the edges of the panel.
Is this the expected behavior? Am I doing something wrong?
Thanks.