First of all, thank for adding useful feature like Packed Font, because I use Asian language.
But I experienced depth problem when using multiple atlas with UIWedget. I use Packed Font Text in UIWidget like button. For example, in case 1 (refer to attached image), 2 buttons and 1 label are displayed correctly. All texts are Packed Font which used different material with background. I checked “Depth pass” in UIPanel.
However, in case 2 (refer to attached image), when I moved a label a little bit backward, all texts in buttons go behind buttons' background. I want to arrange positions of UIWidgets independently (using Depth property or Z- position) even though draw calls increase. Is there possible way? "Depth pass" property in UIPanel seem to work for widgets only in same material.