Hi, I have a clipped panel with a UI grid inside it. This grid have item slots, which should not be visible out of the panel area.
Actually, whole item slot is visible if only a small part of it is in the panel area.
Moreover, when I scroll the grid, then all of the item slots are visible (also those of them that are far from the panel borders) for short period of time - less than a second and then, the slots that should not be visible, disappear.
In the attached file, You may see: on the left side the item slots in the Game View out of panel; on the right side - the Scene view, where you may see a pink border of the panel.
Panel Clipping softness = 1;
UIScrollView Restrict Within panel flag is set;
UIGrid Constrin To Panel flag is set;
Did I miss something?
Thanks