I have zero experience working with 3D GUI's in NGUI.
How would I accomplish adding a 3D object in front of a 2D GUI.
The Diablo 3 Escape Menu is a perfect example. There is a 2D GUI behind the 2D Escape overlay. The 3D character model is on a 3D platform that rotates with the mouse and these 3D objects are in front (depth-wise) of the 2D GUI.
I've thought of trying to make the 3D objects 2D somehow -- but seems like they should stay 3D...
Any suggestions would be helpful. Thanks in advance!