Hi, I was just wondering why the UIPopupList code puts the generated labels at a Z of -1?
I've noticed this causing issues. Some popup lists work, while others don't display their item labels all the time. Some times the labels will vanish the next time you click the popup.
Why is it being set to -1f in this code?
lbl.cachedTransform.localPosition = new Vector3(bgPadding.x + padding.x - lbl.pivotOffset.x, y, -1f);