Is there a tutorial on creating 3d UI widgets? What I would like to do is have images and text that are displayed in 3d space, in difference parts of the world. For example, imagine a 3d Mario hitting a block and having a coin image float up into the sky. I want to have similar kinds of notifications floating up, in the world. Is this possible?
(From the NGUI menu option I created a "3D UI" object, which gives me two UI Root objects in my Hierarchy. I copied a Container, Label, and Sprite from my "UI Root" object to the "UI Root (3D)" object, but not seeing it.. I only see my 2D widget.)