Hello,
I'm currently messing around with the free version of NGUI to determine if it can fit our current project needs, one of which is displaying information within the 3D environment. I have a "Score Board" type object within my scene, and I've been trying to replace it with an NGUI 3D gui panel, but it always ends up displaying over the other 3D objects in the scene. I have searched for solutions to this issue, and while I did find a post dealing with Depth Sorting, I think it deals with Depth Sorting among various NGUI panels and widgets, so I'm not sure if it is the same issue that I have. The post that I'm referring to is here:
http://www.tasharen.com/forum/index.php?topic=767I've attached an image of my problem. The object with the red outline is my original, 3D object, Score Board. The object with the green outline is the NGUI panel. You can see in the scene view that the panel is within the "wall" at the bottom of it, but in the game view, the NGUI panel doesn't show up at all. I'm simply trying to draw the NGUI panel just in front of my original Score Board.
I apologize if this issue requires a simple solution. I've tried to mess with all kinds of depth and Z values for the panels, cameras, and objects, but I can't figure it out, so I'm here for help. So, could anyone point out the silly thing that I'm missing? Or is this a bigger issue than that?
Thanks,
Shawn