I've set up a NGUI Atlas that uses The Unlit-Transparent Colored shader, to which I have added the line
in order to make it appear on top of objects in the scene, without it having to be 2D. The only issue is with Labels that I add to a table at run time, the font doesn't seem to be getting Z tested. There is a title bar on the Panel which IS getting Z tested, so I'm a bit lost as to why the other panels aren't.
Execution order is:
user clicks object
Panel prefab instantiated

Data panels added to the Table and fed with data from external source

Result:
Any help?